[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1291621444-5927-1-git-send-email-gerrit@erg.abdn.ac.uk>
Date: Mon, 6 Dec 2010 08:44:02 +0100
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/2] dccp: Policy-based packet dequeueing interface
Hi Dave,
please find attached a self-contained 2-patch set by Tomasz which adds an API
to influence DCCP packet dequeueing. It evolved from discussions in 2008,
adding and adds basic building blocks for sending congestion controlled
multimedia packets that have a priority or a deadline attached to them.
Occasionally people still make new suggestions for such an API, apparently
overlooking the excellent work Tomasz has done and which has been in the
test tree for two years.
Patch #1: introduces the new policy-based packet dequeueing infrastructure.
Patch #2: adds parameter (sanity) checking of cmsg qpolicy parameters.
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.
---
Documentation/networking/dccp.txt | 20 ++++++
include/linux/dccp.h | 21 ++++++
net/dccp/Makefile | 4 +-
net/dccp/dccp.h | 13 ++++
net/dccp/output.c | 7 +-
net/dccp/proto.c | 71 ++++++++++++++++++-
net/dccp/qpolicy.c | 137 +++++++++++++++++++++++++++++++++++++
7 files changed, 264 insertions(+), 9 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