From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9BD4FA00BE; Tue, 28 Apr 2020 03:29:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 11A431D560; Tue, 28 Apr 2020 03:29:17 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 62F6F1D55E for ; Tue, 28 Apr 2020 03:29:14 +0200 (CEST) IronPort-SDR: uc5Fm6I/G549FsBbICvkcf/YT82pwO3JHiKZwYfIhVpN49jjiWtzZfHnxpIlmN/NAGGdoQjPxH dYpj8eyTtEXA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 18:29:14 -0700 IronPort-SDR: zisKJaPIdGuQq/bhLci5yDERmLJb8ZxIUyX+ZbTZW/B25+X8o2v7rr5jHmNb4x3HvuzpHzRNca K2Id1x0RXROQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,325,1583222400"; d="scan'208";a="367341908" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 27 Apr 2020 18:29:14 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 18:29:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.146]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.89]) with mapi id 14.03.0439.000; Tue, 28 Apr 2020 09:29:11 +0800 From: "Liu, Yong" To: Maxime Coquelin , "Ye, Xiaolong" , "Wang, Zhihong" CC: "dev@dpdk.org" Thread-Topic: [PATCH v10 4/9] net/virtio-user: add vectorized devarg Thread-Index: AQHWG3ExQMRMXLc5nUG2PDCxkcBzNaiMSw0AgAF2fEA= Date: Tue, 28 Apr 2020 01:29:10 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E63546D6A@SHSMSX103.ccr.corp.intel.com> References: <20200313174230.74661-1-yong.liu@intel.com> <20200426021943.43158-1-yong.liu@intel.com> <20200426021943.43158-5-yong.liu@intel.com> <9060e0bb-3ee5-6481-6694-657aa04a494f@redhat.com> In-Reply-To: <9060e0bb-3ee5-6481-6694-657aa04a494f@redhat.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v10 4/9] net/virtio-user: add vectorized devarg X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Maxime Coquelin > Sent: Monday, April 27, 2020 7:07 PM > To: Liu, Yong ; Ye, Xiaolong ; > Wang, Zhihong > Cc: dev@dpdk.org > Subject: Re: [PATCH v10 4/9] net/virtio-user: add vectorized devarg >=20 >=20 >=20 > On 4/26/20 4:19 AM, Marvin Liu wrote: > > Add new devarg for virtio user device vectorized path selection. By > > default vectorized path is disabled. > > > > Signed-off-by: Marvin Liu > > > > diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst > > index 902a1f0cf..d59add23e 100644 > > --- a/doc/guides/nics/virtio.rst > > +++ b/doc/guides/nics/virtio.rst > > @@ -424,6 +424,12 @@ Below devargs are supported by the virtio-user > vdev: > > rte_eth_link_get_nowait function. > > (Default: 10000 (10G)) > > > > +#. ``vectorized``: > > + > > + It is used to specify whether virtio device perfer to use vectoriz= ed path. >=20 > s/perfer/prefers/ >=20 > I'll fix while applying if the rest of the series is ok. Thanks, Maxime. I will fix in next version followed with i686 building fix.= =20 >=20 > Reviewed-by: Maxime Coquelin >=20 > Thanks, > Maxime