netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC net-next v2 0/4] Marvell Prestera Switchdev initial updates for firmware version 3.0
@ 2021-05-20 15:34 Vadym Kochan
  2021-05-20 15:34 ` [RFC net-next v2 1/4] net: marvell: prestera: disable events interrupt while handling Vadym Kochan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vadym Kochan @ 2021-05-20 15:34 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, netdev, Andrew Lunn
  Cc: Vadym Kochan, Taras Chornyi, linux-kernel, Mickey Rachamim, Vadym Kochan

From: Vadym Kochan <vkochan@marvell.com>

This series adds minimal support for firmware version 3.0 which
has such changes like:

    - initial routing support

    - LAG support

    - events interrupt handling changes

Changes just make able to work with new firmware version but
supported features in driver will be added later.

New firmware version was recently merged into linux-firmware tree.

Added ability of loading previous fw major version if the latest one
is missing, also add support for previous FW ABI.

PATCH -> RFC:
    1) Load previous fw version if the latest one is missing (suggested by Andrew Lunn)

    2) Add support for previous FW ABI version (suggested by Andrew Lunn)

RFC v2:
    1) Get rid of automatic decrementing of
       major version but hard code it.

    2) Print error message with file path if
       previous FW could not be loaded.


Vadym Kochan (4):
  net: marvell: prestera: disable events interrupt while handling
  net: marvell: prestera: align flood setting according to latest
    firmware version
  net: marvell: prestera: bump supported firmware version to 3.0
  net: marvell: prestera: try to load previous fw version

 .../ethernet/marvell/prestera/prestera_hw.c   |  85 +++++++++++++-
 .../ethernet/marvell/prestera/prestera_hw.h   |   3 +-
 .../ethernet/marvell/prestera/prestera_pci.c  | 104 ++++++++++++++----
 .../marvell/prestera/prestera_switchdev.c     |  17 ++-
 4 files changed, 175 insertions(+), 34 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-05-20 15:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 15:34 [RFC net-next v2 0/4] Marvell Prestera Switchdev initial updates for firmware version 3.0 Vadym Kochan
2021-05-20 15:34 ` [RFC net-next v2 1/4] net: marvell: prestera: disable events interrupt while handling Vadym Kochan
2021-05-20 15:34 ` [RFC net-next v2 2/4] net: marvell: prestera: align flood setting according to latest firmware version Vadym Kochan
2021-05-20 15:34 ` [RFC net-next v2 3/4] net: marvell: prestera: bump supported firmware version to 3.0 Vadym Kochan
2021-05-20 15:35 ` [RFC net-next v2 4/4] net: marvell: prestera: try to load previous fw version Vadym Kochan

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).