On 4/15/2024 3:47 AM, Chaoyong He wrote: > From: Long Wu <[email protected]> > > If the packet without meta data, the initialization logic of > 'meta->flags' will be skipped and lead to the wrong logic > because of 'meta->flags' has random value. > > Fix it by make sure 'meta->flags' can be initialized in any situation. > > Fixes: 5eed6ad5a7b9 ("net/nfp: use flag bits to control meta data parsing") > Cc: [email protected] > > Signed-off-by: Long Wu <[email protected]> > Reviewed-by: Chaoyong He <[email protected]> > Reviewed-by: Peng Zhang <[email protected]> > Reviewed-by: Zerun Fu <[email protected]> >
Applied to dpdk-next-net/main, thanks.

