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 0B1BDA04DE for ; Fri, 23 Oct 2020 12:01:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 308C472F1; Fri, 23 Oct 2020 12:01:39 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 045EE72F1; Fri, 23 Oct 2020 12:01:35 +0200 (CEST) IronPort-SDR: 4WUz1EN2aATyhavWvLTX/QGHYJNDDSmNQyWjV5hWQOuMe46Z+QzM/I8q35CIqs0J+hh0TBw9vd lfEH3SVxs4PQ== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="155437239" X-IronPort-AV: E=Sophos;i="5.77,407,1596524400"; d="scan'208";a="155437239" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 03:01:30 -0700 IronPort-SDR: 8LNjVnbf5eFL3WIHAc1AMW0q2BccCn4iSIoivfnvYDlnVP0p2/FIxD3tqKZZw7/Tqz841VMBvD wb7tCAfwX+gw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,407,1596524400"; d="scan'208";a="393350640" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga001.jf.intel.com with ESMTP; 23 Oct 2020 03:01:30 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 23 Oct 2020 03:01:29 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 23 Oct 2020 18:01:27 +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; Fri, 23 Oct 2020 18:01:27 +0800 From: "Zhang, Qi Z" To: "Connolly, Padraig J" , "Xing, Beilei" CC: "dev@dpdk.org" , "Connolly, Padraig J" , "Iremonger, Bernard" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] net/i40e: fix qinq flow pattern to allow non full mask Thread-Index: AQHWotXXirmSwV0df06IYo1YD+D3eKmlAHpA Date: Fri, 23 Oct 2020 10:01:27 +0000 Message-ID: References: <20201014163047.69981-1> <20201015092858.84731-1-padraig.j.connolly@intel.com> In-Reply-To: <20201015092858.84731-1-padraig.j.connolly@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-stable] [dpdk-dev] [PATCH v3] net/i40e: fix qinq flow pattern to allow non full mask X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: dev On Behalf Of Padraig Connolly > Sent: Thursday, October 15, 2020 5:29 PM > To: Xing, Beilei > Cc: dev@dpdk.org; Connolly, Padraig J ; > Iremonger, Bernard ; stable@dpdk.org > Subject: [dpdk-dev] [PATCH v3] net/i40e: fix qinq flow pattern to allow n= on full > mask >=20 > Issue reported by customer that only full mask was allowed on inner and o= uter > VLAN tag, thus not allowing mask to set VLAN ID filter only. > Removed check thatenforces inner vlan and outer vlan equal I40E_TCI_MASK > (full mask 0xffff). >=20 > Fixes: d37705068ee8 ("net/i40e: parse QinQ pattern") >=20 > Cc: bernard.iremonger@intel.com > Cc: stable@dpdk.org >=20 > Tested-by: Padraig Connolly > Signed-off-by: Padraig Connolly > Acked-by: Bernard Iremonger Applied to dpdk-next-net-intel. Thanks Qi