Re: [PATCH mlx5-next v1 02/12] net/mlx5: Use event mask based on device capabilities

2019-06-26 Thread Saeed Mahameed
On Tue, 2019-06-18 at 20:15 +0300, Leon Romanovsky wrote: > From: Yishai Hadas > > Use the reported device capabilities for the supported user events > (i.e. > affiliated and un-affiliated) to set the EQ mask. > > As the event mask can be up to 256 defined by 4 entries of u64 change > the applic

[PATCH mlx5-next v1 02/12] net/mlx5: Use event mask based on device capabilities

2019-06-18 Thread Leon Romanovsky
From: Yishai Hadas Use the reported device capabilities for the supported user events (i.e. affiliated and un-affiliated) to set the EQ mask. As the event mask can be up to 256 defined by 4 entries of u64 change the applicable code to work accordingly. Signed-off-by: Yishai Hadas Signed-off-by