Re: [dpdk-dev] [PATCH] net/mlx5: fix metadata for compressed Rx CQEs

2020-03-25 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Viacheslav Ovsiienko > Sent: Tuesday, March 24, 2020 2:15 PM > To: dev@dpdk.org > Cc: Matan Azrad ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix metadata for compressed Rx CQEs > > If packets wi

Re: [dpdk-dev] [PATCH] net/mlx5: fix metadata for compressed Rx CQEs

2020-03-24 Thread Matan Azrad
From: Viacheslav Ovsiienko > If packets with the same metadata are received with compressed CQE the > metadata value is not copied from the title packet in vectorized rx_burst > routines, it causes wrong metadat values seeing by applications. > > Fixes: a18ac6113331 ("net/mlx5: add metadata sup

[dpdk-dev] [PATCH] net/mlx5: fix metadata for compressed Rx CQEs

2020-03-24 Thread Viacheslav Ovsiienko
If packets with the same metadata are received with compressed CQE the metadata value is not copied from the title packet in vectorized rx_burst routines, it causes wrong metadat values seeing by applications. Fixes: a18ac6113331 ("net/mlx5: add metadata support to Rx datapath") Cc: sta...@dpdk.or