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 5D100A04B4; Tue, 19 Nov 2019 02:14:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B694BB62; Tue, 19 Nov 2019 02:14:24 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 8A936A69 for ; Tue, 19 Nov 2019 02:14:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Nov 2019 17:14:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,322,1569308400"; d="scan'208";a="380849877" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 18 Nov 2019 17:14:22 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 18 Nov 2019 17:14:22 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 18 Nov 2019 17:14:22 -0800 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.225]) by shsmsx102.ccr.corp.intel.com ([169.254.2.108]) with mapi id 14.03.0439.000; Tue, 19 Nov 2019 09:14:20 +0800 From: "Zhang, Qi Z" To: "Cao, Yahui" , "Yang, Qiming" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "Ye, Xiaolong" , "Xing, Beilei" Thread-Topic: [PATCH v2 0/2] fix testpmd quit error after FDIR rule created Thread-Index: AQHVnh4N2TwXbLuypkuDdQHJh9P5oKeRsPag Date: Tue, 19 Nov 2019 01:14:19 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153DCBD59@SHSMSX105.ccr.corp.intel.com> References: <20191113160921.90573-1-yahui.cao@intel.com> <20191118222343.45282-1-yahui.cao@intel.com> In-Reply-To: <20191118222343.45282-1-yahui.cao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYThiZmRiNWMtYmIwYS00OGM5LTg1M2QtMDYyNzI2NThhZDZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibnZueWJMbUF5cGdXUWd1WTNcLzVoZEtMRmIxdWJZMTlHaWtKQkVObDd5ZDduaFdXSFJDcDd4eDBjZm1EeTNONHcifQ== x-ctpclassification: CTP_NT 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 v2 0/2] fix testpmd quit error after FDIR rule created 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: Cao, Yahui > Sent: Tuesday, November 19, 2019 6:24 AM > To: Yang, Qiming ; Lu, Wenzhuo > > Cc: dev@dpdk.org; Zhang, Qi Z ; Cao, Yahui > ; Ye, Xiaolong ; Xing, Beilei > > Subject: [PATCH v2 0/2] fix testpmd quit error after FDIR rule created >=20 > This patch series fixes FDIR error when immediately quit without flushing= FDIR > rule in testpmd. >=20 > - Patch 1 adds programming status check mechanism to monitor FDIR status. > - Patch 2 moves FDIR queue irq config out of device start/stop. >=20 > -- > v2: > * Seperate FDIR/LAN queue irq config >=20 > Yahui Cao (2): > net/ice: fix FDIR programming status check issue > net/ice: fix FDIR rule failure after device stop >=20 > drivers/net/ice/ice_ethdev.c | 15 +---- > drivers/net/ice/ice_ethdev.h | 3 + > drivers/net/ice/ice_fdir_filter.c | 7 +++ > drivers/net/ice/ice_rxtx.c | 93 +++++++++++++++++++++++++++++-- > 4 files changed, 100 insertions(+), 18 deletions(-) >=20 > -- > 2.17.1 Tested-by: Qi Zhang Acked-by: Qi Zhang