DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: announce inclusive naming macro name changes
@ 2023-06-07  2:44 Chaoyong He
  2023-06-07 15:01 ` Stephen Hemminger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chaoyong He @ 2023-06-07  2:44 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, niklas.soderlund, Long Wu, Chaoyong He

From: Long Wu <long.wu@corigine.com>

In order to support inclusive naming, some of the macro in DPDK will
need to be renamed. Do this through deprecation process now for 23.07.

Signed-off-by: Long Wu <long.wu@corigine.com>
Reviewed-by: Chaoyong He <chaoyong.he@corigine.com>
---
Depends-on: patch-127084 ("doc: announce inclusive naming function name")
---
 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 267a49aa13..67353d4f2b 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -175,3 +175,8 @@ Deprecation Notices
   ``rte_eth_bond_active_members_get``,
   ``rte_eth_bond_member_add``, ``rte_eth_bond_member_remove``,
   and ``rte_eth_bond_members_get``.
+  References to slave will be removed and replace bonded to bonding in DPDK 23.11.
+  The following macro will be deprecated in DPDK 23.07, and removed in DPDK 23.11.
+  The old macro:
+  ``RTE_ETH_DEV_BONDED_SLAVE`` will be replaced by:
+  ``RTE_ETH_DEV_BONDING_MEMBER``.
-- 
2.27.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-13  7:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-07  2:44 [PATCH] doc: announce inclusive naming macro name changes Chaoyong He
2023-06-07 15:01 ` Stephen Hemminger
2023-06-08  3:04 ` Xia, Chenbo
2023-07-13  3:22   ` Chaoyong He
2023-07-13  7:58 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).