From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EFA91199B5 for ; Sat, 20 Jan 2018 14:18:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2018 05:18:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,386,1511856000"; d="scan'208";a="20946393" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 20 Jan 2018 05:18:42 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 20 Jan 2018 05:18:41 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 20 Jan 2018 05:18:41 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Sat, 20 Jan 2018 21:18:39 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "dev@dpdk.org" , "Chilikin, Andrey" Thread-Topic: [PATCH v4 0/3] net/i40e: change for ptype parser Thread-Index: AQHTkPoSIaE9bH99l02EXnBADRnJu6N8vgHw Date: Sat, 20 Jan 2018 13:18:38 +0000 Message-ID: <039ED4275CED7440929022BC67E70611531316BD@SHSMSX103.ccr.corp.intel.com> References: <1516024283-60714-1-git-send-email-beilei.xing@intel.com> <1516348206-89406-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1516348206-89406-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 v4 0/3] net/i40e: change for ptype parser 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: , X-List-Received-Date: Sat, 20 Jan 2018 13:18:44 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Friday, January 19, 2018 3:50 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Chilikin, Andrey > Subject: [PATCH v4 0/3] net/i40e: change for ptype parser >=20 > This patchset is mainly for fixing fail to update SW ptype table and addi= ng > parser for IPV4FRAG and IPV6FRAG. >=20 > v4 changes: > - Slipt patchset and replace strncmp with strncasecmp. > v3 changes: > - Reorder IPv4 case. > v2 changes: > - Add parser for IPV4FRAG and IPV6FRAG. >=20 > Beilei Xing (3): > net/i40e: fix fail to update ptype table > net/i40e: add parser for IPV4FRAG and IPV6FRAG > net/i40e: replace strncmp with strncasecmp >=20 > drivers/net/i40e/i40e_ethdev.c | 83 > +++++++++++++++++++++++++---------------- > drivers/net/i40e/rte_pmd_i40e.c | 6 ++- > 2 files changed, 54 insertions(+), 35 deletions(-)=09 >=20 > -- > 2.5.5 Acked-by: Qi Zhang =09