Re: [PATCH v4 net-next 18/19] ionic: Add coalesce and other features

2019-08-02 Thread Shannon Nelson
On 7/25/19 5:13 PM, Saeed Mahameed wrote: On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: +static void ionic_tx_timeout_work(struct work_struct *ws) +{ + struct lif *lif = container_of(ws, struct lif, tx_timeout_work); + + netdev_info(lif->netdev, "Tx Timeout recovery\n");

Re: [PATCH v4 net-next 18/19] ionic: Add coalesce and other features

2019-07-25 Thread Saeed Mahameed
On Mon, 2019-07-22 at 14:40 -0700, Shannon Nelson wrote: > Interrupt coalescing, tunable copybreak value, and > tx timeout. > > Signed-off-by: Shannon Nelson > --- > drivers/net/ethernet/pensando/ionic/ionic.h | 2 +- > .../ethernet/pensando/ionic/ionic_ethtool.c | 105 > ++

Re: [PATCH v4 net-next 18/19] ionic: Add coalesce and other features

2019-07-23 Thread David Miller
From: Shannon Nelson Date: Mon, 22 Jul 2019 14:40:22 -0700 > diff --git a/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c > b/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c > index 742d7d47f4d8..e6b579a40b70 100644 > --- a/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c > +++ b/driv

[PATCH v4 net-next 18/19] ionic: Add coalesce and other features

2019-07-22 Thread Shannon Nelson
Interrupt coalescing, tunable copybreak value, and tx timeout. Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/ionic.h | 2 +- .../ethernet/pensando/ionic/ionic_ethtool.c | 105 ++ .../net/ethernet/pensando/ionic/ionic_lif.c | 13 ++- .../net/ethern