mbox series

[net,0/2] fw upgrade filter fixes

Message ID 20200408161912.17153-1-snelson@pensando.io
Headers show
Series fw upgrade filter fixes | expand

Message

Shannon Nelson April 8, 2020, 4:19 p.m. UTC
With further testing of the fw-upgrade operations we found a
couple of issues that needed to be cleaned up:
 - the filters other than the base MAC address need to be
   reinstated into the device
 - we don't need to remove the station MAC filter if it
   isn't changing from a previous MAC filter

Shannon Nelson (2):
  ionic: replay filters after fw upgrade
  ionic: set station addr only if needed

 .../net/ethernet/pensando/ionic/ionic_lif.c   | 44 ++++++++++------
 .../ethernet/pensando/ionic/ionic_rx_filter.c | 52 +++++++++++++++----
 .../ethernet/pensando/ionic/ionic_rx_filter.h |  2 +-
 3 files changed, 70 insertions(+), 28 deletions(-)