Message ID | 20201015133541.60400-1-kashyap.desai@broadcom.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=w0su=DW=vger.kernel.org=linux-block-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6680C14B3 for <patchwork-linux-block@patchwork.kernel.org>; Thu, 15 Oct 2020 13:36:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2061022254 for <patchwork-linux-block@patchwork.kernel.org>; Thu, 15 Oct 2020 13:36:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="TORmqQJS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729647AbgJONgd (ORCPT <rfc822;patchwork-linux-block@patchwork.kernel.org>); Thu, 15 Oct 2020 09:36:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729599AbgJONgd (ORCPT <rfc822;linux-block@vger.kernel.org>); Thu, 15 Oct 2020 09:36:33 -0400 Received: from mail-pg1-x541.google.com (mail-pg1-x541.google.com [IPv6:2607:f8b0:4864:20::541]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29FA3C061755 for <linux-block@vger.kernel.org>; Thu, 15 Oct 2020 06:36:33 -0700 (PDT) Received: by mail-pg1-x541.google.com with SMTP id g29so1955211pgl.2 for <linux-block@vger.kernel.org>; Thu, 15 Oct 2020 06:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id; bh=Y3BjSaxOa4IdSy7ahZAOwEcuIkIg+XTgDZXfVqW3+Yc=; b=TORmqQJS+BoZqzjcxmpjEqzj9lsy/flo7HdUjSCpqBH+ZD0gDiyn9s3pUswv7gWJMF WP5+NPMtuDHzQM9al5GPECouXf6hVZh8aKml/0mpefLs47J8YwVxuIYLwzRz3kp2UxJK nlVfSpAZiS7EYztZgtxPgEcnRDrMvtswrB5sQ= 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; bh=Y3BjSaxOa4IdSy7ahZAOwEcuIkIg+XTgDZXfVqW3+Yc=; b=IwTOEx/JQHBSb816tl8rz1x3fmh11f/AT5vU7pqPwsIC6B4axQ+txZgIQ2BVOQO/ZQ mn+31B/9W6f3CqJTpryqmHNswe4NPNhfvG3FnjNV8je8GrrPhqNg/7hM24jtp1IIjZb3 cO0GLInOx8UodxU54JrfBOz/XoK5aEtvYUfEb7dQOI1D+NYceBODCalDWZ1o5WFDK4rT Z0GnYYFFcAXn66a+jexR2DLQOr7kOtRb4idxVsGs7QagP8hr1bYJQslGciNDZyG021UC 7XuOBGpG2uC7I3m1jSdk3e5/NA24fuG/kyzgTsPmLeQkE961dTtVa7sqFNoFhvgsTT6w 1cSw== X-Gm-Message-State: AOAM531e4t2E8e11oUWoah9OKq6MKlkWTP8fmMZsWhHknSw29UHrCPC2 6Lslr9PQEGUwOdU6IPirrmJsZE2mX+EgBTBQgPI= X-Google-Smtp-Source: ABdhPJyVoAsnp4/PHZwueGudw7fq9Z+NHu7qSA6RoVIdJVSXBTSc+A0p+mMtwkSTZaFgPR84oECPiQ== X-Received: by 2002:a63:1119:: with SMTP id g25mr3338120pgl.385.1602768992505; Thu, 15 Oct 2020 06:36:32 -0700 (PDT) Received: from drv-bst-rhel8.static.broadcom.net ([192.19.234.250]) by smtp.gmail.com with ESMTPSA id e19sm3396416pff.34.2020.10.15.06.36.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Oct 2020 06:36:31 -0700 (PDT) From: Kashyap Desai <kashyap.desai@broadcom.com> To: linux-scsi@vger.kernel.org Cc: linux-block@vger.kernel.org, Kashyap Desai <kashyap.desai@broadcom.com> Subject: [PATCH v1 0/3] io_uring iopoll in scsi layer Date: Thu, 15 Oct 2020 19:05:41 +0530 Message-Id: <20201015133541.60400-1-kashyap.desai@broadcom.com> X-Mailer: git-send-email 2.18.1 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="0000000000007b861305b1b5bcbf" Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series |
io_uring iopoll in scsi layer
|
expand
|