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 dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html