doc: announce change to ethdev modify action data

In the current implementation,
the action rte_flow_action_modify_field is not well defined
for fields larger than 64 bits (for example IPv6 source)
In addition, the byte order is also not well defined.

Both of those issue should be fixed.

Signed-off-by: Ori Kam <orika@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Jerin Jacob <jerinj@marvell.com>
This commit is contained in:
Ori Kam 2021-08-03 11:57:53 +03:00 committed by Thomas Monjalon
parent 6694fa4ba2
commit 2ba49b5f37

View File

@ -117,6 +117,10 @@ Deprecation Notices
as deprecated in DPDK 20.11, along with the associated macros ``ETH_MIRROR_*``.
This API will be fully removed in DPDK 21.11.
* ethdev: The struct ``rte_flow_action_modify_data`` will be modified
to support modifying fields larger than 64 bits.
In addition, documentation will be updated to clarify byte order.
* ethdev: Attribute ``shared`` of the ``struct rte_flow_action_count``
is deprecated and will be removed in DPDK 21.11. Shared counters should
be managed using shared actions API (``rte_flow_shared_action_create`` etc).