Re: [dpdk-dev] [PATCH] compress/mlx5: fix assert compilation

2021-02-04 Thread Akhil Goyal
> > When ASSERT is enabled for compilation, the 2 usages of assert mechanism > > in the driver are failed due to typos. > > > > Fix the typos. > > > > Fixes: f8c97babc9f4 ("compress/mlx5: add data-path functions") > > Fixes: 37862dafcbed ("compress/mlx5: support 32-bit systems") > > > > Reported-by

Re: [dpdk-dev] [PATCH] compress/mlx5: fix assert compilation

2021-02-04 Thread Slava Ovsiienko
> -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Thursday, February 4, 2021 11:06 > To: dev@dpdk.org > Cc: akhil.go...@nxp.com > Subject: [dpdk-dev] [PATCH] compress/mlx5: fix assert compilation > > When ASSERT is enabled for compilation, the 2 us

[dpdk-dev] [PATCH] compress/mlx5: fix assert compilation

2021-02-04 Thread Matan Azrad
When ASSERT is enabled for compilation, the 2 usages of assert mechanism in the driver are failed due to typos. Fix the typos. Fixes: f8c97babc9f4 ("compress/mlx5: add data-path functions") Fixes: 37862dafcbed ("compress/mlx5: support 32-bit systems") Reported-by: Viacheslav Ovsiienko Signed-of