aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2022-08-20 12:39:26 +0200
committerRobert Marko <robimarko@gmail.com>2023-01-16 12:42:23 +0100
commit2558e7b443d08dfdf4a93948e0e56e4f6a4c98f7 (patch)
tree66fb009acc7547d3e6a7a1c31eb5ee235934dbe7 /target/linux/ipq807x
parentc608f7032576296943f6d0914f226ebcfa1cbe4f (diff)
downloadupstream-2558e7b443d08dfdf4a93948e0e56e4f6a4c98f7.tar.gz
upstream-2558e7b443d08dfdf4a93948e0e56e4f6a4c98f7.tar.bz2
upstream-2558e7b443d08dfdf4a93948e0e56e4f6a4c98f7.zip
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>
Diffstat (limited to 'target/linux/ipq807x')
0 files changed, 0 insertions, 0 deletions