Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix segfault on interrupt disable

2017-10-23 Thread Ferruh Yigit
On 10/17/2017 5:04 AM, Shahaf Shuler wrote: > Interrupt disable can be called when the interrupt vector is not yet > allocated. Such case ends up with segmentation fault. > > Fixing it by adding verification for interrupt vector validity. > > Fixes: 09cb5b581762 ("net/mlx5: separate DPDK from ver

[dpdk-dev] [PATCH 1/2] net/mlx5: fix segfault on interrupt disable

2017-10-17 Thread Shahaf Shuler
Interrupt disable can be called when the interrupt vector is not yet allocated. Such case ends up with segmentation fault. Fixing it by adding verification for interrupt vector validity. Fixes: 09cb5b581762 ("net/mlx5: separate DPDK from verbs Rx queue objects") Cc: nelio.laranje...@6wind.com Si