Message ID | 20220816153728.2160601-1-dylany@fb.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 47A69C32773 for <io-uring@archiver.kernel.org>; Tue, 16 Aug 2022 15:38:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236252AbiHPPi4 (ORCPT <rfc822;io-uring@archiver.kernel.org>); Tue, 16 Aug 2022 11:38:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236062AbiHPPiT (ORCPT <rfc822;io-uring@vger.kernel.org>); Tue, 16 Aug 2022 11:38:19 -0400 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6FD5C2 for <io-uring@vger.kernel.org>; Tue, 16 Aug 2022 08:37:46 -0700 (PDT) Received: from pps.filterd (m0044012.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 27GBVjDs020558 for <io-uring@vger.kernel.org>; Tue, 16 Aug 2022 08:37:46 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=facebook; bh=V9yYoa+NokyIICc/7pE2jRpAh4BhT7xgCYmIfDozaCM=; b=Ucb7xmm/+7N/j6DcQxdeg9QlNchywuAsPXMhXj5RO3BvbZxB38zeeoiZjDQik+wAseOu 8pALWQGbd/BJ90FPQB+DaewJwy1u9tR+luMJcHr/l5+Zkf3BKvWvdn/bmuIABSQiZGOq FGjJ9qX94FSkINySFNwijFKBK1dzQVVwzX8= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3j0aek9kb9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <io-uring@vger.kernel.org>; Tue, 16 Aug 2022 08:37:46 -0700 Received: from twshared25684.07.ash9.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:83::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 16 Aug 2022 08:37:44 -0700 Received: by devbig038.lla2.facebook.com (Postfix, from userid 572232) id CD2614AAA7BE; Tue, 16 Aug 2022 08:37:38 -0700 (PDT) From: Dylan Yudaken <dylany@fb.com> To: Jens Axboe <axboe@kernel.dk>, Pavel Begunkov <asml.silence@gmail.com>, <io-uring@vger.kernel.org> CC: <Kernel-team@fb.com>, Dylan Yudaken <dylany@fb.com> Subject: [PATCH for-next v2 0/6] io_uring: defer task work to when it is needed Date: Tue, 16 Aug 2022 08:37:22 -0700 Message-ID: <20220816153728.2160601-1-dylany@fb.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-GUID: xTQHOQBRraEi5R5izGpfxxqdDX9eKJ0S X-Proofpoint-ORIG-GUID: xTQHOQBRraEi5R5izGpfxxqdDX9eKJ0S X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.883,Hydra:6.0.517,FMLib:17.11.122.1 definitions=2022-08-16_08,2022-08-16_02,2022-06-22_01 Precedence: bulk List-ID: <io-uring.vger.kernel.org> X-Mailing-List: io-uring@vger.kernel.org |
Series |
io_uring: defer task work to when it is needed
|
expand
|