Re: [PATCHv2 net 0/6] sctp: fix the transmit err process

2016-09-18 Thread David Miller
From: Xin Long Date: Wed, 14 Sep 2016 02:04:17 +0800 > This patchset is to improve the transmit err process and also fix some > issues. > > After this patchset, once the chunks are enqueued successfully, even > if the chunks fail to send out, no matter because of nodst or nomem, > no err retruns

Re: [PATCHv2 net 0/6] sctp: fix the transmit err process

2016-09-14 Thread Marcelo Ricardo Leitner
On Wed, Sep 14, 2016 at 02:04:17AM +0800, Xin Long wrote: > This patchset is to improve the transmit err process and also fix some > issues. > > After this patchset, once the chunks are enqueued successfully, even > if the chunks fail to send out, no matter because of nodst or nomem, > no err retr

[PATCHv2 net 0/6] sctp: fix the transmit err process

2016-09-13 Thread Xin Long
This patchset is to improve the transmit err process and also fix some issues. After this patchset, once the chunks are enqueued successfully, even if the chunks fail to send out, no matter because of nodst or nomem, no err retruns back to users any more. Instead, they are taken care of by retrans