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

2020-09-24 Thread Simon Horman
On Wed, Sep 23, 2020 at 01:49:59PM +0800, longguang.yue wrote: > From: ylg > > adjust the debug order of src and dst when tcp state changes > > Signed-off-by: ylg Hi, This sounds reasonable to me but please provide your real name in the Signed-off-by name, which should be consistent with the

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

2020-09-23 Thread Andrew Lunn
On Wed, Sep 23, 2020 at 02:06:25PM +0800, yue longguang wrote: > From: ylg > > adjust the debug order of src and dst when tcp state changes Hi Yue You need to explain why you are doing something, not what you are doing, in the commit message. Andrew

[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

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

2020-09-22 Thread longguang.yue
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 dc2e7da2