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 78071A0531; Mon, 10 Feb 2020 07:56:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A26C01BE94; Mon, 10 Feb 2020 07:56:52 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 707822BFA; Mon, 10 Feb 2020 07:56:51 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2020 22:56:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,424,1574150400"; d="scan'208";a="433230926" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by fmsmga006.fm.intel.com with ESMTP; 09 Feb 2020 22:56:49 -0800 Date: Mon, 10 Feb 2020 14:55:35 +0800 From: Ye Xiaolong To: "Zhang, Qi Z" Cc: "Cao, Yahui" , "Yang, Qiming" , "Lu, Wenzhuo" , "dev@dpdk.org" , "stable@dpdk.org" , "Xing, Beilei" Message-ID: <20200210065535.GB80720@intel.com> References: <20200121022559.11955-1-yahui.cao@intel.com> <039ED4275CED7440929022BC67E7061153E1C398@SHSMSX105.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <039ED4275CED7440929022BC67E7061153E1C398@SHSMSX105.ccr.corp.intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) 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" On 02/10, Zhang, Qi Z wrote: > > >> -----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 ; Cao, >> Yahui ; Ye, Xiaolong ; Xing, Beilei >> >> Subject: [PATCH] net/ice: fix FDIR PASSTHRU issue >> >> The original PASSTHRU implementation is forwarding to queue 0. The corrected >> implementation is forwarding to the next stage filter. >> >> Fixes: f5cafa961fae ("net/ice: add flow director create and destroy") >> Cc: stable@dpdk.org >> >> Signed-off-by: Yahui Cao > >Acked-by: Qi Zhang > Applied to dpdk-next-net-intel, Thanks.