From: Jon M. <jon...@er...> - 2019-08-15 14:10:22
|
> -----Original Message----- > From: net...@vg... <net...@vg...> On > Behalf Of Xin Long > Sent: 15-Aug-19 01:58 > To: Jon Maloy <jon...@er...> > Cc: da...@da...; ne...@vg...; Tung Quang Nguyen > <tun...@de...>; Hoang Huu Le > <hoa...@de...>; sh...@re...; ying xue > <yin...@wi...>; edu...@go...; tipc- > dis...@li... > Subject: Re: [net-next 1/1] tipc: clean up skb list lock handling on send path > > [...] > > /* Try again later if socket is busy */ > > -- > > 2.1.4 > > > > > Patch looks good, can you also check those tmp tx queues in: > > tipc_group_cong() > tipc_group_join() > tipc_link_create_dummy_tnl_msg() > tipc_link_tnl_prepare() > > which are using skb_queue_head_init() to init? > > Thanks. You are right. I missed those. I'll post a v2 of this patch. ///jon |