From: Sean Hefty Date: Sat, 19 May 2012 00:07:11 +0000 (-0700) Subject: new X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e348869b2a7e158a063133d0e315a16675f46f4b;p=~shefty%2Flibrdmacm.git new --- diff --git a/meta b/meta index 62362de7..5de734c5 100644 --- a/meta +++ b/meta @@ -1,7 +1,8 @@ Version: 1 -Previous: fce0397732b6371fd28a95781e3fabdf9e334b91 -Head: 90b96504395c3e9f4652f4b46d63be3dea3689fe +Previous: 7b2a62ef9a53bb66039b2a48a3a849a838a50626 +Head: a75aec6078074006c6ab9242a74901adf11a0e73 Applied: + rs-qpsize: a75aec6078074006c6ab9242a74901adf11a0e73 Unapplied: rs-opts: 7c8fbc95903cf8f61422d7f2c58f83ba4f0b8ac4 rs-opt-qpsize: 6b732ff34d98cf8745e2f5d2ff326cef4a3b05a7 diff --git a/patches/rs-qpsize b/patches/rs-qpsize new file mode 100644 index 00000000..51e3a00e --- /dev/null +++ b/patches/rs-qpsize @@ -0,0 +1,18 @@ +Bottom: 6bbc2f526b97dfafc16e7ec34dc8e4e1ce587f40 +Top: 6bbc2f526b97dfafc16e7ec34dc8e4e1ce587f40 +Author: Sean Hefty +Date: 2012-05-18 17:07:11 -0700 + +rsockets: Reduce QP size if larger than hardware maximums + +When porting rsockets to iwarp, it was discovered that the default +QP size (512) was larger than that supported by the hardware. +Decrease the size of the QP if the default size is larger than +the maximum supported by the hardware. + +Signed-off-by: Sean Hefty + + +--- + +