QCA NSS Packages
Go to file
Robert Marko 293ea85ef8 nss-dp: fix FDB roaming
Try and solve the roaming issue by trying to replicate what NSS bridge
module is doing, but by utilizing switchdev FDB notifiers instead of
adding new notifiers to the bridge code.

We register a new non-blocking switchdev notifier and simply wait for
notification, and then process the SWITCHDEV_FDB_DEL_TO_DEVICE
notifications.

Those tell us that a certain FDB entry should be removed, then a VSI ID
is fetched for the physical PPE port and using that VSI ID and the
notification provided MAC adress existing FDB entry gets removed.

Mark qca-nss-dp as conflicting with the old NSS bridge module so
both cant be installed at the same time.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2022-03-19 18:34:58 +01:00
firmware firmware: Add NSS EIP firmware package 2022-03-13 15:47:47 +01:00
qca nss-dp: fix FDB roaming 2022-03-19 18:34:58 +01:00
LICENSE Initial commit 2021-05-30 17:58:24 +02:00
README.md README: Update 2021-05-30 18:10:46 +02:00

nss-packages

Qualcomm networking packages feed for OpenWrt

These packages provide drivers for wired networking and offloading features for the following SoC-s:

  • IPQ807x
  • IPQ60xx (Untested)
  • IPQ50xx (Untested)

Note that these require kernel patches which are part of the main OpenWrt tree, this is only the package feed.