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 59E8EA00BE; Wed, 8 Jul 2020 10:00:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9D5591DBA1; Wed, 8 Jul 2020 10:00:20 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8A8511DB9D for ; Wed, 8 Jul 2020 10:00:18 +0200 (CEST) IronPort-SDR: RBe4WpUyQic5fY6AvuQXep3zz5PbN8gDhgMkrMzuU2VTaoqWlqNgGeasioAYg1yUhOQjpcP+L+ /THowsa0JQbg== X-IronPort-AV: E=McAfee;i="6000,8403,9675"; a="149267610" X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="149267610" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2020 01:00:17 -0700 IronPort-SDR: tkj7V43PFV9jfRmFD40biFcvthGqIUNsw3Yh41SgL2aTF3AbP02FB1F/oazusLM/iQFrFdBfKy cMUQQgxosX2A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,327,1589266800"; d="scan'208";a="322878162" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jul 2020 01:00:17 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 8 Jul 2020 01:00:17 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.8]) with mapi id 14.03.0439.000; Wed, 8 Jul 2020 16:00:14 +0800 From: "Zhang, Qi Z" To: "Yan, Zhirun" CC: "Cao, Yahui" , "Su, Simei" , "Wang, Xiao W" , "dev@dpdk.org" Thread-Topic: [PATCH] net/ice: add support for src MAC filter on FDIR Thread-Index: AQHWVNOtTATC0FZFREiA/NEsgtqx8Kj9UZ6A Date: Wed, 8 Jul 2020 08:00:13 +0000 Message-ID: <039ED4275CED7440929022BC67E7061154856F83@SHSMSX103.ccr.corp.intel.com> References: <20200708105228.43104-1-zhirun.yan@intel.com> In-Reply-To: <20200708105228.43104-1-zhirun.yan@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: add support for src MAC filter on FDIR 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: Yan, Zhirun > Sent: Wednesday, July 8, 2020 6:52 PM > To: Zhang, Qi Z > Cc: Cao, Yahui ; Su, Simei ; > Wang, Xiao W ; dev@dpdk.org; Yan, Zhirun > > Subject: [PATCH] net/ice: add support for src MAC filter on FDIR >=20 > This patch enables FDIR with src mac filter and change the logic for only > supporting ether type field without IP pattern. Application may set ether > type with IP. It is redundant for flow, ignore ether type except for > ICE_FLTR_PTYPE_NON_IP_L2. >=20 > Also, remove redundant code for checking next_type. >=20 > Signed-off-by: Zhirun Yan Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi