Re: [dpdk-dev] [PATCH v2 0/4] mbuf: offload flags namespace

2021-10-24 Thread David Marchand
On Fri, Oct 15, 2021 at 9:24 PM Olivier Matz wrote: > > This patchset fixes the mbuf offload flags namespace by adding an RTE_ > prefix to the definitions. The old flags remain usable, but a deprecation > warning is issued at compilation. > > v2 > * rebase > * remove part about PKT_RX_EIP_CKSUM_BA

[dpdk-dev] [PATCH v2 0/4] mbuf: offload flags namespace

2021-10-15 Thread Olivier Matz
This patchset fixes the mbuf offload flags namespace by adding an RTE_ prefix to the definitions. The old flags remain usable, but a deprecation warning is issued at compilation. v2 * rebase * remove part about PKT_RX_EIP_CKSUM_BAD, already in 74a74bf98c * mark old vlan flags as deprecated instead