Hi Olivier, On 9/30/21 12:51 AM, Olivier Matz wrote: > Hi Andrew, > > On Wed, Sep 29, 2021 at 10:37:34AM +0300, Andrew Rybchenko wrote: >> Removed offload flag PKT_RX_EIP_CKSUM_BAD. PKT_RX_OUTER_IP_CKSUM_BAD >> should be used as a replacement. >> >> Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > > FYI, I just submitted a patchset that removes all PKT_ flags and > fixes the namespace. I will rebase it on top of your patch.
I'm sorry for inconvenience. >> --- >> doc/guides/rel_notes/deprecation.rst | 7 +------ >> doc/guides/rel_notes/release_21_11.rst | 3 +++ >> lib/mbuf/rte_mbuf_core.h | 7 ------- >> 3 files changed, 4 insertions(+), 13 deletions(-) >> >> diff --git a/doc/guides/rel_notes/deprecation.rst >> b/doc/guides/rel_notes/deprecation.rst >> index 59445a6f42..3175426dad 100644 >> --- a/doc/guides/rel_notes/deprecation.rst >> +++ b/doc/guides/rel_notes/deprecation.rst >> @@ -42,7 +42,7 @@ Deprecation Notices >> * mbuf: The mbuf offload flags ``PKT_*`` will be renamed as >> ``RTE_MBUF_F_*``. >> A compatibility layer will be kept until DPDK 22.11, except for the flags >> that are already deprecated (``PKT_RX_L4_CKSUM_BAD``, >> ``PKT_RX_IP_CKSUM_BAD``, >> - ``PKT_RX_EIP_CKSUM_BAD``, ``PKT_TX_QINQ_PKT``) which will be removed. >> + ``PKT_RX_OUTER_IP_CKSUM_BAD``, ``PKT_TX_QINQ_PKT``) which will be removed. >> > > I think this one should not be modified. > > You can add my ack to the v2. Fixed in v2. Thanks, Andrew.