From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0C01FA0A05; Tue, 19 Jan 2021 14:14:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E60D1140E59; Tue, 19 Jan 2021 14:14:51 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 804B0140E48 for ; Tue, 19 Jan 2021 14:14:49 +0100 (CET) IronPort-SDR: dbdhBADGtCqkEzltnzuD9MT1/eUuAFtnJ3a0XVKU7ueFb1jyZy8PTJ9faGrLjlbg5okYjUALeq htbh9DHzu//w== X-IronPort-AV: E=McAfee;i="6000,8403,9868"; a="158694571" X-IronPort-AV: E=Sophos;i="5.79,358,1602572400"; d="scan'208";a="158694571" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2021 05:14:48 -0800 IronPort-SDR: gdrcP7c09KF6BnD+7bFpz4+OMTdp5TgmWq+okgHDjyoqliEj3qsgd6Ip8zFmE4nFIizFdtxEMS hJnCkgjkj6LQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,358,1602572400"; d="scan'208";a="350519129" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga003.jf.intel.com with ESMTP; 19 Jan 2021 05:14:48 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 19 Jan 2021 05:14:47 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 19 Jan 2021 21:14:45 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Tue, 19 Jan 2021 21:14:45 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Yang, Qiming" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev v1] net/ice: fix flow rule checking Thread-Index: AQHW7jsr8e7+9WS3jU6vFv6kb80lxqou7XfQ Date: Tue, 19 Jan 2021 13:14:45 +0000 Message-ID: <1376da94eb844930acdb7da8e95f39ab@intel.com> References: <20210119080731.83398-1-jia.guo@intel.com> In-Reply-To: <20210119080731.83398-1-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-dev v1] net/ice: fix flow rule checking X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Guo, Jia > Sent: Tuesday, January 19, 2021 4:08 PM > To: Zhang, Qi Z ; Yang, Qiming > Cc: dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev v1] net/ice: fix flow rule checking >=20 > Add empty item into the pattern mapping list when checking the ptype is > supported or not, since we do support the NUll pattern for rte flow in ic= e pmd. >=20 > Fixes: 68b6240ee9f0 ("net/ice: refactor packet type parsing") >=20 > Signed-off-by: Jeff Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi