Re: [PATCH v2] mlx5: Add ndo_poll_controller() implementation

2016-09-28 Thread David Miller
From: Calvin Owens 
Date: Tue, 27 Sep 2016 15:23:27 -0700

> This implements ndo_poll_controller in net_device_ops callback for mlx5,
> which is necessary to use netconsole with this driver.
> 
> Cc: Saeed Mahameed 
> Signed-off-by: Calvin Owens 
> ---
> Changes in v2:
>   * Only iterate channels to avoid redundant napi_schedule() calls

This doesn't apply cleanly to net-next, please respin.


Re: [PATCH v2] mlx5: Add ndo_poll_controller() implementation

2016-09-28 Thread Saeed Mahameed
On Wed, Sep 28, 2016 at 1:23 AM, Calvin Owens  wrote:
> This implements ndo_poll_controller in net_device_ops callback for mlx5,
> which is necessary to use netconsole with this driver.
>
> Cc: Saeed Mahameed 
> Signed-off-by: Calvin Owens 

Acked-By: Saeed Mahameed