Hi, > -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Dekel Peled > Sent: Sunday, September 22, 2019 10:47 AM > To: Matan Azrad <ma...@mellanox.com>; Slava Ovsiienko > <viachesl...@mellanox.com>; Shahaf Shuler <shah...@mellanox.com> > Cc: Ori Kam <or...@mellanox.com>; dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix vectorized Rx burst error handling > > 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 > recovery from error CQE, when using vectorized Rx burst, > > Fixes: 88c0733535d6 ("net/mlx5: extend Rx completion with error handling") > Cc: sta...@dpdk.org > > Signed-off-by: Dekel Peled <dek...@mellanox.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh