From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id ED8532D13; Thu, 17 May 2018 16:56:50 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2018 07:56:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,411,1520924400"; d="scan'208";a="56120920" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 17 May 2018 07:56:49 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 07:56:49 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 07:56:48 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.179]) with mapi id 14.03.0319.002; Thu, 17 May 2018 22:56:46 +0800 From: "Zhang, Helin" To: "Zhang, Helin" , "Li, Xiaoyun" , "Wu, Jingjing" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Li, Xiaoyun" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/avf: fix AVF traffic blocked issue Thread-Index: AQHT7dNBCQKOW7BBW0eedUxZADsdfKQ0Ag5ggAAAwyA= Date: Thu, 17 May 2018 14:56:46 +0000 Message-ID: References: <1526556254-54764-1-git-send-email-xiaoyun.li@intel.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] net/avf: fix AVF traffic blocked issue 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: Thu, 17 May 2018 14:56:51 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Helin > Sent: Thursday, May 17, 2018 10:54 PM > To: Li, Xiaoyun; Wu, Jingjing; Lu, Wenzhuo > Cc: dev@dpdk.org; Li, Xiaoyun; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/avf: fix AVF traffic blocked issue >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xiaoyun Li > > Sent: Thursday, May 17, 2018 7:24 PM > > To: Wu, Jingjing; Lu, Wenzhuo > > Cc: dev@dpdk.org; Li, Xiaoyun; stable@dpdk.org > > Subject: [dpdk-dev] [PATCH] net/avf: fix AVF traffic blocked issue > > > > When resetting ports, traffic will be blocked. There is a mistake when > > getting hw info at avf_dev_stop. This causes the device stop without > stopping queues. > > This patch fixes this issue. > > > > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > > Cc: stable@dpdk.org > > > > Signed-off-by: Xiaoyun Li > Acked-by: Helin Zhang Applied to dpdk-next-net-intel, thanks! /Helin