netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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/6]: dccp ccid-2: Ack Vector patch set second/concluding part II
Date: Mon, 15 Nov 2010 07:29:01 +0100	[thread overview]
Message-ID: <1289802547-5617-1-git-send-email-gerrit@erg.abdn.ac.uk> (raw)
In-Reply-To: <dccp_ccid2_ack_vector_patch_set_concluding_part_II>

Hi Dave,

please find attached part II of the Ack Vector patch set, concluding
the submission (part I) begun last week.

 Patch #1: algorithm to update/clear Ack Vector state in the circular buffer.
 Patch #2: algorithm to register new packets as received in the circular buffer.
 Patch #3: consolidates/updates Ack Vector processing in the main DCCP module.
 Patch #4: schedules DCCP-Sync in case there is no space left for Ack Vectors.
 Patch #5: removes the replaced parts of the old Ack Vector infrastructure.
 Patch #6: Ack Vectors provide information specific to CCIDs; this patch thus
           moves Ack Vector processing from main DCCP into the CCID module(s).
 

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 is fully bisectable.
---
 include/linux/dccp.h   |    2 +
 net/dccp/ackvec.c      |  417 +++++++++++++++++++++++++-----------------------
 net/dccp/ackvec.h      |   38 +++--
 net/dccp/ccids/ccid2.c |  134 +++++-----------
 net/dccp/ccids/ccid2.h |    2 +
 net/dccp/input.c       |   31 +---
 net/dccp/options.c     |   43 ++++--
 net/dccp/output.c      |   15 ++
 8 files changed, 339 insertions(+), 343 deletions(-)

       reply	other threads:[~2010-11-15  6:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <dccp_ccid2_ack_vector_patch_set_concluding_part_II>
2010-11-15  6:29 ` Gerrit Renker [this message]
2010-11-15  6:29   ` [PATCH 1/6] dccp ccid-2: Algorithm to update buffer state Gerrit Renker
2010-11-15  6:29     ` [PATCH 2/6] dccp ccid-2: Update code for the Ack Vector input/registration routine Gerrit Renker
2010-11-15  6:29       ` [PATCH 3/6] dccp ccid-2: Consolidate Ack-Vector processing within main DCCP module Gerrit Renker
2010-11-15  6:29         ` [PATCH 4/6] dccp ccid-2: Schedule Sync as out-of-band mechanism Gerrit Renker
2010-11-15  6:29           ` [PATCH 5/6] dccp ccid-2: Remove old infrastructure Gerrit Renker
2010-11-15  6:29             ` [PATCH 6/6] dccp ccid-2: Separate option parsing from CCID processing Gerrit Renker
2010-11-15 19:04   ` net-next-2.6 [PATCH 0/6]: dccp ccid-2: Ack Vector patch set second/concluding part II David Miller
2010-11-18  6:42     ` Gerrit Renker
2010-11-18 17:37       ` 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=1289802547-5617-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).