From: Ori Kam Date: Tue, 3 Aug 2021 08:57:53 +0000 (+0300) Subject: doc: announce change to ethdev modify action data X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2ba49b5f37212ee2ae509880abd1d137069b8f05;p=dpdk.git 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 Acked-by: Matan Azrad Acked-by: Ajit Khaparde Acked-by: Andrew Rybchenko Acked-by: Jerin Jacob --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index e611e6f6ce..8397b1cca9 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -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).