[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1288242988-5333-1-git-send-email-gerrit@erg.abdn.ac.uk>
Date: Thu, 28 Oct 2010 07:16:24 +0200
From: Gerrit Renker <gerrit@....abdn.ac.uk>
To: davem@...emloft.net
Cc: dccp@...r.kernel.org, netdev@...r.kernel.org
Subject: net-next-2.6 [PATCH 0/4] dccp: CCID packet dequeueing interface
Dave,
can you please consider the following set of 4, which solves several problems
of the CCID packet-dequeueing interface. This set has been tested for about
3 years.
Patch #1: sets up a return code convention to handle both rate-based and
window-based congestion-control IDs (CCIDs) with one function.
Patch #2: generalizes the xmit interface: rate-based CCIDs continue to use
timers, whereas window-based ones use a tasklet.
Patch #3: fixes issues in cleaning up CCID state when closing a connection,
like patch #2 this also divides into rate-based/window-based.
Patch #4: using the previous patches, takes CCID-2 out of its polling mode
(that was the problem of the xmit interface - CCID-2 kept on
abusing it by faking a small timeout, constantly polling until
its internal congestion state allowed it to send again).
The set has also been placed into a fresh (today's) copy of net-next-2.6, on
git://eden-feed.erg.abdn.ac.uk/net-next-2.6 [subtree 'dccp']
The set is fully bisectable.
---
include/linux/dccp.h | 4 +-
net/dccp/ccid.h | 34 +++++++-
net/dccp/ccids/ccid2.c | 23 ++++--
net/dccp/ccids/ccid2.h | 5 +
net/dccp/ccids/ccid3.c | 12 ++--
net/dccp/dccp.h | 5 +-
net/dccp/output.c | 209 +++++++++++++++++++++++++++++-------------------
net/dccp/proto.c | 21 +++++-
net/dccp/timer.c | 27 ++++---
9 files changed, 223 insertions(+), 117 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists