Hi Slava, > -----Original Message----- > From: Slava Ovsiienko <viachesl...@nvidia.com> > Sent: Monday, October 11, 2021 2:46 AM > Subject: [PATCH v2 5/5] doc: remove modify field action data deprecation > notice > > The generic modify field flow action introduced is updated, deprecation > notice should be removed. > > Fixes: 2ba49b5f3721 ("doc: announce change to ethdev modify action data") > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com> > --- > doc/guides/rel_notes/deprecation.rst | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index a2fe766d4b..dee14077a5 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -120,10 +120,6 @@ Deprecation Notices > * ethdev: Announce moving from dedicated modify function for each field, > to using the general ``rte_flow_modify_field`` action. > > -* 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). > -- > 2.18.1
Acked-by: Ori Kam <or...@nvidia.com> Thanks, Ori