nss-packages-breeze303/qca-nss-drv
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
..
files qca-nss-drv: Rework smp_affinity + Add nss_stats 2024-04-06 19:59:50 -04:00
patches nss-packages: convert modules to use wifili vs wifi 2024-03-17 02:18:20 -04:00
patches-11.4 nss-packages: convert modules to use wifili vs wifi 2024-03-17 02:18:20 -04:00
Config.in Move non-upstream NSS packages back into repo 2024-02-19 01:35:04 -05:00
Makefile qca-nss-drv: Rework smp_affinity + Add nss_stats 2024-04-06 19:59:50 -04:00