mbox series

[net,0/5] ionic: bug fixes

Message ID 20210723180249.57599-1-snelson@pensando.io
Headers show
Series ionic: bug fixes | expand

Message

Shannon Nelson July 23, 2021, 6:02 p.m. UTC
Fix a thread race in rx_mode, remove unnecessary log message,
fix dynamic coalescing issues, and count all csum_none cases.

Shannon Nelson (5):
  ionic: make all rx_mode work threadsafe
  ionic: catch no ptp support earlier
  ionic: remove intr coalesce update from napi
  ionic: fix up dim accounting for tx and rx
  ionic: count csum_none when offload enabled

 .../net/ethernet/pensando/ionic/ionic_lif.c   | 197 +++++++++---------
 .../net/ethernet/pensando/ionic/ionic_lif.h   |  11 +-
 .../net/ethernet/pensando/ionic/ionic_phc.c   |  10 +-
 .../net/ethernet/pensando/ionic/ionic_txrx.c  |  41 ++--
 4 files changed, 132 insertions(+), 127 deletions(-)