
Wang Liang (4): net/oenetcls: Fix oecls_numa_info_table memleak net/oenetcls: use raw_smp_processor_id() instead of smp_processor_id() net/oenetcls: remove oenetcls trace hook net/oenetcls: use workqueue for ntuple cfg arch/arm64/configs/openeuler_defconfig | 1 - arch/x86/configs/openeuler_defconfig | 2 +- drivers/hooks/Kconfig | 10 -- drivers/hooks/vendor_hooks.c | 7 - include/linux/oenetcls.h | 81 +++++++++++ include/trace/hooks/oenetcls.h | 44 ------ net/core/dev.c | 23 ++-- net/ipv4/af_inet.c | 9 +- net/ipv4/tcp.c | 13 +- net/oenetcls/Kconfig | 2 +- net/oenetcls/oenetcls.h | 14 +- net/oenetcls/oenetcls_flow.c | 49 ++++--- net/oenetcls/oenetcls_main.c | 29 ++-- net/oenetcls/oenetcls_ntuple.c | 181 ++++++++++++++++--------- 14 files changed, 289 insertions(+), 176 deletions(-) create mode 100644 include/linux/oenetcls.h delete mode 100644 include/trace/hooks/oenetcls.h -- 2.34.1