Re: [PATCH v4 net-next 12/19] ionic: Add async link status check and basic stats

2019-07-30 Thread Shannon Nelson
On 7/24/19 5:04 PM, Saeed Mahameed wrote: On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: Add code to handle the link status event, and wire up the basic netdev hardware stats. Signed-off-by: Shannon Nelson --- .../net/ethernet/pensando/ionic/ionic_lif.c | 116 ++

Re: [PATCH v4 net-next 12/19] ionic: Add async link status check and basic stats

2019-07-24 Thread Saeed Mahameed
On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: > Add code to handle the link status event, and wire up the > basic netdev hardware stats. > > Signed-off-by: Shannon Nelson > --- > .../net/ethernet/pensando/ionic/ionic_lif.c | 116 > ++ > .../net/ethernet/pensando/ioni

[PATCH v4 net-next 12/19] ionic: Add async link status check and basic stats

2019-07-22 Thread Shannon Nelson
Add code to handle the link status event, and wire up the basic netdev hardware stats. Signed-off-by: Shannon Nelson --- .../net/ethernet/pensando/ionic/ionic_lif.c | 116 ++ .../net/ethernet/pensando/ionic/ionic_lif.h | 1 + 2 files changed, 117 insertions(+) diff --git a