netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/3] ionic txrx updates
@ 2020-07-31 20:15 Shannon Nelson
  2020-07-31 20:15 ` [PATCH v3 net-next 1/3] ionic: use fewer firmware doorbells on rx fill Shannon Nelson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shannon Nelson @ 2020-07-31 20:15 UTC (permalink / raw)
  To: netdev, davem; +Cc: Shannon Nelson

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.

v3: simplified queue count change logging, removed unnecessary
    check for no count change
v2: dropped the original patch 2 for ringsize change
    changed the separated tx/rx interrupts to use ethtool -L

Shannon Nelson (3):
  ionic: use fewer firmware doorbells on rx fill
  ionic: tx separate servicing
  ionic: separate interrupt for Tx and Rx

 .../ethernet/pensando/ionic/ionic_ethtool.c   |  96 +++++++--
 .../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, 240 insertions(+), 93 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-08-03 22:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 20:15 [PATCH v3 net-next 0/3] ionic txrx updates Shannon Nelson
2020-07-31 20:15 ` [PATCH v3 net-next 1/3] ionic: use fewer firmware doorbells on rx fill Shannon Nelson
2020-07-31 20:15 ` [PATCH v3 net-next 2/3] ionic: tx separate servicing Shannon Nelson
2020-07-31 20:15 ` [PATCH v3 net-next 3/3] ionic: separate interrupt for Tx and Rx Shannon Nelson
2020-08-03 22:32 ` [PATCH v3 net-next 0/3] ionic txrx updates David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).