Re: [PATCH net-next V2 6/6] net/mlx5: Add handling for port module event

2016-09-07 Thread Saeed Mahameed
On Tue, Sep 6, 2016 at 7:15 PM, Joe Perches wrote: > On Tue, 2016-09-06 at 19:04 +0300, Saeed Mahameed wrote: >> From: Huy Nguyen > > [] > >> +void mlx5_port_module_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe) >> +{ >> > + struct

Re: [PATCH net-next V2 6/6] net/mlx5: Add handling for port module event

2016-09-06 Thread Joe Perches
On Tue, 2016-09-06 at 19:04 +0300, Saeed Mahameed wrote: > From: Huy Nguyen [] > +void mlx5_port_module_event(struct mlx5_core_dev *dev, struct mlx5_eqe *eqe) > +{ > > + struct mlx5_eqe_port_module *module_event_eqe; > > + u8 module_status; > > + u8 module_num; > > +

[PATCH net-next V2 6/6] net/mlx5: Add handling for port module event

2016-09-06 Thread Saeed Mahameed
From: Huy Nguyen Add dmesg log for asynchronous port module event. Signed-off-by: Huy Nguyen Signed-off-by: Saeed Mahameed --- drivers/net/ethernet/mellanox/mlx5/core/eq.c | 12 +++