hulk inclusion category: feature Link: https://gitee.com/openeuler/kernel/issues/ICBFCS CVE: NA -------------------------------- Make VENETCLS depend on the arm64 architecture and use it default as module on the Kunpeng platform. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> --- net/venetcls/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/venetcls/Kconfig b/net/venetcls/Kconfig index 7f2ea5c4a6b0..7ba9b35f1623 100644 --- a/net/venetcls/Kconfig +++ b/net/venetcls/Kconfig @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0-only config VENETCLS tristate "Network classification" - depends on MODULES - default n + depends on MODULES && ARM64 + default m help This introduces a kind of network optimization method, which can configure the flow steer rules, and bind interrupt to the netdev -- 2.34.1