Message ID | 20221123110614.3297343-1-dylany@meta.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <io-uring-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 847D9C433FE for <io-uring@archiver.kernel.org>; Wed, 23 Nov 2022 11:07:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236457AbiKWLHQ (ORCPT <rfc822;io-uring@archiver.kernel.org>); Wed, 23 Nov 2022 06:07:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237592AbiKWLGz (ORCPT <rfc822;io-uring@vger.kernel.org>); Wed, 23 Nov 2022 06:06:55 -0500 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DEC4E638B for <io-uring@vger.kernel.org>; Wed, 23 Nov 2022 03:06:38 -0800 (PST) Received: from pps.filterd (m0109333.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2ANB6NIO029885 for <io-uring@vger.kernel.org>; Wed, 23 Nov 2022 03:06:38 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=meta.com; h=from : to : cc : subject : date : message-id : content-type : content-transfer-encoding : mime-version; s=s2048-2021-q4; bh=ANqCwDP0VQgf/k+B+gikdWWP3y3TelykF2FHHc0L21g=; b=N4edcWsF3Xw0OF/gnD+nlS5a26AQyYdhA8nsMiv5hVb7VqTUyXHPvFeDvPLP97V6Q4Zm 0jg2whuBE4AjXC7D6QaVOEfPPkdHuoAUNeI/hYxh47V1G9RVOAE2aJdrxCJu4G4Env5c d83JevPLcAEIwTrMN7jN0+VRsSO8dFH67kkUznFLylC/k5iN9cC1OPLYlJS7OtEzBlIy 8ubLiOZ9NO8EmJZSvtuWxt3XldHVafnY7fRcThVf78XJR9mYeKxfrjqifHaTp9MMhqhQ kXTtHBDGZT9fDkC0Tcn5/IF4slOqtazvLpoAXsTClVJ1kiCj2tl0wvxRFAGa52E17/Kq fQ== Received: from maileast.thefacebook.com ([163.114.130.3]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3m0y4uqtyk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <io-uring@vger.kernel.org>; Wed, 23 Nov 2022 03:06:38 -0800 Received: from twshared8047.05.ash9.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:83::4) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Wed, 23 Nov 2022 03:06:36 -0800 Received: by devbig038.lla2.facebook.com (Postfix, from userid 572232) id 7C036A0804B6; Wed, 23 Nov 2022 03:06:26 -0800 (PST) From: Dylan Yudaken <dylany@meta.com> To: Jens Axboe <axboe@kernel.dk>, Pavel Begunkov <asml.silence@gmail.com> CC: <io-uring@vger.kernel.org>, <kernel-team@fb.com>, Dylan Yudaken <dylany@meta.com> Subject: [PATCH for-next v2 00/13] io_uring: batch multishot completions Date: Wed, 23 Nov 2022 03:06:01 -0800 Message-ID: <20221123110614.3297343-1-dylany@meta.com> X-Mailer: git-send-email 2.30.2 X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-GUID: jqzeNA70TP1SFBbpBPvszLJi2VXLOdjH X-Proofpoint-ORIG-GUID: jqzeNA70TP1SFBbpBPvszLJi2VXLOdjH Content-Transfer-Encoding: quoted-printable X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-11-23_06,2022-11-23_01,2022-06-22_01 Precedence: bulk List-ID: <io-uring.vger.kernel.org> X-Mailing-List: io-uring@vger.kernel.org |
Series |
io_uring: batch multishot completions
|
expand
|