Re: [dpdk-dev] [PATCH] net/mlx5: fix wrong exception handling

2017-06-01 Thread Ferruh Yigit
On 5/30/2017 8:48 AM, Adrien Mazarguil wrote: > On Mon, May 29, 2017 at 06:02:59PM -0700, Yongseok Koh wrote: >> 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: sta...@dpdk.org >> Fixes: 76f5c99e6840 (

Re: [dpdk-dev] [PATCH] net/mlx5: fix wrong exception handling

2017-05-30 Thread Adrien Mazarguil
On Mon, May 29, 2017 at 06:02:59PM -0700, Yongseok Koh wrote: > 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: sta...@dpdk.org > Fixes: 76f5c99e6840 ("mlx5: support flow director") > Fixes: 0cdddf4d0626