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

2021-04-29 Thread Ajit Khaparde
On Thu, Apr 29, 2021 at 1:05 AM 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 che

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

2021-04-29 Thread Lance Richardson
On Thu, Apr 29, 2021 at 4:05 AM 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 che

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

2021-04-29 Thread David Marchand
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 Reviewed-by: Flavio Le