On Mon, Aug 22, 2022 at 05:26:34PM +0200, David Marchand wrote: > On Fri, Aug 5, 2022 at 10:03 AM Andrew Rybchenko > <[email protected]> wrote: > > > > Remove deprecated ``PKT_*`` flags. Use corresponding flags with > > ``RTE_MBUF_F_`` prefix instead. > > > > Signed-off-by: Andrew Rybchenko <[email protected]>
Acked-by: Olivier Matz <[email protected]> > > 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.

