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 18070A00BE; Tue, 7 Jul 2020 05:32:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E6911DD44; Tue, 7 Jul 2020 05:32:31 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 139C31DC3E for ; Tue, 7 Jul 2020 05:32:29 +0200 (CEST) IronPort-SDR: mrI7199YDOCksuxe0gwi7iQdAXQSbz4jL/UpySP09TO+5/EzJAwmaZMm8q9OhkVL2ZdI0o/kJG 9Ftfugd2tgYw== X-IronPort-AV: E=McAfee;i="6000,8403,9674"; a="165606531" X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="165606531" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 20:32:30 -0700 IronPort-SDR: ewm2shx4qWhz+K88JCLLDznN+82ZDFc8tZ4hoe3NmKXH2u2wj2GC4YKW9KKqPqHvSE5X89qKoT 7CCss85oF7tw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,321,1589266800"; d="scan'208";a="482912219" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 06 Jul 2020 20:32:28 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jul 2020 20:32:28 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jul 2020 20:32:28 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0439.000; Tue, 7 Jul 2020 11:32:25 +0800 From: "Zhang, Qi Z" To: "Su, Simei" , "Xing, Beilei" CC: "dev@dpdk.org" , "Cao, Yahui" Thread-Topic: [PATCH v2] net/ice: add support for ether type filter on FDIR Thread-Index: AQHWVA3V9c1s1JIIjUuHaf2H2geqYaj7diaA Date: Tue, 7 Jul 2020 03:32:24 +0000 Message-ID: <039ED4275CED7440929022BC67E706115485522B@SHSMSX103.ccr.corp.intel.com> References: <1591876980-168031-1-git-send-email-simei.su@intel.com> <1594092075-389670-1-git-send-email-simei.su@intel.com> In-Reply-To: <1594092075-389670-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 v2] net/ice: add support for ether type 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: Su, Simei > Sent: Tuesday, July 7, 2020 11:21 AM > To: Zhang, Qi Z ; Xing, Beilei > Cc: dev@dpdk.org; Cao, Yahui ; Su, Simei > > Subject: [PATCH v2] net/ice: add support for ether type filter on FDIR >=20 > This patch enables FDIR with input set ethertype. >=20 > Signed-off-by: Simei Su Acked-by: Qi Zhang Applied to dpdk-next-net-intel after fix a minor coding style warning Thanks Qi