From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751089AbeFABga (ORCPT ); Thu, 31 May 2018 21:36:30 -0400 Received: from mga14.intel.com ([192.55.52.115]:13195 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750996AbeFABg3 (ORCPT ); Thu, 31 May 2018 21:36:29 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,464,1520924400"; d="scan'208";a="233670952" Date: Fri, 1 Jun 2018 09:36:43 +0800 From: Tiwei Bie To: "Michael S. Tsirkin" Cc: "Rustad, Mark D" , Bjorn Helgaas , "virtualization@lists.linux-foundation.org" , LKML , "virtio-dev@lists.oasis-open.org" , "linux-pci@vger.kernel.org" , "Daly, Dan" , "Duyck, Alexander H" , "Liang, Cunming" , "Wang, Zhihong" Subject: Re: [virtio-dev] [PATCH] virtio_pci: support enabling VFs Message-ID: <20180601013643.GA23128@debian> References: <20180530085521.26583-1-tiwei.bie@intel.com> <20180530190819-mutt-send-email-mst@kernel.org> <20180531025502.GA15516@debian> <20180601042004-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180601042004-mutt-send-email-mst@kernel.org> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 01, 2018 at 04:21:03AM +0300, Michael S. Tsirkin wrote: > On Thu, May 31, 2018 at 10:55:02AM +0800, Tiwei Bie wrote: > > On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote: > > > On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote: > > > > On May 30, 2018, at 1:55 AM, Tiwei Bie wrote: > > > > > > > > > There is a new feature bit allocated in virtio spec to > > > > > support SR-IOV (Single Root I/O Virtualization): > > > > > > > > > > https://github.com/oasis-tcs/virtio-spec/issues/11 > > > > > > > > > > This patch enables the support for this feature bit in > > > > > virtio driver. > > > > > > > > > > Signed-off-by: Tiwei Bie > > > > > --- > > > > > This patch depends on below proposal: > > > > > https://lists.oasis-open.org/archives/virtio-dev/201805/msg00154.html > > > > > > > > > > This patch depends on below patch: > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git/commit/?h=pci/virtualization&id=8effc395c2097e258fcedfc02ed4a66d45fb4238 > > > > > > > > > > drivers/virtio/virtio_pci_common.c | 20 ++++++++++++++++++++ > > > > > drivers/virtio/virtio_pci_modern.c | 14 ++++++++++++++ > > > > > include/uapi/linux/virtio_config.h | 7 ++++++- > > > > > 3 files changed, 40 insertions(+), 1 deletion(-) > > > > > > > > > > > > > > > > > > > > > > diff --git a/include/uapi/linux/virtio_config.h > > > > > b/include/uapi/linux/virtio_config.h > > > > > index 308e2096291f..b7c1f4e7d59e 100644 > > > > > --- a/include/uapi/linux/virtio_config.h > > > > > +++ b/include/uapi/linux/virtio_config.h > > > > > @@ -49,7 +49,7 @@ > > > > > > > > There is a value in the comment directly before this that should > > > > be updated as well to be consistent with the new value for > > > > VIRTIO_TRANSPORT_F_END below. > > > > > > It hasn't been updated to 34 yet. > > > I suggest a separate patch to replace the numbers with > > > VIRTIO_TRANSPORT_F_START and VIRTIO_TRANSPORT_F_END > > > in the comment. > > > Maybe replace "e.g. virtio_ring" with "e.g. virtio_ring, > > > virtio_pci etc." as well. > > > > Good idea! Thanks for the suggestion! I'll do it. > > > > Best regards, > > Tiwei Bie > > Or just focus on the new feature, tweak start/end > as a separate patch. Up to you, the important thing > is to have a ready to roll patch before the merge > window. Got it! Thank you very much! Best regards, Tiwei Bie From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: virtio-dev-return-4224-cohuck=redhat.com@lists.oasis-open.org Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [66.179.20.138]) by lists.oasis-open.org (Postfix) with ESMTP id A13B15818CC0 for ; Thu, 31 May 2018 18:36:40 -0700 (PDT) Date: Fri, 1 Jun 2018 09:36:43 +0800 From: Tiwei Bie Message-ID: <20180601013643.GA23128@debian> References: <20180530085521.26583-1-tiwei.bie@intel.com> <20180530190819-mutt-send-email-mst@kernel.org> <20180531025502.GA15516@debian> <20180601042004-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180601042004-mutt-send-email-mst@kernel.org> Subject: Re: [virtio-dev] [PATCH] virtio_pci: support enabling VFs To: "Michael S. Tsirkin" Cc: "Rustad, Mark D" , Bjorn Helgaas , "virtualization@lists.linux-foundation.org" , LKML , "virtio-dev@lists.oasis-open.org" , "linux-pci@vger.kernel.org" , "Daly, Dan" , "Duyck, Alexander H" , "Liang, Cunming" , "Wang, Zhihong" List-ID: On Fri, Jun 01, 2018 at 04:21:03AM +0300, Michael S. Tsirkin wrote: > On Thu, May 31, 2018 at 10:55:02AM +0800, Tiwei Bie wrote: > > On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote: > > > On Wed, May 30, 2018 at 04:03:37PM +0000, Rustad, Mark D wrote: > > > > On May 30, 2018, at 1:55 AM, Tiwei Bie wrote: > > > > > > > > > There is a new feature bit allocated in virtio spec to > > > > > support SR-IOV (Single Root I/O Virtualization): > > > > > > > > > > https://github.com/oasis-tcs/virtio-spec/issues/11 > > > > > > > > > > This patch enables the support for this feature bit in > > > > > virtio driver. > > > > > > > > > > Signed-off-by: Tiwei Bie > > > > > --- > > > > > This patch depends on below proposal: > > > > > https://lists.oasis-open.org/archives/virtio-dev/201805/msg00154.html > > > > > > > > > > This patch depends on below patch: > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git/commit/?h=pci/virtualization&id=8effc395c2097e258fcedfc02ed4a66d45fb4238 > > > > > > > > > > drivers/virtio/virtio_pci_common.c | 20 ++++++++++++++++++++ > > > > > drivers/virtio/virtio_pci_modern.c | 14 ++++++++++++++ > > > > > include/uapi/linux/virtio_config.h | 7 ++++++- > > > > > 3 files changed, 40 insertions(+), 1 deletion(-) > > > > > > > > > > > > > > > > > > > > > > diff --git a/include/uapi/linux/virtio_config.h > > > > > b/include/uapi/linux/virtio_config.h > > > > > index 308e2096291f..b7c1f4e7d59e 100644 > > > > > --- a/include/uapi/linux/virtio_config.h > > > > > +++ b/include/uapi/linux/virtio_config.h > > > > > @@ -49,7 +49,7 @@ > > > > > > > > There is a value in the comment directly before this that should > > > > be updated as well to be consistent with the new value for > > > > VIRTIO_TRANSPORT_F_END below. > > > > > > It hasn't been updated to 34 yet. > > > I suggest a separate patch to replace the numbers with > > > VIRTIO_TRANSPORT_F_START and VIRTIO_TRANSPORT_F_END > > > in the comment. > > > Maybe replace "e.g. virtio_ring" with "e.g. virtio_ring, > > > virtio_pci etc." as well. > > > > Good idea! Thanks for the suggestion! I'll do it. > > > > Best regards, > > Tiwei Bie > > Or just focus on the new feature, tweak start/end > as a separate patch. Up to you, the important thing > is to have a ready to roll patch before the merge > window. Got it! Thank you very much! Best regards, Tiwei Bie --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org