mbox

[0/6] net/ionic: fixes for stop and start

Message ID 20201210142231.63209-1-aboyer@pensando.io (mailing list archive)
Headers

Message

Andrew Boyer Dec. 10, 2020, 2:22 p.m. UTC
  These patches address issues found when testing port stop and start,
link up and down, and queue stop and start.

The UNMAINTAINED flag is removed in patch 3.

Signed-off-by: Andrew Boyer <aboyer@pensando.io>

Andrew Boyer (6):
  net/ionic: preserve RSS state unless RETA size changes
  net/ionic: preserve RX mode across LIF stop/start
  net/ionic: fully implement remove-on-close
  net/ionic: improve link state handling
  net/ionic: improve queue state handling
  net/ionic: stop queues when LIF is stopped

 MAINTAINERS                      |   2 +-
 drivers/net/ionic/ionic_ethdev.c |  90 ++++++++------------
 drivers/net/ionic/ionic_ethdev.h |   4 +
 drivers/net/ionic/ionic_lif.c    | 141 ++++++++++++++++++++++---------
 drivers/net/ionic/ionic_lif.h    |   6 +-
 drivers/net/ionic/ionic_rxtx.c   |  62 +++++++++-----
 6 files changed, 188 insertions(+), 117 deletions(-)