On 1/14/2022 6:45 AM, Xia, Chenbo wrote:
-----Original Message-----
From: Yigit, Ferruh <ferruh.yi...@intel.com>
Sent: Wednesday, January 12, 2022 10:36 PM
To: Thomas Monjalon <tho...@monjalon.net>; Andrew Rybchenko
<andrew.rybche...@oktetlabs.ru>; Hemant Agrawal <hemant.agra...@nxp.com>;
Tyler Retzlaff <roret...@linux.microsoft.com>; Xia, Chenbo
<chenbo....@intel.com>; Jerin Jacob <jer...@marvell.com>
Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Stephen Hemminger
<step...@networkplumber.org>
Subject: [PATCH v3] ethdev: mark old macros as deprecated
Old macros kept for backward compatibility, but this cause old macro
usage to sneak in silently.
Marking old macros as deprecated. Downside is this will cause some noise
for applications that are using old macros.
Fixes: 295968d17407 ("ethdev: add namespace")
Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
Acked-by: Stephen Hemminger <step...@networkplumber.org>
---
v2:
* Release notes updated
v3:
* Update 22.03 release note
---
doc/guides/rel_notes/release_22_03.rst | 3 +
lib/ethdev/rte_ethdev.h | 474 +++++++++++++------------
2 files changed, 247 insertions(+), 230 deletions(-)
Acked-by: Chenbo Xia <chenbo....@intel.com>
Applied to dpdk-next-net/main, thanks.