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 B05D9A0A0A; Fri, 22 Jan 2021 03:47:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D760140DD3; Fri, 22 Jan 2021 03:47:47 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id ABE3D140D97 for ; Fri, 22 Jan 2021 03:47:45 +0100 (CET) IronPort-SDR: 0VPPyBaN8gXLqDJipnJrZRr384Iw/+ptNOszzR5vlsc+uocMvoAPICCvE8zB6g3daUUmQc5HiI 0qgmYs7arCYA== X-IronPort-AV: E=McAfee;i="6000,8403,9871"; a="158561600" X-IronPort-AV: E=Sophos;i="5.79,365,1602572400"; d="scan'208";a="158561600" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jan 2021 18:47:44 -0800 IronPort-SDR: iNJPnUKzxtSjKeewnJikarW6abQzbGaPyfvr6syI9rUT3Hai/TkhcFi5tT4WJ3SVzS9ke244w7 gCdz1pTDOHmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,365,1602572400"; d="scan'208";a="502465992" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga004.jf.intel.com with ESMTP; 21 Jan 2021 18:47:38 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 21 Jan 2021 18:47:33 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 22 Jan 2021 10:47:32 +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, 22 Jan 2021 10:47:31 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" , "Yang, Qiming" CC: "Wang, Haiyue" , "Guo, Junfeng" Thread-Topic: [PATCH v1] net/ice/base: add ethertype offset for QinQ dummy pkt Thread-Index: AQHW7jOFWuiT8jkiPUG/vZY1ETgkBaoy9UIQ Date: Fri, 22 Jan 2021 02:47:31 +0000 Message-ID: References: <20210119071253.259063-1-yuying.zhang@intel.com> In-Reply-To: <20210119071253.259063-1-yuying.zhang@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] [PATCH v1] net/ice/base: add ethertype offset for QinQ dummy pkt 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: Zhang, Yuying > Sent: Tuesday, January 19, 2021 3:13 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Wang, Haiyue ; Guo, Junfeng > ; Zhang, Yuying > Subject: [PATCH v1] net/ice/base: add ethertype offset for QinQ dummy pkt >=20 > Add the ethertype offset for QinQ switch rule dummy packet to allow match= ing > the corresponding field. >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi