Add io_uring socket(2) support
| From: | Jens Axboe <axboe-AT-kernel.dk> | |
| To: | io-uring-AT-vger.kernel.org, netdev-AT-vger.kernel.org | |
| Subject: | [PATCHSET 0/2] Add io_uring socket(2) support | |
| Date: | Tue, 12 Apr 2022 14:22:38 -0600 | |
| Message-ID: | <20220412202240.234207-1-axboe@kernel.dk> | |
| Archive-link: | Article |
Hi, The main motivator here is to allow creating a socket as a direct descriptor, similarly to how we do it for the open/accept support. -- Jens Axboe
