Re: [dpdk-dev] [PATCH] net/mlx5: fix packet length check assert in MPRQ

2020-04-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Monday, April 27, 2020 9:23 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko > Subject: [PATCH] net/mlx5: fix packet length check assert in MPRQ > > The assert that checks if there is a enough ro

[dpdk-dev] [PATCH] net/mlx5: fix packet length check assert in MPRQ

2020-04-27 Thread Alexander Kozyrev
The assert that checks if there is a enough room for the whole packet minus headroom data is written incorrectly. The check should be negated in order to work properly. Fixes: bd0d593 ("net/mlx5: enable MPRQ multi-stride operations") Cc: sta...@dpdk.org Signed-off-by: Alexander Kozyrev Acked-by: