Message ID | 20210811193533.766613-1-axboe@kernel.dk (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0DD9C4338F for <linux-block@archiver.kernel.org>; Wed, 11 Aug 2021 19:35:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CDAD660F21 for <linux-block@archiver.kernel.org>; Wed, 11 Aug 2021 19:35:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231515AbhHKTgF (ORCPT <rfc822;linux-block@archiver.kernel.org>); Wed, 11 Aug 2021 15:36:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229655AbhHKTgD (ORCPT <rfc822;linux-block@vger.kernel.org>); Wed, 11 Aug 2021 15:36:03 -0400 Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 315FAC061765 for <linux-block@vger.kernel.org>; Wed, 11 Aug 2021 12:35:39 -0700 (PDT) Received: by mail-pj1-x102a.google.com with SMTP id m24-20020a17090a7f98b0290178b1a81700so6800418pjl.4 for <linux-block@vger.kernel.org>; Wed, 11 Aug 2021 12:35:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XJH3lymOu/2QBPJ/xceVs/xyAmriae14qaeOGPuJwZA=; b=yMkdQ2HykN3ezRK223iGZjbuxyuJ6LgxM4lhRtAVc5vNexnz1Ma9hNeuVqdfR76hEY 1W4fPODYg+H5YO++I542ZfSY8hYTcjmwZL2do6tiQQE1xIRSC/ufyw+P1FKB5sAdlcWh /U5u2zHMGvCy3dxFiLvE1JJS4MX8HN3rfZRv0wwf82Tpd8D8qr7MmLC8p5zfeDZhgOtj COAl6EUa4ynXNu//N6Dh17LNh1MIzo65noc+u9Z9ZS/HTlma1XgMt8Y/aQpQbGBIHtaS gEKMrJm6uNAnlnTzzUZ0QeqJrwPbMD9t8SPp4/NFPIngs5blZW/u6QpmsYOb3kSZG5mx W+MQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=XJH3lymOu/2QBPJ/xceVs/xyAmriae14qaeOGPuJwZA=; b=mAWO9GlHCyqmDS9qlZ/OBXvhS3lS+1jOmxChZgaMwJelZUkiCelxt0VQpcyFmNgbH+ 3uKckDDFIe0tmGo1nou1R+7++YSMC/mrA6g0iWzpC3iljxT7UpJ9r4oNxIWbpIq80Wud 6xjP4tj+x3hp8UFiIAMk63Gxoe0Y9AoWNuei6ela+eQKbSzxBsGSwNNaH+2RgxuClGM8 GfI1QX9B7Vg1bymeoJ+lKX2pHpaCP+GUGw+hST+kx/nHHuiqaLSSYUsYqGwxyOQGcgfZ 4G73KDUgbiJX9FyYrnR/5qFTm1JczZxcOlTJ8Cu7aolMqniEZWVgu0n5SF0RyZk5tWFs xhVw== X-Gm-Message-State: AOAM531dgZgL4B0imA9oSGnoCY4MIEM6/8yJCJL8Q3JP1wEP7A049ekP YhR+/VEpCTQ5CnsrwXFzX3tYbA== X-Google-Smtp-Source: ABdhPJz+YcRBFznmLrJAzGqpXGIUNRlXUDC8g8zMYIxMfUg2lmkcro+Zh5n82yG2iyYwwsHVBFBcaA== X-Received: by 2002:a17:90a:b284:: with SMTP id c4mr145741pjr.213.1628710538702; Wed, 11 Aug 2021 12:35:38 -0700 (PDT) Received: from localhost.localdomain ([66.219.217.159]) by smtp.gmail.com with ESMTPSA id u20sm286487pgm.4.2021.08.11.12.35.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Aug 2021 12:35:38 -0700 (PDT) From: Jens Axboe <axboe@kernel.dk> To: io-uring@vger.kernel.org Cc: linux-block@vger.kernel.org, hch@infradead.org Subject: [PATCHSET v4 0/6] Enable bio recycling for polled IO Date: Wed, 11 Aug 2021 13:35:27 -0600 Message-Id: <20210811193533.766613-1-axboe@kernel.dk> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series |
Enable bio recycling for polled IO
|
expand
|