Add GRO support to cpumap codebase moving the cpu_map_entry kthread to a NAPI-kthread pinned on the selected cpu. Changes in rfc v2: - get rid of dummy netdev dependency Lorenzo Bianconi (3): net: Add napi_init_for_gro routine net: add napi_threaded_poll to netdevice.h bpf: cpumap: Add gro support include/linux/netdevice.h | 3 + kernel/bpf/cpumap.c | 123 ++++++++++++++++---------------------- net/core/dev.c | 27 ++++++--- 3 files changed, 73 insertions(+), 80 deletions(-) -- 2.46.0