On 4/15/2024 3:47 AM, Chaoyong He wrote: > From: Long Wu <long...@corigine.com> > > 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: sta...@dpdk.org > > Signed-off-by: Long Wu <long...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> > Reviewed-by: Peng Zhang <peng.zh...@corigine.com> > Reviewed-by: Zerun Fu <zerun...@corigine.com> >
Applied to dpdk-next-net/main, thanks.