From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: [PATCH 0/2] NSH packet type support in i40e Date: Tue, 3 May 2016 13:51:10 +0800 Message-ID: <1462254672-6563-1-git-send-email-jingjing.wu@intel.com> Cc: jingjing.wu@intel.com, dev@dpdk.org To: helin.zhang@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 3C005590B for ; Tue, 3 May 2016 07:51:19 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" NSH packet can be recognized by Intel X710/XL710 series. This patch set enables it. Jingjing Wu (2): mbuf: new NSH packet type i40e: NSH packet type support app/test-pmd/rxonly.c | 3 +++ doc/guides/rel_notes/release_16_07.rst | 2 ++ drivers/net/i40e/i40e_rxtx.c | 27 +++++++++++++++++++++++++++ lib/librte_mbuf/rte_mbuf.h | 7 +++++++ 4 files changed, 39 insertions(+) -- 2.4.0