From 7956fd62a479d2617008a45e37f457af05613d6c Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 18 May 2012 16:56:16 -0700 Subject: [PATCH] new --- meta | 5 +++-- patches/rs-opt-qpsize | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 patches/rs-opt-qpsize diff --git a/meta b/meta index 4daec735..33f1c3dd 100644 --- a/meta +++ b/meta @@ -1,7 +1,8 @@ Version: 1 -Previous: 1b2e93d799c2e569ba9a0e93c58aa70e993ca613 -Head: 7c8fbc95903cf8f61422d7f2c58f83ba4f0b8ac4 +Previous: 08affaccd03c5c8573d8338e1402ef1a4a4e7bcd +Head: 014d73d3406368b0c7d90e2a5a1dac5c517badca Applied: rs-opts: 7c8fbc95903cf8f61422d7f2c58f83ba4f0b8ac4 + rs-opt-qpsize: 014d73d3406368b0c7d90e2a5a1dac5c517badca Unapplied: Hidden: diff --git a/patches/rs-opt-qpsize b/patches/rs-opt-qpsize new file mode 100644 index 00000000..55841754 --- /dev/null +++ b/patches/rs-opt-qpsize @@ -0,0 +1,22 @@ +Bottom: 232a5020b2d128a616b93f4b14bc5a527a330b7c +Top: 232a5020b2d128a616b93f4b14bc5a527a330b7c +Author: Sean Hefty +Date: 2012-05-18 16:56:15 -0700 + +rsockets: Allow user to specify the QP size + +Add a setsockopt that allows the user to specify the desired +size of the underlying QP. The provided size is used as the +maximum size when creating the QP. The actual size of the QP +is the smaller of the user provided maximum and the maximum +size supported by the underlying hardware. + +A user may retrieve the actual size of the QP through the +getsockopt call. + +Signed-off-by: Sean Hefty + + +--- + + -- 2.41.0