From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] NSH packet type support in i40e Date: Thu, 23 Jun 2016 21:38:08 +0200 Message-ID: <146671779.psPfEkBuFU@xps13> References: <1462254672-6563-1-git-send-email-jingjing.wu@intel.com> <20160601183949.GA19593@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Zhe Tao , helin.zhang@intel.com To: Jingjing Wu Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id DACDEC608 for ; Thu, 23 Jun 2016 21:38:10 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id r201so63681745wme.1 for ; Thu, 23 Jun 2016 12:38:10 -0700 (PDT) In-Reply-To: <20160601183949.GA19593@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" 2016-06-02 02:39, Zhe Tao: > 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 > > > Acked-by: Zhe Tao Applied, thanks