mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
QCA NSS Packages
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> |
||
|---|---|---|
| firmware | ||
| qca | ||
| LICENSE | ||
| README.md | ||
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.