Re: [dpdk-dev] [PATCH v1] net/mlx5: fix pmd crash in device probe

2018-06-17 Thread Shahaf Shuler
Wednesday, June 13, 2018 5:18 PM, Adrien Mazarguil: > Subject: Re: [PATCH v1] net/mlx5: fix pmd crash in device probe > > On Tue, Jun 12, 2018 at 07:38:11PM +0800, Xueming Li wrote: > > This patch initializes counter descriptor struct before invoking Verbs > > api to avoid segment fault. > > > > F

Re: [dpdk-dev] [PATCH v1] net/mlx5: fix pmd crash in device probe

2018-06-13 Thread Adrien Mazarguil
On Tue, Jun 12, 2018 at 07:38:11PM +0800, Xueming Li wrote: > This patch initializes counter descriptor struct before invoking Verbs > api to avoid segment fault. > > Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") > Cc: or...@mellanox.com > Cc: sta...@dpdk.org > > Signed-off-by: Xueming L

[dpdk-dev] [PATCH v1] net/mlx5: fix pmd crash in device probe

2018-06-12 Thread Xueming Li
This patch initializes counter descriptor struct before invoking Verbs api to avoid segment fault. Fixes: 9a761de8ea14 ("net/mlx5: flow counter support") Cc: or...@mellanox.com Cc: sta...@dpdk.org Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5.c | 2 +- 1 file changed, 1 insertion(+), 1 de