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)
commit2cd9b822bfa79fc1335d3e71a0449f3cd0b5078e
tree830f284cbc2f3be60e80705764f6dd6e84511188
parentbcd41303f422015ab662c9276d108414aa75b796
sctp: Only mark chunks as missing when there are gaps

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