mbox series

[net-next,00/10] ionic updates

Message ID 20200512005936.14490-1-snelson@pensando.io
Headers show
Series ionic updates | expand

Message

Shannon Nelson May 12, 2020, 12:59 a.m. UTC
This set of patches is a bunch of code cleanup, a little
documentation, longer tx sg lists, more ethtool stats,
and a couple more transceiver types.

Shannon Nelson (10):
  ionic: support longer tx sg lists
  ionic: updates to ionic FW api description
  ionic: protect vf calls from fw reset
  ionic: add support for more xcvr types
  ionic: shorter dev cmd wait time
  ionic: reset device at probe
  ionic: ionic_intr_free parameter change
  ionic: more ionic name tweaks
  ionic: add more ethtool stats
  ionic: update doc files

 .../device_drivers/pensando/ionic.rst         |  231 +++-
 .../net/ethernet/pensando/ionic/ionic_dev.c   |   14 +
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   17 +-
 .../ethernet/pensando/ionic/ionic_ethtool.c   |   20 +-
 .../net/ethernet/pensando/ionic/ionic_if.h    | 1089 ++++++++++-------
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  158 ++-
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   28 +-
 .../net/ethernet/pensando/ionic/ionic_main.c  |    5 +-
 .../net/ethernet/pensando/ionic/ionic_stats.c |  136 +-
 .../net/ethernet/pensando/ionic/ionic_stats.h |    6 +
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |   49 +-
 11 files changed, 1287 insertions(+), 466 deletions(-)

Comments

Jakub Kicinski May 12, 2020, 5:13 p.m. UTC | #1
On Mon, 11 May 2020 17:59:26 -0700 Shannon Nelson wrote:
> This set of patches is a bunch of code cleanup, a little
> documentation, longer tx sg lists, more ethtool stats,
> and a couple more transceiver types.

I wish patch 3 was handled by the core, but no great ideas on that so:

Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Shannon Nelson May 12, 2020, 6:08 p.m. UTC | #2
On 5/12/20 10:13 AM, Jakub Kicinski wrote:
> On Mon, 11 May 2020 17:59:26 -0700 Shannon Nelson wrote:
>> This set of patches is a bunch of code cleanup, a little
>> documentation, longer tx sg lists, more ethtool stats,
>> and a couple more transceiver types.
> I wish patch 3 was handled by the core, but no great ideas on that so:

I thought about sticking that into the core calling spots, but I suspect 
that there are other devices that allow some configuration activity 
while the PF is unavailable and I'd rather not break them.

>
> Reviewed-by: Jakub Kicinski <kuba@kernel.org>

Thanks.
sln
David Miller May 12, 2020, 7:19 p.m. UTC | #3
From: Shannon Nelson <snelson@pensando.io>
Date: Mon, 11 May 2020 17:59:26 -0700

> This set of patches is a bunch of code cleanup, a little
> documentation, longer tx sg lists, more ethtool stats,
> and a couple more transceiver types.

Series applied to net-next, thanks.