mbox series

[net-next,0/4] ionic txrx updates

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

Message

Shannon Nelson July 25, 2020, 12:23 a.m. UTC
These are a few patches to do some cleanup in the packet
handling and give us more flexibility in tuning performance
by allowing us to put Tx handling on separate interrupts
when it makes sense for particular traffic loads.

Shannon Nelson (4):
  ionic: use fewer firmware doorbells on rx fill
  ionic: recover from ringsize change failure
  ionic: tx separate servicing
  ionic: separate interrupt for Tx and Rx

 .../ethernet/pensando/ionic/ionic_ethtool.c   | 118 +++++++++--
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  42 +++-
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   5 +
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 188 ++++++++++++------
 .../net/ethernet/pensando/ionic/ionic_txrx.h  |   2 +
 5 files changed, 267 insertions(+), 88 deletions(-)