Loading
xdp: enable config CONFIG_XDP_SOCKETS and CONFIG_XDP_SOCKETS_DIAG
euler inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8N9IB CVE: NA ---------------------------- CONFIG_XDP_SOCKETS option is used to open AF_XDP. AF_XDP is a family of address protocols optimized for high-performance packet processing, which can redirect data frames to memory buffers in user space applications. Through XDP technology, advantages such as zero copy, high performance, and flexibility can be achieved. CONFIG_XDP_SOCKETS_DIAG is used for AF_XDP performs dfx for better positioning of XDP/AF_XDP issues. Signed-off-by:bitcoffee <liuxin350@huawei.com>