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 E1591A0487 for ; Mon, 1 Jul 2019 07:46:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1B5331FC; Mon, 1 Jul 2019 07:46:28 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 68487235 for ; Mon, 1 Jul 2019 07:46:27 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2019 22:46:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,437,1557212400"; d="scan'208";a="168359786" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 30 Jun 2019 22:46:26 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 30 Jun 2019 22:46:25 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 30 Jun 2019 22:46:25 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.110]) with mapi id 14.03.0439.000; Mon, 1 Jul 2019 13:46:23 +0800 From: "Zhang, Qi Z" To: "Rong, Leyi" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] update ice code that were not working correctly Thread-Index: AQHVL8q8Mr3WscZU8ke9H1pk9Chi0qa1PZYA Date: Mon, 1 Jul 2019 05:46:22 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D5CE77@SHSMSX105.ccr.corp.intel.com> References: <20190626023025.7039-1-leyi.rong@intel.com> <20190701050450.43330-1-leyi.rong@intel.com> In-Reply-To: <20190701050450.43330-1-leyi.rong@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmZmNGJlMmQtMjc3NC00ODUzLWE3OTktYTRkY2JkMGQ2ZTQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiekdraUtXTDNmbG9oWWRFY1VMbHNYenpaT3F4Mm5lZXpxWlhYZXRBY2tDSDcwclZOQnRhNmV1MzVJdVl5TTdKKyJ9 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 v2 0/3] update ice code that were not working correctly 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: Rong, Leyi > Sent: Monday, July 1, 2019 1:05 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH v2 0/3] update ice code that were not working correctly >=20 > Main changes: > 1. Add support for IPv6 based switch filters 2. Add support for ethertype= switch > filters 3. fix inner L2 offset in GRE dummy packet >=20 > Leyi Rong (3): > net/ice/base: add support for IPv6 based switch filters > net/ice/base: add support for ethertype switch filters > net/ice/base: fix inner L2 offset in GRE dummy packet >=20 > drivers/net/ice/base/ice_protocol_type.h | 22 +++-- > drivers/net/ice/base/ice_switch.c | 119 +++++++++++++++++++++-- > 2 files changed, 124 insertions(+), 17 deletions(-) >=20 > -- > 2.17.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi