Re: [dpdk-dev] [PATCH] mbuf: remove ethdev deprecation note for flag name

2021-10-01 Thread Olivier Matz
Hi Aman, On Thu, Sep 30, 2021 at 09:50:15PM +0530, Aman Singh wrote: > Proposed name change of offload flag PKT_RX_EIP_CKSUM_BAD > to PKT_RX_OUTER_IP_CKSUM_BAD has already been done in the > code as per the deprecation note. > > Signed-off-by: Aman Singh > Acked-by: Ferruh Yigit Almost the sam

[dpdk-dev] [PATCH] mbuf: remove ethdev deprecation note for flag name

2021-09-30 Thread Aman Singh
Proposed name change of offload flag PKT_RX_EIP_CKSUM_BAD to PKT_RX_OUTER_IP_CKSUM_BAD has already been done in the code as per the deprecation note. Signed-off-by: Aman Singh Acked-by: Ferruh Yigit --- doc/guides/rel_notes/deprecation.rst | 5 - lib/mbuf/rte_mbuf_core.h | 7 ---