QCA NSS Packages
Go to file
Sean Khan 217a4fa43b nss-drv: add skb_recycler init script
This script is meant to set various skb_recycler settings. There is a
similar version in QSDK, but it's packaged in the main repo, rather than
an external package like 'qca-nss-drv'. To avoid making too many changes
in the main repo, introduce this script in `qca-nss-drv`.

This script will read the following config:

/etc/config/skb_recycler

```
config skb_recycler 'opt'
	option max_skbs '1024'
	option max_spare_skbs '256'
	option enable '1'
```

Users are encouraged to experiment disabling `skb_recycler` to see if
memory leaks are still occuring, especially on 512M boards. There are issues
currently where skb_recycler corrupts skbs during times of high traffic, but there
wasn't a way to completely disable it.

Signed-off-by: Sean Khan <datapronix@protonmail.com>
2024-07-13 18:43:52 -04:00
firmware nss-firmware: fix building for IPQ60XX/IPQ50XX 2024-06-22 16:10:49 -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 treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-nss-cfi treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-nss-clients nss-clients: fix tun6rd and tunipip build 2024-07-10 12:21:52 -04:00
qca-nss-crypto treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-nss-drv nss-drv: add skb_recycler init script 2024-07-13 18:43:52 -04:00
qca-nss-ecm nss-ecm: Fix syntax error in firewall rule 2024-07-10 15:27:35 -04:00
qca-nss-macsec treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
qca-ssdk-shell treewide: Refactor for APK based builds 2024-06-24 20:33:28 -04:00
wwan remove duplicate patch 2024-07-10 14:34:13 -04: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.