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 1B631A0531; Mon, 10 Feb 2020 07:31:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 615161BE9C; Mon, 10 Feb 2020 07:31:49 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3BC86100C; Mon, 10 Feb 2020 07:31:47 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2020 22:31:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,424,1574150400"; d="scan'208";a="405485917" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 09 Feb 2020 22:31:45 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 9 Feb 2020 22:31:45 -0800 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.138]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.98]) with mapi id 14.03.0439.000; Mon, 10 Feb 2020 14:31:43 +0800 From: "Zhang, Qi Z" To: "Cao, Yahui" , "Yang, Qiming" , "Lu, Wenzhuo" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Ye, Xiaolong" , "Xing, Beilei" Thread-Topic: [PATCH] net/ice: fix FDIR PASSTHRU issue Thread-Index: AQHV0AJ14DSsyOUWSkiUzRDu64Wf06gUF1/w Date: Mon, 10 Feb 2020 06:31:42 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153E1C398@SHSMSX105.ccr.corp.intel.com> References: <20200121022559.11955-1-yahui.cao@intel.com> In-Reply-To: <20200121022559.11955-1-yahui.cao@intel.com> Accept-Language: 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] net/ice: fix FDIR PASSTHRU 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Cao, Yahui > Sent: Tuesday, January 21, 2020 10:26 AM > To: Yang, Qiming ; Lu, Wenzhuo > > Cc: dev@dpdk.org; stable@dpdk.org; Zhang, Qi Z ; Ca= o, > Yahui ; Ye, Xiaolong ; Xing, = Beilei > > Subject: [PATCH] net/ice: fix FDIR PASSTHRU issue >=20 > The original PASSTHRU implementation is forwarding to queue 0. The correc= ted > implementation is forwarding to the next stage filter. >=20 > Fixes: f5cafa961fae ("net/ice: add flow director create and destroy") > Cc: stable@dpdk.org >=20 > Signed-off-by: Yahui Cao Acked-by: Qi Zhang