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 D5FD1A0545 for ; Fri, 13 Nov 2020 00:49:32 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A37005953; Fri, 13 Nov 2020 00:49:31 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 78F0656A3; Fri, 13 Nov 2020 00:49:27 +0100 (CET) IronPort-SDR: fdVmETGNHx0ud4xYGHw22d2ts0vqwxiBBE69Oz6+vGjKOhm1AiLDe3Ew8eGe0fp98nuMbTqiJa lQbONp8zVFmg== X-IronPort-AV: E=McAfee;i="6000,8403,9803"; a="166892604" X-IronPort-AV: E=Sophos;i="5.77,473,1596524400"; d="scan'208";a="166892604" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2020 15:49:24 -0800 IronPort-SDR: hQNW3sn0ORRBU3OYnd9E3tiOOUNKUsqT6NRr9/YD0JyeHuksuWpso0dwGt4wPDFrSbPgIiPEew 2SUbYca7MFoA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,473,1596524400"; d="scan'208";a="328679617" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga006.jf.intel.com with ESMTP; 12 Nov 2020 15:49:24 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 12 Nov 2020 15:49:23 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 13 Nov 2020 07:49:21 +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, 13 Nov 2020 07:49:21 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "stable@dpdk.org" , "Guo, Jia" , "Zhao1, Wei" , "Xing, Beilei" , Wei Dai , "Lu, Wenzhuo" Thread-Topic: [PATCH v1] net/ixgbe: remove the redundant MAC flag check Thread-Index: AQHWuJmFqoKNGgDtrEKfbd5YlgAtf6nFK4jw Date: Thu, 12 Nov 2020 23:49:21 +0000 Message-ID: References: <20201112020006.739838-1-haiyue.wang@intel.com> In-Reply-To: <20201112020006.739838-1-haiyue.wang@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] [PATCH v1] net/ixgbe: remove the redundant MAC flag check 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: Wang, Haiyue > Sent: Thursday, November 12, 2020 10:00 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Zhang, Qi Z ; > Wang, Haiyue ; stable@dpdk.org; Guo, Jia > ; Zhao1, Wei ; Xing, Beilei > ; Wei Dai ; Lu, Wenzhuo > > Subject: [PATCH v1] net/ixgbe: remove the redundant MAC flag check >=20 > The flag of RTE_ETHTYPE_FLAGS_MAC has been checked twice, so remove the > first error message "Not supported by ethertype filter" which is not so s= pecific, > and keep the error message "mac compare is unsupported" which aligns to t= he > definition of RTE_ETHTYPE_FLAGS_MAC. >=20 > Fixes: eb3539fc8550 ("net/ixgbe: parse ethertype filter") > Cc: stable@dpdk.org >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi