QCA NSS Packages
Go to file
Qosmio 41f1217c5e qca-nss-drv: Rework smp_affinity + Add nss_stats
1.) Moved `set_affinity` function outside of `enable_rps`
2.) Added 2 new functions `bitmask_to_cpus` and `cpus_to_bitmask`
    a.) bitmask_to_cpus - Takes a bitmask of CPUs and returns a
        list of CPU numbers. (i.e. `bitmask_to_cpus "f"` -> 0,1,2,3)
    b.) cpus_to_bitmask - Takes a comma/space or range list of CPUs and returns
        a bitmask. (i.e. `cpus_to_bitmask "2,3"` -> c)
3.) Changed logic of `set_affinity` to now use physical CPUs rather than
    knowing the bitmask. This should make it more straight forward when
    testing changes
4.) Added an UCI option `enable_log` to enable/disable logging output to
   `logger`. Default is `1` (on)
5.) Removed unused UCI options `nss_firmware *`
6.) Changed the way UCI options are retrieved to account for missing
    options.
7.) Moved '/lib/debug/qca-nss-drv' to '/usr/bin/nss_stats' so it's in
    $PATH and has a more intuitive name
2024-04-06 19:59:50 -04:00
firmware nss-firmware: Fix Makefile to be compatible with new APK compatible version schema 2024-03-24 21:56:35 -04:00
nss-ifb Move non-upstream NSS packages back into repo 2024-02-19 01:35:04 -05:00
nss-userspace-oss nss-packages: disable broken and abandoned modules 2024-03-26 22:41:03 -04:00
qca-mcs nss-packages: add QSDK release in naming scheme 2024-03-15 23:22:46 -04:00
qca-nss-cfi qca-nss-cfi: Fix incorrect package description 2024-03-26 22:37:45 -04:00
qca-nss-clients nss-packages: disable broken and abandoned modules 2024-03-26 22:41:03 -04:00
qca-nss-crypto nss-packages: add QSDK release in naming scheme 2024-03-15 23:22:46 -04:00
qca-nss-drv qca-nss-drv: Rework smp_affinity + Add nss_stats 2024-04-06 19:59:50 -04:00
qca-nss-ecm qca-nss-ecm: parse and load mod depends 2024-04-01 06:35:42 -04:00
qca-nss-macsec Move non-upstream NSS packages back into repo 2024-02-19 01:35:04 -05:00
qca-ssdk-shell Move non-upstream NSS packages back into repo 2024-02-19 01:35:04 -05: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.