All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] ionic updates
@ 2020-05-12  0:59 Shannon Nelson
  2020-05-12  0:59 ` [PATCH net-next 01/10] ionic: support longer tx sg lists Shannon Nelson
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Shannon Nelson @ 2020-05-12  0:59 UTC (permalink / raw)
  To: netdev, davem; +Cc: Shannon Nelson

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-05-12 19:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  0:59 [PATCH net-next 00/10] ionic updates Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 01/10] ionic: support longer tx sg lists Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 02/10] ionic: updates to ionic FW api description Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 03/10] ionic: protect vf calls from fw reset Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 04/10] ionic: add support for more xcvr types Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 05/10] ionic: shorter dev cmd wait time Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 06/10] ionic: reset device at probe Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 07/10] ionic: ionic_intr_free parameter change Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 08/10] ionic: more ionic name tweaks Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 09/10] ionic: add more ethtool stats Shannon Nelson
2020-05-12  0:59 ` [PATCH net-next 10/10] ionic: update doc files Shannon Nelson
2020-05-12 17:13 ` [PATCH net-next 00/10] ionic updates Jakub Kicinski
2020-05-12 18:08   ` Shannon Nelson
2020-05-12 19:19 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.