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

2021-04-08 Thread David Marchand
On Thu, Apr 8, 2021 at 9:24 AM Olivier Matz wrote: > > 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 ma

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

2021-04-08 Thread Olivier Matz
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

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

2021-04-07 Thread Flavio Leitner
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, > 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: Dav

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

2021-04-01 Thread David Marchand
PKT_RX_EIP_CKSUM_BAD has been declared deprecated quite some time 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 --- lib/librte_mbuf/rte_mbuf_core.h | 3 ++- 1 file changed, 2