From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A53101B2CF for ; Tue, 13 Feb 2018 01:49:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2018 16:49:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,504,1511856000"; d="scan'208";a="203577709" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 12 Feb 2018 16:49:55 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 12 Feb 2018 16:49:55 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 12 Feb 2018 16:49:55 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.125]) with mapi id 14.03.0319.002; Tue, 13 Feb 2018 08:49:53 +0800 From: "Tan, Jianfeng" To: "Tan, Jianfeng" , Maxime Coquelin CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 1/2] virtio: fix resuming traffic with rx vector path Thread-Index: AQHTpAApx1VUkGlp3UaevIDTMuyiaqOhgNFA Date: Tue, 13 Feb 2018 00:49:52 +0000 Message-ID: References: <20180209142654.29409-1-maxime.coquelin@redhat.com> <20180209142654.29409-2-maxime.coquelin@redhat.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 1/2] virtio: fix resuming traffic with rx vector path 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: , X-List-Received-Date: Tue, 13 Feb 2018 00:49:58 -0000 Just realize that I forgot to CC dev@dpdk.org. > -----Original Message----- > From: Tan, Jianfeng [mailto:jianfeng.tan@intel.com] > Sent: Monday, February 12, 2018 8:51 PM > To: Maxime Coquelin > Subject: Re: [dpdk-dev] [PATCH 1/2] virtio: fix resuming traffic with rx = vector > path >=20 >=20 >=20 > On 2/9/2018 10:26 PM, Maxime Coquelin wrote: > > This patch fixes traffic resuming issue seen when using > > Rx vector path. >=20 > A nit: AFAIK, this issue happens after start/stop/start? "traffic > resuming" seems not accurate. >=20 > > > > Fixes: efc83a1e7fc3 ("net/virtio: fix queue setup consistency") > > > > Signed-off-by: Tiwei Bie > > Signed-off-by: Maxime Coquelin >=20 > Besides that, >=20 > Reviewed-by: Jianfeng Tan >=20 > Thanks for this timely fix! >=20 > Thanks, > Jianfeng