> -----Original Message----- > From: netdev-ow...@vger.kernel.org <netdev-ow...@vger.kernel.org> On > Behalf Of Xin Long > Sent: 15-Aug-19 01:58 > To: Jon Maloy <jon.ma...@ericsson.com> > Cc: da...@davemloft.net; netdev@vger.kernel.org; Tung Quang Nguyen > <tung.q.ngu...@dektech.com.au>; Hoang Huu Le > <hoang.h...@dektech.com.au>; shu...@redhat.com; ying xue > <ying....@windriver.com>; eduma...@google.com; tipc- > discuss...@lists.sourceforge.net > 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