Re: [tipc-discussion] [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-13 Thread Xin Long
On Tue, Aug 11, 2020 at 10:26 AM Hideaki Yoshifuji wrote: > > Hi, > > 2020年8月9日(日) 19:52 Xin Long : > > > > On Fri, Aug 7, 2020 at 5:26 PM Hideaki Yoshifuji > > wrote: > > > > > > Hi, > > > > > > 2020年8月6日(木) 23:03 David Ahern : > > > > > > > > On 8/6/20 2:55 AM, Xin Long wrote: > > > > > On

Re: [tipc-discussion] [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-09 Thread Xin Long
On Fri, Aug 7, 2020 at 5:26 PM Hideaki Yoshifuji wrote: > > Hi, > > 2020年8月6日(木) 23:03 David Ahern : > > > > On 8/6/20 2:55 AM, Xin Long wrote: > > > On Thu, Aug 6, 2020 at 10:50 AM Hideaki Yoshifuji > > > wrote: > > >> > > >> Hi, > > >> > > >> 2020年8月4日(火) 0:35 Xin Long : > > >>> > > >>> This

Re: [tipc-discussion] [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-07 Thread Xin Long
On Thu, Aug 6, 2020 at 10:03 PM David Ahern wrote: > > On 8/6/20 2:55 AM, Xin Long wrote: > > On Thu, Aug 6, 2020 at 10:50 AM Hideaki Yoshifuji > > wrote: > >> > >> Hi, > >> > >> 2020年8月4日(火) 0:35 Xin Long : > >>> > >>> This is to add an ip_dev_find like function for ipv6, used to find > >>> the

Re: [tipc-discussion] [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-06 Thread Xin Long
On Thu, Aug 6, 2020 at 10:50 AM Hideaki Yoshifuji wrote: > > Hi, > > 2020年8月4日(火) 0:35 Xin Long : > > > > This is to add an ip_dev_find like function for ipv6, used to find > > the dev by saddr. > > > > It will be used by TIPC protocol. So also export it. > > > > Signed-off-by: Xin Long > > ---

Re: [tipc-discussion] [PATCH net 1/2] ipv6: add ipv6_dev_find()

2020-08-05 Thread Ying Xue
On 8/3/20 11:34 PM, Xin Long wrote: > This is to add an ip_dev_find like function for ipv6, used to find > the dev by saddr. > > It will be used by TIPC protocol. So also export it. > > Signed-off-by: Xin Long Acked-by: Ying Xue > --- > include/net/addrconf.h | 2 ++ > net/ipv6/addrconf.c