[dpdk-dev] [PATCH v2] net/bnxt: fix mark handling to check metafmt not metadata

2020-05-01 Thread Ajit Khaparde
From: Mike Baucom The current mark handling uses the meta data field of the rxcmp as the first level check for determining gfid vs lfid. When the meta data is zero due to only the lowest 16bits of the gfid being set, the cfa code is incorrectly interpreted as being an lfid. Changing code to loo

Re: [dpdk-dev] [PATCH v2] net/bnxt: fix mark handling to check metafmt not metadata

2020-05-01 Thread Ajit Khaparde
On Fri, May 1, 2020 at 12:16 PM Ajit Khaparde wrote: > From: Mike Baucom > > The current mark handling uses the meta data field of the rxcmp as the > first level check for determining gfid vs lfid. When the meta data is > zero due to only the lowest 16bits of the gfid being set, the cfa code >