Re: [PATCH v5] ipvs: adjust the debug info in function set_tcp_state

2020-09-29 Thread yue longguang
It's done. On Wed, Sep 30, 2020 at 1:08 PM Julian Anastasov wrote: > > > Hello, > > On Mon, 28 Sep 2020, longguang.yue wrote: > > > Outputting client,virtual,dst addresses info when tcp state changes, > > which makes the connection debug more clear > > > > Signed-off-by: longguang.yue

Re: [PATCH] ipvs: Add traffic statistic up even it is VS/DR or VS/TUN mode

2020-09-28 Thread yue longguang
especially in public cloud case, statistic is related to monitorring and billing , both ingress and egress packets will go throught ipvs, even dr/tun mode. in dr/tun mode, ipvs need to do nothing except statistic, so skb->ipvs_property = 1 regards On Tue, Sep 29, 2020 at 1:04 PM longguang.yue w

Re: [PATCH v5] ipvs: adjust the debug info in function set_tcp_state

2020-09-28 Thread yue longguang
I sincerely apologize for the trouble which takes up much of your time. If the last patch does not work , would you please fix it? thanks On Mon, Sep 28, 2020 at 10:51 AM longguang.yue wrote: > > Outputting client,virtual,dst addresses info when tcp state changes, > which makes the connection deb

[PATCH] ipvs: adjust the debug order of src and dst

2020-09-22 Thread yue longguang
From: ylg adjust the debug order of src and dst when tcp state changes Signed-off-by: ylg --- net/netfilter/ipvs/ip_vs_proto_tcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_proto_tcp.c b/net/netfilter/ipvs/ip_vs_proto_tcp.c index dc2e7da27