ImmortalWrt/package
Robert Marko 2558e7b443 kernel: add Qualcomm NSS dataplane ethernet driver
Qualcomm NSS-DP is as its name says Qualcomms ethernet driver for the NSS
subsystem (Networking subsystem) built-into various Qualcomm SoCs.

It has 2 modes of operation:
* Without NSS FW and rest of code required for offloading

This is the one that we will use as the amount of kernel patching required
for NSS offloading and the fact that its not upstreamable at all makes it
unusable for us.

Driver in this mode is rather basic, it currently only offers NAPI GRO
(Added by us as part of the fixup) and basically relies on the powerfull
CPU to get good throughput.

* With NSS FW and rest of code required for offloading

In this mode, driver just registers the interfaces and hooks them into
NSS-ECM to allow offloading.
This mode is not viable for use in OpenWrt due to reasons already described
above.

This driver is required for ipq807x to have wired networking until a better
one is available, so lets add the fixed-up version for 5.15 for now.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2023-01-16 12:42:23 +01:00
..
base-files base-files: rework mtd_get_mac_text() 2023-01-06 15:34:07 +01:00
boot ramips: mt7621: Add Arcadyan WE420223-99 support 2023-01-15 13:41:02 +01:00
devel trace-cmd: update to v3.1.6 2023-01-13 22:02:20 +01:00
firmware firmware: add ath11k-firmware package 2023-01-16 12:42:23 +01:00
kernel kernel: add Qualcomm NSS dataplane ethernet driver 2023-01-16 12:42:23 +01:00
libs libtracefs: update to 1.6.4 2023-01-13 22:02:20 +01:00
network lldpd: use release tar instead of codeload 2023-01-12 14:55:07 +01:00
system tree-wide: Do not use package librt and libpthread 2022-12-29 18:50:24 +01:00
utils ucode-mod-bpf: add new package for a ucode libbpf binding 2023-01-09 11:35:20 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00