On Thu, Apr 01, 2021 at 11:52:39AM +0200, David Marchand wrote: > PKT_RX_EIP_CKSUM_BAD has been declared deprecated quite some time ago,
It's not that old, it was done by Lance in commit e8a419d6de4b ("mbuf: rename outer IP checksum macro") 1 month ago. > but there was no warning to applications still using it. > Fix this by marking as deprecated with the newly introduced > RTE_DEPRECATED. > > Signed-off-by: David Marchand <david.march...@redhat.com> Acked-by: Olivier Matz <olivier.m...@6wind.com>