On Mon, Aug 22, 2022 at 05:26:34PM +0200, David Marchand wrote: > On Fri, Aug 5, 2022 at 10:03 AM Andrew Rybchenko > <andrew.rybche...@oktetlabs.ru> wrote: > > > > Remove deprecated ``PKT_*`` flags. Use corresponding flags with > > ``RTE_MBUF_F_`` prefix instead. > > > > Signed-off-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru>
Acked-by: Olivier Matz <olivier.m...@6wind.com> > > The change lgtm. > We may reference the cocci script > devtools/cocci/prefix_mbuf_offload_flags.cocci in the release notes > for people wanting to migrate easily. > Wdyt? +1, something like this: The coccinelle script ``devtools/cocci/prefix_mbuf_offload_flags.cocci`` can be used to replace all occurences of old mbuf flags in C code.