Re: [PATCH v2 3/4] sctp: fix association hangs due to errors when reneging events from the ordering queue
From: Neil Horman <nhorman@tuxdriver.com>
Date: 2013-02-28 14:34:13
From: Neil Horman <nhorman@tuxdriver.com>
Date: 2013-02-28 14:34:13
On Wed, Feb 27, 2013 at 11:54:32AM -0700, Lee A. Roberts wrote:
From: "Lee A. Roberts" <redacted> Resolve SCTP association hangs observed during SCTP stress testing. Observable symptoms include communications hangs with data being held in the association reassembly and/or lobby (ordering) queues. Close examination of reassembly queue shows missing packets. In sctp_ulpq_renege_list(), events being reneged from the ordering queue may correspond to multiple TSNs. Identify all affected packets; sum freed space and renege from the tsnmap. Signed-off-by: Lee A. Roberts <redacted>
Acked-by: Neil Horman <nhorman@tuxdriver.com>