Re: [dpdk-dev] [PATCH v3 1/4] mbuf: mark old offload flag as deprecated
From: David Marchand <hidden>
Date: 2021-05-03 14:12:41
From: David Marchand <hidden>
Date: 2021-05-03 14:12:41
On Mon, May 3, 2021 at 3:27 PM David Marchand [off-list ref] 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 <redacted>
Reviewed-by: Flavio Leitner <redacted>
Acked-by: Olivier Matz <redacted>
Acked-by: Lance Richardson <redacted>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>Reviewed-by: Maxime Coquelin <redacted> Applied to the main branch. The rest of the series will go through next-virtio. -- David Marchand