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 +0000, 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: cbb66daa3c85 ("net/mlx5: prepare Direct Verbs for Direct Rule") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Ori Kam <or...@mellanox.com>
Applied to next-net-mlx, thanks.