Re: [dpdk-dev] [PATCH] net/mlx5: fix release of jump to queue action

2019-04-18 Thread Shahaf Shuler
Wednesday, April 17, 2019 1:46 AM, Yongseok Koh: > Subject: Re: [PATCH] net/mlx5: fix release of jump to queue action > > On Sun, Apr 14, 2019 at 08:17:11PM +, Ori Kam wrote: > > Currenlty the allocation of the jump to QP is done in flow apply, this > > results in memory leak. > > > > This pat

Re: [dpdk-dev] [PATCH] net/mlx5: fix release of jump to queue action

2019-04-16 Thread Yongseok Koh
On Sun, Apr 14, 2019 at 08:17:11PM +, Ori Kam wrote: > Currenlty the allocation of the jump to QP is done in flow apply, > this results in memory leak. > > This patch fixes this issue by moving the allocation and release of the > jump to QP action to the responsiblity of the hrxq. > > Fixes:

[dpdk-dev] [PATCH] net/mlx5: fix release of jump to queue action

2019-04-14 Thread Ori Kam
Currenlty the allocation of the jump to QP is done in flow apply, this results in memory leak. This patch fixes this issue by moving the allocation and release of the jump to QP action to the responsiblity of the hrxq. Fixes: cbb66daa3c85 ("net/mlx5: prepare Direct Verbs for Direct Rule") Cc: sta