Re: [PATCH] net/nfp: fix receive packets failed

2024-03-21 Thread Ferruh Yigit
On 3/21/2024 6:56 AM, Chaoyong He wrote: > From: Long Wu > > Meta data parsing should be controlled by meta data flag. So use > flag to determine if receive function can use 'port_id' meta data. > > Fixes: 580ea0b09a7c ("net/nfp: fix Rx descriptor") > Cc: sta...@dpdk.org > > Signed-off-by: Long

[PATCH] net/nfp: fix receive packets failed

2024-03-20 Thread Chaoyong He
From: Long Wu Meta data parsing should be controlled by meta data flag. So use flag to determine if receive function can use 'port_id' meta data. Fixes: 580ea0b09a7c ("net/nfp: fix Rx descriptor") Cc: sta...@dpdk.org Signed-off-by: Long Wu Reviewed-by: Chaoyong He Reviewed-by: Peng Zhang ---