From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D2EF62D13; Thu, 17 May 2018 16:54:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2018 07:54:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,411,1520924400"; d="scan'208";a="59461710" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 17 May 2018 07:54:12 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 07:54:12 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 17 May 2018 07:54:11 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.210]) by shsmsx102.ccr.corp.intel.com ([169.254.2.79]) with mapi id 14.03.0319.002; Thu, 17 May 2018 22:54:10 +0800 From: "Zhang, Helin" To: "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: AQHT7dNBCQKOW7BBW0eedUxZADsdfKQ0Ag5g Date: Thu, 17 May 2018 14:54:09 +0000 Message-ID: References: <1526556254-54764-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1526556254-54764-1-git-send-email-xiaoyun.li@intel.com> 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:54:14 -0000 > -----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 >=20 > When resetting ports, traffic will be blocked. There is a mistake when ge= tting > hw info at avf_dev_stop. This causes the device stop without stopping que= ues. > This patch fixes this issue. >=20 > Fixes: 69dd4c3d0898 ("net/avf: enable queue and device") > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiaoyun Li Acked-by: Helin Zhang