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 1B949A04DC; Mon, 26 Oct 2020 15:33:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 01CF71E2B; Mon, 26 Oct 2020 15:33:19 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 465B8100C for ; Mon, 26 Oct 2020 15:33:18 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id E7A2B5C00C3; Mon, 26 Oct 2020 10:33:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Mon, 26 Oct 2020 10:33: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=fm2; bh= e/nEWAPn+WoTw7EI4rnhsYKp34Lw1NSoPFYFn+UOLyU=; b=fbfIDjJ5pkN3vS+B mMhq9OQrx9+ZklAMlYWlMLJ40G72kxFubgrAns3Vv+ur39qt9e+wmO5v0uAP9wRj R6fXiqTbQoVc0ttCzN+hySqcjictvHlxYQESFEUX6iwQQLx9IwzOzE2tu4Dp3k+4 CMm9HY50gOsUU4AmEdmQHHalzaP0mw2mg2ZCZkkgAiZq2TNXT/aTE48vR2cJALF0 VFoni/d0aZGWndyxYbkFxYiU8F9e3Kr8AbNSjIB4pppv7ZuRVbceA91RwUJs55nc bIg8xfjnklUEKKhJxC01FLfeXMoW2wxn7FxLeDvpd4fkI35raRYgO+oLa1KVgz34 8Yy6/w== 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=e/nEWAPn+WoTw7EI4rnhsYKp34Lw1NSoPFYFn+UOL yU=; b=NYm6ejkImlKmbAuoTXgLrrubNMhJfoErUZWdkOGA1mFE/X1QHZYWppgSZ DOd/HJotQIwwXKhlWvcAfP4Up+T59DE+vyi/NyOr1LTRQCqe6dFsZfw1NXS5pGK3 rJJbklAqthaIXwLjpciJ/9V4heYRs6FqliCRXEXNmF22lm7FTbURvgsDNRG148WP /lacE8N0IdvXZ6jf3NQO+oagxKPcg8cP8jsxFCjJAR6SCYS7639EBfyiLD4RRcLa oipC8Q/T0ogXS/XPaR3L3gaIi88zoCEORA8ymwQzEEiYFE5h3qm0BcQa98kwkfoe eSOtKWr4pMnwhYhAMmC9v+A6GBbXg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrkeejgddvlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgepudenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth 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 1CC853064684; Mon, 26 Oct 2020 10:33:15 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev , "Yigit, Ferruh" , Bruce Richardson , Olivier Matz , Andrew Rybchenko , Akhil Goyal , John McNamara Date: Mon, 26 Oct 2020 15:33:14 +0100 Message-ID: <5174433.N81YqoJXJ2@thomas> In-Reply-To: References: <20201026052105.1561859-1-thomas@monjalon.net> <20201026052105.1561859-15-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 14/15] examples/rxtx_callbacks: switch to dynamic mbuf field 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" 26/10/2020 11:43, David Marchand: > On Mon, Oct 26, 2020 at 6:21 AM Thomas Monjalon wrote: > > > > The example used the deprecated mbuf field udata64. > > It is moved to a dynamic field in order to allow removal of udata64. > > > > Note: RTE_MBUF_DYNFIELD_TIMESTAMP_NAME is an existing mbuf field name. > > I am a bit lost. > How is this going to work as the mbuf timestamp field is used in this > example too? Oh, you're right! I will change the naming scheme to a custom "TSC" field.