From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 01 Jun 2016 19:56:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,404,1459839600"; d="scan'208";a="993479639" Received: from adambynes.sh.intel.com (HELO adambynes) ([10.239.129.240]) by fmsmga002.fm.intel.com with ESMTP; 01 Jun 2016 19:56:25 -0700 Date: Thu, 2 Jun 2016 02:39:49 +0800 From: Zhe Tao To: Jingjing Wu Cc: helin.zhang@intel.com, dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1462254672-6563-1-git-send-email-jingjing.wu@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/2] NSH packet type support in i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2016 02:56:26 -0000 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