Re: [dpdk-dev] [PATCH v2] regex/mlx5: add teardown flow to fastpath buffers

2020-09-08 Thread Thomas Monjalon
Yuval Avnery wrote: > Added missing code to free Input/Output buffers and memory > registration. > Also added calls to this code in case of error in the qp setup > procedure. > The rollback code itself did not handle rollback properly > and did not check return value from the fastpath setup. > > S

[dpdk-dev] [PATCH v2] regex/mlx5: add teardown flow to fastpath buffers

2020-09-02 Thread Yuval Avnery
From: Yuval Avnery Added missing code to free Input/Output buffers and memory registration. Also added calls to this code in case of error in the qp setup procedure. The rollback code itself did not handle rollback properly and did not check return value from the fastpath setup. Signed-off-by: Y