From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A6B3E2BE9 for ; Tue, 28 Nov 2017 11:12:26 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2017 02:12:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,467,1505804400"; d="scan'208";a="7940577" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.67.118.52]) by fmsmga001.fm.intel.com with ESMTP; 28 Nov 2017 02:12:22 -0800 From: Beilei Xing To: jingjing.wu@intel.com, olivier.matz@6wind.com Cc: dev@dpdk.org, andrey.chilikin@intel.com Date: Tue, 28 Nov 2017 18:12:54 +0800 Message-Id: <1511863976-126599-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/2] support PPPoE and L2TP in SW 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: Tue, 28 Nov 2017 10:12:27 -0000 Beilei Xing (2): mbuf: support PPPoE and L2TP in software packet type parser net/i40e: support PPPoE and L2TP in SW ptype parser function drivers/net/i40e/i40e_ethdev.c | 72 ++++++++++++++++++++++++++++------------ lib/librte_mbuf/rte_mbuf_ptype.c | 2 ++ lib/librte_mbuf/rte_mbuf_ptype.h | 26 +++++++++++++++ 3 files changed, 78 insertions(+), 22 deletions(-) -- 2.5.5