TSG-10961 在KNI插件中配置TAP网卡的RPS

This commit is contained in:
luwenpeng
2022-06-23 10:15:57 +08:00
parent 990d8ae173
commit 3cc6d58dc5
4 changed files with 32 additions and 1 deletions

View File

@@ -215,6 +215,9 @@ struct security_policy_shunt_tsg_diagnose{
};
struct kni_handle{
int tap_rps_enable;
char tap_rps_mask[KNI_SYMBOL_MAX];
struct io_uring_conf iouring_conf;
struct kni_marsio_handle *marsio_handle;
struct bpf_ctx *tap_bpf_ctx;