mbox series

[net-next,v2,0/2] Add ip6_fragment in ipv6_stub

Message ID 1598627672-10439-1-git-send-email-wenxu@ucloud.cn
Headers show
Series Add ip6_fragment in ipv6_stub | expand

Message

wenxu Aug. 28, 2020, 3:14 p.m. UTC
From: wenxu <wenxu@ucloud.cn>

Add ip6_fragment in ipv6_stub and use it in openvswitch
This version add default function eafnosupport_ipv6_fragment

wenxu (2):
  ipv6: add ipv6_fragment hook in ipv6_stub
  openvswitch: using ip6_fragment in ipv6_stub

 include/net/ipv6_stubs.h  | 3 +++
 net/ipv6/addrconf_core.c  | 8 ++++++++
 net/ipv6/af_inet6.c       | 1 +
 net/openvswitch/actions.c | 7 +------
 4 files changed, 13 insertions(+), 6 deletions(-)

Comments

Marcelo Ricardo Leitner Aug. 29, 2020, 1:49 a.m. UTC | #1
On Fri, Aug 28, 2020 at 11:14:30PM +0800, wenxu@ucloud.cn wrote:
> From: wenxu <wenxu@ucloud.cn>
> 
> Add ip6_fragment in ipv6_stub and use it in openvswitch
> This version add default function eafnosupport_ipv6_fragment

Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
David Miller Aug. 31, 2020, 7:26 p.m. UTC | #2
From: wenxu@ucloud.cn
Date: Fri, 28 Aug 2020 23:14:30 +0800

> From: wenxu <wenxu@ucloud.cn>
> 
> Add ip6_fragment in ipv6_stub and use it in openvswitch
> This version add default function eafnosupport_ipv6_fragment

Seires applied, thank you.