From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 50E31D004 for ; Tue, 17 Apr 2018 00:45:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C40F121CA2; Mon, 16 Apr 2018 18:45:08 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 16 Apr 2018 18:45:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=83KBDP/eg8mqh78DBJQ0pFjMRf y7MR1lapbCsZGJ5Bw=; b=OcCQK3pfvNLyiP76Ic0e4vM5ft02T/KvwhQNOgzb9u WZaTNuMkqKagp0d2mXs9Qa1HE/Dc7UlhGtG9j5MIJnugOLnx358BRaLMAQSdZ0Oh DJW5ipgC1ZR6GRp3X9t3WrIqzywcVgxlFEI8IyD8HPYpRlWHJZFqt5RMr54aIIKj 4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=83KBDP /eg8mqh78DBJQ0pFjMRfy7MR1lapbCsZGJ5Bw=; b=glLv15O3hVNh1vaTdFV9Nf wKWgiHG6kBYATpMqAz6dqJwTxsdhcjJKbLJOQEX9JLfufHBVEI70/al6LV7JuoCC DllLRfC/CNzUkWiRRd/+38HXSiPZqDhI0Dik/I9+Ld6QjqykhBc7M4tShW9/wdVY 2WV/6Lmch91+8rouHFQ817UUICSRRQV3m136B9rcG1iXYXx+3hh843AEXO5K9G66 b9S/a5sA5GHM9LldxievSL9gBRey6EO/w8hjUvZ1PczFh7LnwIR6UNtwBDpcM0Cz boLqWMUrpMlFCDdFem0rsMKlb8f6iIA/lopDiT+X9sS/fE30sKh7lbriRoUTL2cw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A14BE443C; Mon, 16 Apr 2018 18:45:07 -0400 (EDT) From: Thomas Monjalon To: Xueming Li Cc: dev@dpdk.org, Wenzhuo Lu , Jingjing Wu , Yongseok Koh , Olivier MATZ , Shahaf Shuler , Ferruh Yigit Date: Tue, 17 Apr 2018 00:45:06 +0200 Message-ID: <5644891.Yx9OlfHv4V@xps> In-Reply-To: <20180408123240.110698-4-xuemingl@mellanox.com> References: <20180408123240.110698-1-xuemingl@mellanox.com> <20180408123240.110698-4-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 3/4] app/testpmd: add more GRE extension to csum engine X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2018 22:45:09 -0000 08/04/2018 14:32, Xueming Li: > This patch adds GRE checksum and sequence extension supports in addtion > to key extension to csum forwarding engine. > > Signed-off-by: Xueming Li This patch is also part of another series, isn't it? ("introduce new tunnel types")