Re: [PATCH] net/mlx5: fix wrong exception handling
From: Ferruh Yigit <hidden>
Date: 2017-06-01 10:24:31
From: Ferruh Yigit <hidden>
Date: 2017-06-01 10:24:31
On 5/30/2017 8:48 AM, Adrien Mazarguil wrote:
On Mon, May 29, 2017 at 06:02:59PM -0700, Yongseok Koh wrote:quoted
A sanity check is required in priv_fdir_disable(). If resizing Rx queue fails, this can cause a crash by referencing a NULL pointer. Cc: stable@dpdk.org Fixes: 76f5c99e6840 ("mlx5: support flow director") Fixes: 0cdddf4d0626 ("net/mlx5: split Rx queue structure") Signed-off-by: Yongseok Koh <redacted>Acked-by: Adrien Mazarguil <redacted>
Applied to dpdk-next-net/master, thanks.