From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=V0y85NEB3tKuBBFqZooCgiBWMAAf+zxOlEJ5BrCNvYY=; b=gg3Yz9/dyvgrPaahF0RUy4uXUNzhrr4lPInHoEfT6bW4gpxXg/6ERsPsXpKTLIyJPs j4MgtA3E1PSZR11CYSa5KoJp+Vk2tabIyWzRAFcHVEZFxRim/grRatEi1TxmISCOHgNW uznUGQm/bOUFOzhABBiA1o0tg+eF0gmUC08wj1kVGUhtWzKixmFp5E6I8bF+nk5GuCdi AfPCY/NrfDvcWRHG+U4Xe/GvOk6e5Uh7i5RqMdPzv3nGAPnjSTYmDVd3pC9eSIx16cxw Mjwn3iQAPjEIQqly+jAmmw3ucVGyesk9EozWymoYhnu5ETEGc2VFhmFsDDf2XWYgCAzg 8ujw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=V0y85NEB3tKuBBFqZooCgiBWMAAf+zxOlEJ5BrCNvYY=; b=iT61mX9WGcd+8YvxW4thOe65o0wrZB+sEYmW1Hcc8VQCpvq6nbLGNXXNdhBbDJqBUp OzkXHKphuk7PAVME884WGZnh1dmsud1izqB9m56DX+AQzbD4yPiAG+G+37/hICLPD3kR Ivp6OiAB/c1ireZ2JiMKFaHWldZ+JUc0JiJnYIHkrE7MIMlzoFh4x5SWLvlUpjAUHxFW 9g5fZ+0hEPmWK4Nb2IzE/zY07vDhzYVpS3SHDpVe9sXFE1wTWRdVxH5Oqiz0/xGNDhTw HYA0UVlw3hEQb6JVO9oV2/KXYbRKNvWiDp+jWhaQAbSHdzn6CwxD+e8w9W/92/9WFDqv eiyQ== X-Gm-Message-State: ALyK8tJizAW2yV5ntowy1CTvvO9nIfzYUAJn8I7g6Bwvh5tKjKfwisEtLmq+DugIzg01qIv6 X-Received: by 10.28.163.70 with SMTP id m67mr14544020wme.38.1466710690589; Thu, 23 Jun 2016 12:38:10 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id e69sm2179393wma.2.2016.06.23.12.38.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jun 2016 12:38:09 -0700 (PDT) From: Thomas Monjalon To: Jingjing Wu Cc: dev@dpdk.org, Zhe Tao , helin.zhang@intel.com Date: Thu, 23 Jun 2016 21:38:08 +0200 Message-ID: <146671779.psPfEkBuFU@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160601183949.GA19593@intel.com> References: <1462254672-6563-1-git-send-email-jingjing.wu@intel.com> <20160601183949.GA19593@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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, 23 Jun 2016 19:38:11 -0000 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