Re: ip6-in-ip{4,6} ipsec tunnel issues with 1280 MTU

2018-04-27 Thread Ashwanth Goli
On 2018-04-26 17:21, Paolo Abeni wrote: Hi, [fixed CC list] On Wed, 2018-04-25 at 21:43 +0530, Ashwanth Goli wrote: Hi Pablo, Actually I'm Paolo, but yours is a recurring mistake ;) I am noticing an issue similar to the one reported by Alexis Perez [Regression for ip6-in-ip4 IPsec t

Re: ip6-in-ip{4,6} ipsec tunnel issues with 1280 MTU

2018-04-27 Thread Ashwanth Goli
On 2018-04-27 20:18, David Ahern wrote: On 4/27/18 5:02 AM, Ashwanth Goli wrote: On 2018-04-26 17:21, Paolo Abeni wrote: Hi, [fixed CC list] On Wed, 2018-04-25 at 21:43 +0530, Ashwanth Goli wrote: Hi Pablo, Actually I'm Paolo, but yours is a recurring mistake ;) I am noticing an

[PATCH] ipv6: remove min MTU check for tunnel destinations

2018-04-29 Thread Ashwanth Goli
Signed-off-by: Ashwanth Goli --- net/ipv6/ip6_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 2e891d2..c4c3313 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1235,7 +1235,7 @@ static int ip6_se

Re: [PATCH] ipv6: remove min MTU check for tunnel destinations

2018-05-10 Thread Ashwanth Goli
On 2018-05-01 21:52, David Miller wrote: From: Ashwanth Goli Date: Mon, 30 Apr 2018 00:36:47 +0530 With 749439bfac "fix udpv6 sendmsg crash caused by too small MTU" tunnel dst's that report a MTU less than IPV6_MIN_MTU are broken even for packets that are smaller than IPV6_MIN_

[PATCH] [PATCH net v2] ipv6: remove min MTU check for ipsec tunnels

2018-05-10 Thread Ashwanth Goli
ned-off-by: Ashwanth Goli --- net/ipv6/ip6_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 2e891d2..c4c3313 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1235,7 +1235,7 @@ static int ip6_setup_c

[PATCH] [PATCH net v2] ipv6: remove min MTU check for ipsec tunnels

2018-05-10 Thread Ashwanth Goli
ned-off-by: Ashwanth Goli --- net/ipv6/ip6_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 2e891d2..c4c3313 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1235,7 +1235,7 @@ static int ip6_setup_c

[PATCH] [PATCH net v3] ipv6: remove min MTU check for ipsec tunnels

2018-05-10 Thread Ashwanth Goli
ned-off-by: Ashwanth Goli --- net/ipv6/ip6_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 2e891d2..ea1ef1b 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1235,7 +1235,7 @@ static int ip6_setup_c

[PATCH net RESEND] net: rps: send out pending IPI's on CPU hotplug

2017-06-09 Thread Ashwanth Goli
o send the pending ipi's of victim cpu. Signed-off-by: Ashwanth Goli --- net/core/dev.c | 31 ++- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/net/core/dev.c b/net/core/dev.c index fca407b..e6bfa54 100644 --- a/net/core/dev.c +++ b/net/core/d

[PATCH] net: rps: fix uninitialized symbol warning

2017-06-13 Thread Ashwanth Goli
This patch fixes uninitialized symbol warning that got introduced by the following commit 773fc8f6e8d6 ("net: rps: send out pending IPI's on CPU hotplug") Signed-off-by: Ashwanth Goli --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/c

Re: linux-next: build warning after merge of the net tree

2017-06-13 Thread Ashwanth Goli
Hi Stephen, On 2017-06-13 16:38, Stephen Rothwell wrote: Hi all, After merging the net tree, today's linux-next build (powerpc ppc44x_defconfig) produced this warning: net/core/dev.c: In function 'dev_cpu_dead': net/core/dev.c:8330:2: warning: 'remsd' is used uninitialized in this function [-W