Re: [dpdk-dev] [PATCH] net/mlx5: fix vectorized Rx burst error handling

2019-09-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Sunday, September 22, 2019 10:47 AM > To: Matan Azrad ; Slava Ovsiienko > ; Shahaf Shuler > Cc: Ori Kam ; dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix vectorized Rx

Re: [dpdk-dev] [PATCH] net/mlx5: fix vectorized Rx burst error handling

2019-09-22 Thread Matan Azrad
From: Dekel Peled > In the process of recovery from error CQE, when using vectorized Rx burst, > the initialization of data length in mbufs was not done. > As a result the wrong length was left written in mbuf, causing memory > overwrite or wrong error report. > > This patch fixes the initializ

[dpdk-dev] [PATCH] net/mlx5: fix vectorized Rx burst error handling

2019-09-22 Thread Dekel Peled
In the process of recovery from error CQE, when using vectorized Rx burst, the initialization of data length in mbufs was not done. As a result the wrong length was left written in mbuf, causing memory overwrite or wrong error report. This patch fixes the initialization of mbuf data length during