[PATCH] ebpf: fix parameter naming confusing

2020-07-16 Thread YangYuxi
Signed-off-by: YangYuxi --- kernel/bpf/syscall.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c index 0fd80ac81f70..300ae16baffc 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c @@ -1881,13 +1881,13 @@ struct

[PATCH] ebpf: fix parameter naming confusing

2020-07-16 Thread YangYuxi
Signed-off-by: YangYuxi --- kernel/bpf/syscall.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c index 0fd80ac81f70..42406f7275b7 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c @@ -1881,13 +1881,13 @@ struct

[PATCH] ipvs: avoid drop first packet by reusing conntrack

2020-06-16 Thread YangYuxi
e one processing logical by setting net.ipv4.vs.conn_reuse_old_conntrack=1. It is necessary because most business scenarios (such as kubernetes) are very sensitive to TCP short connection latency. This patch has been verified on our thousands of kubernets node servers on Tencent

[PATCH] ipvs: avoid drop first packet by reusing conntrack

2020-06-16 Thread YangYuxi
e one processing logical by setting net.ipv4.vs.conn_reuse_old_conntrack=1. It is necessary because most business scenarios (such as kubernetes) are very sensitive to TCP short connection latency. This patch has been verified on our thousands of kubernets node servers on Tencent

[PATCH] ipvs: avoid drop first packet by reusing conntrack

2020-06-15 Thread YangYuxi
y because most business scenarios (such as kubernetes) are not used FTP and connmark, but these services are very sensitive to TCP short connection latency. This patch has been verified on our thousands of kubernets node servers on Tencent Inc. Signed-off-by: YangYuxi --- include/net/ip_

[PATCH] ipvs: avoid drop first packet to reuse conntrack

2020-06-12 Thread YangYuxi
ks is not used, they can choose a high performance one by set net.ipv4.vs.conn_reuse_old_conntrack=1, this is necessary because most scenarios, such as kubernetes, do not have FTP and connmarks scenarios, but are very sensitive to TCP short link performance. This patch has been verified on our thous

[PATCH] ipvs: avoid drop first packet to reuse conntrack

2020-06-11 Thread YangYuxi
h is reopened by conntrack as a new one), the next whole things is just as normal as that the old session isn't used to exist. This patch has been verified on our thousands of kubernets node servers on Tencent Inc. Signed-off-by: YangYuxi --- net/netfilter/ipvs/ip_vs_core.c | 4

[PATCH] ipvs: avoid drop first packet to reuse conntrack

2020-06-11 Thread YangYuxi
by conntrack as a new one), the next whole things is just as normal as that the old session isn't used to exist. This patch has been verified on our thousands of kubernets node servers on Tencent Inc. Signed-off-by: YangYuxi --- net/netfilter/ipvs/ip_vs_core.c | 4 ++-- 1 file changed