diff options
author | Haijun Liu <haijun.liu@mediatek.com> | 2022-11-03 14:48:29 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-11-07 09:34:12 +0000 |
commit | 5545b7b9f294de7f95ec6a7cb1de0db52296001c (patch) | |
tree | 8eb5f229b7d8b45345dbfe0bc7d8567d80e9da47 /rust | |
parent | c053d7b6bdcb45780036b32be6a950f71a78bf52 (diff) |
net: wwan: t7xx: Add NAPI support
Replace the work queue based RX flow with a NAPI implementation
Remove rx_thread and dpmaif_rxq_work.
Enable GRO on RX path.
Introduce dummy network device. its responsibility is
- Binds one NAPI object for each DL HW queue and acts as
the agent of all those network devices.
- Use NAPI object to poll DL packets.
- Helps to dispatch each packet to the network interface.
Signed-off-by: Haijun Liu <haijun.liu@mediatek.com>
Co-developed-by: Sreehari Kancharla <sreehari.kancharla@linux.intel.com>
Signed-off-by: Sreehari Kancharla <sreehari.kancharla@linux.intel.com>
Signed-off-by: Chandrashekar Devegowda <chandrashekar.devegowda@intel.com>
Acked-by: Ricardo Martinez <ricardo.martinez@linux.intel.com>
Acked-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions