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 5FB08D004 for ; Tue, 17 Apr 2018 00:46:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0BB6021D71; Mon, 16 Apr 2018 18:46:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 16 Apr 2018 18:46:11 -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=nYPgf1QZXzwkC+2U/FUv0LksYo 4J0Sqa2qjdOuA0dN4=; b=QfhygAxd8KyILi8EDRI59YOZ4DOT7NNBTsoMXgxTVG tnPZByDmCXyEjA4oyxVr1eKXu1fjboLKv8hy/YPYq6Odma71LhNgqkeGJGuS9qWk uvv39JBipknK+161jJPOGNdTUk+HNi7vmtliPC7JJ0YJgB3h9v0fLpsk/z9Gsb8s s= 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=nYPgf1 QZXzwkC+2U/FUv0LksYo4J0Sqa2qjdOuA0dN4=; b=gUR7vp3p4n7dBuxmZ9GaX1 so3UKXmeFGXvkh1pYsjt1RBe8WcIt86Z+31XF7GgCKCYJHXDEQh3R+Ua8FUhtrno agDCW6PXwoKPo05+VuubrNhy3wfvcBAfExrjSsUoE83v9Y4Doa9AezlKtZKtx86O MXZ2+K7hn5ZMXXuOgIR/U9LhsY5tPMRlj8+xImSqhas02frUkWEhFQJTxYdZqAve yUjFsEKLq8MlHIfA73TaKrA43ZTdQYSgBmMpU6YrAGbA9RBjQf+evcw21gqnmSBh 3BO8Eh+sp+x3KLKTVqHyD5AmQ+79yZC3+32VObT+dVIqYzvkflmDyfCLRdpo/YfA == 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 D67D1E47A1; Mon, 16 Apr 2018 18:46:09 -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:46:08 +0200 Message-ID: <19791900.7uIRuCHjTG@xps> In-Reply-To: <20180408123240.110698-5-xuemingl@mellanox.com> References: <20180408123240.110698-1-xuemingl@mellanox.com> <20180408123240.110698-5-xuemingl@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: introduce VXLAN GPE to csum forwarding 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:46:11 -0000 08/04/2018 14:32, Xueming Li: > This patch introduced VXLAN-GPE support to csum forwarding engine by > recognizing VXLAN-GPE UDP port and parsing tunnel payload according to > next-protocol type. > > Signed-off-by: Xueming Li This is not the right series for this patch. It is already in the "new tunnel types" patchset.