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 8C2BDA00C3; Fri, 15 May 2020 08:44:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21E811DA19; Fri, 15 May 2020 08:44:36 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 757931D9E1 for ; Fri, 15 May 2020 08:44:34 +0200 (CEST) IronPort-SDR: dm3NFDbifaB22unMGdSe0/3sJdbghgJAurdBcuGxwVFmSgDiATLy7bePaTvuJy2Wed0pR3HQLa 5fIMs6Dbkc6w== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 May 2020 23:44:32 -0700 IronPort-SDR: 8Ckak+rdIUX77k3cN/gtGjsZcbji5WHNgurAkO0AoNG/u71T7sGzBwMXV+kzKUzH0hfMIORDHj 95QIp1Blvtkg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,394,1583222400"; d="scan'208";a="464622869" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 14 May 2020 23:44:32 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 14 May 2020 23:44:32 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 14 May 2020 23:44:32 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.241]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.178]) with mapi id 14.03.0439.000; Fri, 15 May 2020 14:44:29 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Ye, Xiaolong" CC: "dev@dpdk.org" , "Cao, Yahui" Thread-Topic: [PATCH] net/ice/base: fix FDIR rule passthrough mode Thread-Index: AQHWJNe/zFMHeSvgkEe51eT5NxnCX6iovqbQ Date: Fri, 15 May 2020 06:44:28 +0000 Message-ID: <039ED4275CED7440929022BC67E70611548203C3@SHSMSX103.ccr.corp.intel.com> References: <1588900942-380047-1-git-send-email-simei.su@intel.com> In-Reply-To: <1588900942-380047-1-git-send-email-simei.su@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/base: fix FDIR rule passthrough mode 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: Su, Simei > Sent: Friday, May 8, 2020 9:22 AM > To: Zhang, Qi Z ; Ye, Xiaolong > Cc: dev@dpdk.org; Cao, Yahui ; Su, Simei > > Subject: [PATCH] net/ice/base: fix FDIR rule passthrough mode >=20 > This patch adds support for FDIR passthrough mode. When FDIR rule hits, > FDIR just forward this packet to the next stage filter. >=20 > Fixes: 55daca4e45fc ("net/ice/base: change function to static") >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang