From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhe Tao Subject: Re: [PATCH 0/2] NSH packet type support in i40e Date: Thu, 2 Jun 2016 02:39:49 +0800 Message-ID: <20160601183949.GA19593@intel.com> References: <1462254672-6563-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: helin.zhang@intel.com, dev@dpdk.org To: Jingjing Wu Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8D24A2BD5 for ; Thu, 2 Jun 2016 04:56:26 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1462254672-6563-1-git-send-email-jingjing.wu@intel.com> 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" On Tue, May 03, 2016 at 01:51:10PM +0800, Jingjing Wu wrote: > 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 Acked-by: Zhe Tao