Re: [dpdk-dev] [PATCH] net/mlx5: fix Multi-Packet RQ mempool free

2018-12-19 Thread Shahaf Shuler
Wednesday, December 12, 2018 1:12 PM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH] net/mlx5: fix Multi-Packet RQ mempool free > > When MPRQ mempool is freed, the pointer stored in priv structure must be > reset to null. Otherwise, the mempool can be freed again if the port is

[dpdk-dev] [PATCH] net/mlx5: fix Multi-Packet RQ mempool free

2018-12-12 Thread Yongseok Koh
When MPRQ mempool is freed, the pointer stored in priv structure must be reset to null. Otherwise, the mempool can be freed again if the port is restarted. Fixes: 7d6bf6b866b8 ("net/mlx5: add Multi-Packet Rx support") Cc: sta...@dpdk.org Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5_rxq