Re: [PATCH net-next 0/6] net: add support for ip_tun_info options setting

2019-09-16 Thread David Miller
From: Xin Long Date: Mon, 16 Sep 2019 15:10:14 +0800 > With this patchset, users can configure options with LWTUNNEL_IP(6)_OPTS > by ip route encap for ersapn or vxlan lwtunnel. Note that in kernel part > it won't parse the option details but do some check and memcpy only, and > the options will

Re: [PATCH net-next 0/6] net: add support for ip_tun_info options setting

2019-09-16 Thread Xin Long
On Mon, Sep 16, 2019 at 3:10 PM Xin Long wrote: > > With this patchset, users can configure options with LWTUNNEL_IP(6)_OPTS > by ip route encap for ersapn or vxlan lwtunnel. Note that in kernel part > it won't parse the option details but do some check and memcpy only, and > the options will be p

[PATCH net-next 0/6] net: add support for ip_tun_info options setting

2019-09-16 Thread Xin Long
With this patchset, users can configure options with LWTUNNEL_IP(6)_OPTS by ip route encap for ersapn or vxlan lwtunnel. Note that in kernel part it won't parse the option details but do some check and memcpy only, and the options will be parsed by iproute in userspace. We also improve the vxlan a