From: Ferruh Yigit Date: Wed, 30 Jun 2021 09:21:16 +0000 (+0100) Subject: doc: announce common prefix for ethdev X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=fb5b717acf432ca3f9f82292a1af9fe6242ee376;p=dpdk.git doc: announce common prefix for ethdev Announce adding 'RTE_ETH_' prefix to all public ethdev macros/enums on v21.11. Backward compatibility macros will be added on v21.11 and they will be removed on v22.11. Signed-off-by: Ferruh Yigit Acked-by: Andrew Rybchenko Acked-by: Jerin Jacob Acked-by: Ajit Khaparde Acked-by: Raslan Darawsheh Acked-by: Tyler Retzlaff --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 4bc4d34e5c..d9c0e65921 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -51,6 +51,12 @@ Deprecation Notices us extending existing enum/define. One solution can be using a fixed size array instead of ``.*MAX.*`` value. +* ethdev: Will add ``RTE_ETH_`` prefix to all ethdev macros/enums in v21.11. + Macros will be added for backward compatibility. + Backward compatibility macros will be removed on v22.11. + A few old backward compatibility macros from 2013 that does not have + proper prefix will be removed on v21.11. + * ethdev: The flow director API, including ``rte_eth_conf.fdir_conf`` field, and the related structures (``rte_fdir_*`` and ``rte_eth_fdir_*``), will be removed in DPDK 20.11.