sctp: Only mark chunks as missing when there are gaps
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 19 Jun 2008 21:59:13 +0000 (17:59 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 1 Oct 2008 15:33:06 +0000 (11:33 -0400)
Frist small step in optimizing SACK processing.   Do not call
sctp_mark_missing() when there are no gaps reported and thus
not missing chunks.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/outqueue.c

Simple merge