From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: davem@davemloft.net
Cc: dccp@vger.kernel.org, netdev@vger.kernel.org
Subject: net-next-2.6 [PATCH 0/3] dccp: Ack Vectors in circular buffer instead of array
Date: Thu, 11 Nov 2010 07:07:30 +0100 [thread overview]
Message-ID: <1289455653-5463-1-git-send-email-gerrit@erg.abdn.ac.uk> (raw)
In-Reply-To: <ack_vector_circular_buffer_dccp>
Dave,
please can you consider this set, which is part I of a two-part patch set
to fix issues in the DCCP Ack Vector implementation.
It is a self-contained set to move away from a linear array to a circular
buffer with overflow handling. Part II would then follow next week.
Patch #1: cleans up the old interface to prepare for the improved one.
Patch #2: also tidies up the old interface, by separating the internals
of Ack Vectors from the option-parsing code.
Patch #3: Completes the implementation of a circular Ack Vector buffer.
I have also placed this in 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 has been tested for 3 years, and is fully bisectable.
---
net/dccp/ackvec.c | 251 ++++++++++++++++--------------------------------
net/dccp/ackvec.h | 115 +++++++++++++----------
net/dccp/ccids/ccid2.c | 13 +--
net/dccp/dccp.h | 11 ++-
net/dccp/input.c | 6 +-
net/dccp/options.c | 65 ++++++++++++-
6 files changed, 225 insertions(+), 236 deletions(-)
next parent reply other threads:[~2010-11-11 6:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ack_vector_circular_buffer_dccp>
2010-11-11 6:07 ` Gerrit Renker [this message]
2010-11-11 6:07 ` [PATCH 1/3] dccp ccid-2: Ack Vector interface clean-up Gerrit Renker
2010-11-11 6:07 ` [PATCH 2/3] dccp ccid-2: Separate internals of Ack Vectors from option-parsing code Gerrit Renker
2010-11-11 6:07 ` [PATCH 3/3] dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling Gerrit Renker
2010-11-11 18:45 ` net-next-2.6 [PATCH 0/3] dccp: Ack Vectors in circular buffer instead of array David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1289455653-5463-1-git-send-email-gerrit@erg.abdn.ac.uk \
--to=gerrit@erg.abdn.ac.uk \
--cc=davem@davemloft.net \
--cc=dccp@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).