From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6522DA32A8 for ; Sat, 26 Oct 2019 00:43:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07EAD1C201; Sat, 26 Oct 2019 00:43:19 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 8320A1C1FB for ; Sat, 26 Oct 2019 00:43:17 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id D81745EA; Fri, 25 Oct 2019 18:43:15 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 18:43:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=YkYc7FPtVRE7huM9mpm1+o37Tg3SvvZQC91o8BE2cJw=; b=lcjhVmT0RajY ThGoTAW23nAqSGX7rVuD3SRGdZcQTjOFLKYTfFCRlyr5msvpWM0Iixi1z83eL35p ed0Pp8Jj78W9PfULJbv6DMmKQctF4al7fNIACDz2nave1qX3SCNraGjK3Qla9Ezv BCVxdfooP0z/8OnptkNiK/YUcyjasEM= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=YkYc7FPtVRE7huM9mpm1+o37Tg3SvvZQC91o8BE2c Jw=; b=pGN/UQ5ImxRUqS2KsFRRCcQ6pM7eS/zPXIz+GE7/lx1GXs04h2QBh0OJw /FAYswFn5Rqu2bmPTSOrMK/3bDTEW3SLb5Msz8WVUjD4FVn9uX7fUtIT2oApU23j 4tnZwjVdrsHPOfUUr9pCMN4zHPZBnYJzAb8tek2+OC8mKGS9+jtjiwmOrsOFivwa MmK2EP3p6q5Gp0w1yabKFz1qUALvqc9YiJLBobVsaDWYeQOnQqtQh24MrTSQi+PU jpi6z1JvDmsHGI92EUccJFefJKu+RpBg6yMBvyfO218PPq0RZ0JmgLvQ6LNqxpHI jMp5LOQrZxGrBDaef4SLyJicwqlew== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleeggddugecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2F7D0D6005A; Fri, 25 Oct 2019 18:43:14 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Ting Xu , wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com, olivier.matz@6wind.com Date: Sat, 26 Oct 2019 00:43:13 +0200 Message-ID: <3176662.mVj6nNnRzc@xps> In-Reply-To: <89f8af1f-84c3-aca7-f1fb-2ac8cd9ba174@intel.com> References: <20191022122910.53743-1-ting.xu@intel.com> <89f8af1f-84c3-aca7-f1fb-2ac8cd9ba174@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6] app/testpmd: enable GTP header parse and Tx checksum offload 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/10/2019 19:23, Ferruh Yigit: > On 10/22/2019 4:45 PM, Ferruh Yigit wrote: > > On 10/22/2019 5:26 PM, Ting Xu wrote: > >> This patch enables testpmd to forward GTP packet in csum fwd mode. > >> A GTP header structure (without optional fields and extension header) > >> is defined in new rte_gtp.h. A parser function in testpmd is added. > >> GTPU and GTPC packets are both supported, with respective UDP > >> destination port and GTP message type. > >> > >> Signed-off-by: Ting Xu > >> > >> --- > >> v6: complete doxygen documentation. > >> v5: create rte_gtp.h and move GTP header definition > >> to it. > >> v4: move GTP header definition to rte_ether.h > >> v3: correct coding style issue. > >> v2: modify commit log > >> > >> depend on patch: lib/mbuf: add GTP tunnel type flag. > > > > Reviewed-by: Ferruh Yigit > > > > Will wait mbuf patch to be applied to get the patch. > > > > Applied to dpdk-next-net/master, thanks. Sorry, dropped from pull in master. An update of meson.build is missing and it makes me feel something else may be missing.