On Fri, Oct 15, 2021 at 9:24 PM Olivier Matz <olivier.m...@6wind.com> 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_BAD, already in 74a74bf98c > * mark old vlan flags as deprecated instead of removing them > * clarify that rx checksum flags are not really removed (just remove dup) > > > Olivier Matz (4): > mbuf: remove duplicate definition of cksum offload flags > mbuf: mark old VLAN offload flags as deprecated > cocci: add cocci script to rename mbuf offload flags > mbuf: add rte prefix to offload flags
I had to fix quite some conflicts, hopefully, I did not break anything... Series applied, thanks. -- David Marchand