[dpdk-dev] [PATCH v3 1/4] mbuf: mark old offload flag as deprecated

Maxime Coquelin maxime.coquelin at redhat.com
Mon May 3 16:02:01 CEST 2021



On 5/3/21 3:26 PM, David Marchand wrote:
> PKT_RX_EIP_CKSUM_BAD has been declared deprecated but there was no
> warning to applications still using it.
> Fix this by marking as deprecated with the newly introduced
> RTE_DEPRECATED.
> 
> Fixes: e8a419d6de4b ("mbuf: rename outer IP checksum macro")
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> Reviewed-by: Flavio Leitner <fbl at sysclose.org>
> Acked-by: Olivier Matz <olivier.matz at 6wind.com>
> Acked-by: Lance Richardson <lance.richardson at broadcom.com>
> Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
> ---
> Changes since v1:
> - updated commitlog following Olivier comment,
> 
> ---
>  lib/mbuf/rte_mbuf_core.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime



More information about the dev mailing list