From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AE2CC76188 for ; Tue, 23 Jul 2019 07:08:07 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 36DAE214DA for ; Tue, 23 Jul 2019 07:08:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 36DAE214DA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 912961BFA4; Tue, 23 Jul 2019 09:08:06 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 827F01BF6B; Tue, 23 Jul 2019 09:08:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2019 00:08:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,298,1559545200"; d="scan'208";a="171872937" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 23 Jul 2019 00:08:04 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 00:08:04 -0700 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 23 Jul 2019 00:08:03 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.174]) with mapi id 14.03.0439.000; Tue, 23 Jul 2019 15:08:02 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Ye, Xiaolong" , "Yigit, Ferruh" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH 1/2] net/i40e: fix ether pattern rule for fdir Thread-Index: AQHVQQxdSpi96AlYyUSqqrK9vf6X+6bXJpoAgACh58A= Date: Tue, 23 Jul 2019 07:08:01 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D6B6B6@SHSMSX105.ccr.corp.intel.com> References: <20190722120639.62468-1-xiaolong.ye@intel.com> <94479800C636CB44BD422CB454846E013CE09286@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E013CE09286@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTg2NGY4YmMtOGEzYi00NjU4LWFhMGUtN2E0OTdjMDc0ZjFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVVwvUTh4ODVKYSsxNmVxTllmK0hRZ0M4dVwvXC9rcExMUGd2OHR3YzZWcG9HeGxNRnBNMUxBZFRPZG1TdDE0amtRayJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 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 1/2] net/i40e: fix ether pattern rule for 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: Xing, Beilei > Sent: Tuesday, July 23, 2019 1:28 PM > To: Ye, Xiaolong ; Yigit, Ferruh > ; Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: RE: [PATCH 1/2] net/i40e: fix ether pattern rule for fdir >=20 >=20 >=20 > > -----Original Message----- > > From: Ye, Xiaolong > > Sent: Monday, July 22, 2019 8:07 PM > > To: Yigit, Ferruh ; Xing, Beilei > > ; Zhang, Qi Z > > Cc: dev@dpdk.org; Ye, Xiaolong ; > > stable@dpdk.org > > Subject: [PATCH 1/2] net/i40e: fix ether pattern rule for fdir > > > > i40e FDIR doesn't allow to create flow with empty spec and mask for > > ethertype pattern. Without this patch, below flow would be created > > successfully which is unexpected. > > > > > flow create 0 ingress pattern eth / end actions drop / end > > > > Fixes: 7d83c152a207 ("net/i40e: parse flow director filter") > > Cc: stable@dpdk.org > > Cc: beilei.xing@intel.com > > > > Signed-off-by: Xiaolong Ye > > --- > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi