Message ID | 20200228232920.20960-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=EUsX=4Q=vger.kernel.org=linux-scsi-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 6F72914B7 for <patchwork-linux-scsi@patchwork.kernel.org>; Fri, 28 Feb 2020 23:29:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4F11A246A8 for <patchwork-linux-scsi@patchwork.kernel.org>; Fri, 28 Feb 2020 23:29:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="NNDgSJVK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726527AbgB1X3m (ORCPT <rfc822;patchwork-linux-scsi@patchwork.kernel.org>); Fri, 28 Feb 2020 18:29:42 -0500 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:25603 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725957AbgB1X3l (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Fri, 28 Feb 2020 18:29:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582932580; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6PtWV8fxzi90n4PsoftZyxS9zHARcIcs8u4peeRthO8=; b=NNDgSJVK5Nd3vouiOu38dhn+g3zx21YlB88m0U62CiZsFcyYdlOlHxM13IPOPmqhdz9Lb4 T+Z1iA5hu5IrxNEIsmR0kXEG2jo9aVeFpKeJlP9+jjp4afi3JcRu8m6Vofk8jsEjeWUWE2 lBgHMd/M9UROkG51Y3YHWlM5SGDBoxU= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-212-lqu8145HMyy0QDc4UMXBDA-1; Fri, 28 Feb 2020 18:29:32 -0500 X-MC-Unique: lqu8145HMyy0QDc4UMXBDA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D7EAC1005510; Fri, 28 Feb 2020 23:29:29 +0000 (UTC) Received: from localhost (ovpn-8-18.pek2.redhat.com [10.72.8.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5B0BA19E9C; Fri, 28 Feb 2020 23:29:25 +0000 (UTC) From: Ming Lei <ming.lei@redhat.com> To: Jens Axboe <axboe@kernel.dk>, linux-block@vger.kernel.org, James Bottomley <James.Bottomley@HansenPartnership.com>, linux-scsi@vger.kernel.org, "Martin K . Petersen" <martin.petersen@oracle.com> Cc: Ming Lei <ming.lei@redhat.com>, Omar Sandoval <osandov@fb.com>, Sathya Prakash <sathya.prakash@broadcom.com>, Chaitra P B <chaitra.basappa@broadcom.com>, Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>, Kashyap Desai <kashyap.desai@broadcom.com>, Sumit Saxena <sumit.saxena@broadcom.com>, Shivasharan S <shivasharan.srikanteshwara@broadcom.com>, "Ewan D . Milne" <emilne@redhat.com>, Hannes Reinecke <hare@suse.de>, Bart Van Assche <bart.vanassche@wdc.com> Subject: [PATCH V2 00/10] scsi: tracking device queue depth via sbitmap Date: Sat, 29 Feb 2020 07:29:10 +0800 Message-Id: <20200228232920.20960-1-ming.lei@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Content-Transfer-Encoding: quoted-printable Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org |
Series |
scsi: tracking device queue depth via sbitmap
|
expand
|