From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCHv2 net 0/6] sctp: fix the transmit err process Date: Wed, 14 Sep 2016 14:16:05 -0300 Message-ID: <20160914171605.GG17689@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: network dev , linux-sctp@vger.kernel.org, davem@davemloft.net, Vlad Yasevich , daniel@iogearbox.net To: Xin Long Return-path: Received: from mx1.redhat.com ([209.132.183.28]:42216 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933231AbcINRQP (ORCPT ); Wed, 14 Sep 2016 13:16:15 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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 retruns back to users any more. Instead, they are taken care > of by retransmit. > > v1->v2: > - add more details to the changelog in patch 1/6 > - add Fixes: tag in patch 2/6, 3/6 > - also revert 69b5777f2e57 in patch 3/6 Looks good to me, thanks Acked-by: Marcelo Ricardo Leitner