From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beilei Xing Subject: [PATCH v4 0/3] net/i40e: change for ptype parser Date: Fri, 19 Jan 2018 15:50:03 +0800 Message-ID: <1516348206-89406-1-git-send-email-beilei.xing@intel.com> References: <1516024283-60714-1-git-send-email-beilei.xing@intel.com> Cc: dev@dpdk.org, andrey.chilikin@intel.com To: qi.z.zhang@intel.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C3B611B2D0 for ; Fri, 19 Jan 2018 08:49:35 +0100 (CET) In-Reply-To: <1516024283-60714-1-git-send-email-beilei.xing@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset is mainly for fixing fail to update SW ptype table and adding parser for IPV4FRAG and IPV6FRAG. v4 changes: - Slipt patchset and replace strncmp with strncasecmp. v3 changes: - Reorder IPv4 case. v2 changes: - Add parser for IPV4FRAG and IPV6FRAG. 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 drivers/net/i40e/i40e_ethdev.c | 83 +++++++++++++++++++++++++---------------- drivers/net/i40e/rte_pmd_i40e.c | 6 ++- 2 files changed, 54 insertions(+), 35 deletions(-) -- 2.5.5