From: Sean Hefty Date: Wed, 6 Mar 2013 01:17:50 +0000 (-0800) Subject: refresh X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d615098ec0f56023bd2c537966b763581b9c20d5;p=~shefty%2Flibrdmacm.git refresh --- diff --git a/meta b/meta index 263c1af7..772d0c63 100644 --- a/meta +++ b/meta @@ -1,9 +1,8 @@ Version: 1 -Previous: ed7ae5a5600ccfd81a99441f4ae85fca5e1dd488 -Head: 08837c429e2a8806fcc36a7044ccde2d76c9e679 +Previous: af1531a08ba8a4a1dfdd0586761df02e96515159 +Head: 52a03dfbd23c1f257303d05c489041eb75ce76eb Applied: - xfer-cnt: 7c215c2be9c8695908c1bc497993f367627a5da0 - refresh-temp: 08837c429e2a8806fcc36a7044ccde2d76c9e679 + xfer-cnt: 52a03dfbd23c1f257303d05c489041eb75ce76eb Unapplied: af-ib-conn: cf7b9e73d471477d4c7dff2592e5b0d3a7dea8ae addrtype: 23a84fed89ba3f6b0eb63e5f8b37c0df504d0d3e diff --git a/patches/refresh-temp b/patches/refresh-temp deleted file mode 100644 index 3117668d..00000000 --- a/patches/refresh-temp +++ /dev/null @@ -1,22 +0,0 @@ -Bottom: d184a07b1c2d046ae5d4ab7f18c255cd11dbaf47 -Top: 9e4d4d5be5d43c36c3a83ea2b8cb84c37e0312f3 -Author: Sean Hefty -Date: 2013-03-05 17:17:49 -0800 - -Refresh of xfer-cnt - ---- - -diff --git a/examples/common.c b/examples/common.c -index aac679e..34f3af5 100644 ---- a/examples/common.c -+++ b/examples/common.c -@@ -124,7 +124,7 @@ int size_to_count(int size) - else if (size >= (1 << 10)) - return 10000; - else -- return 25000; -+ return 30000; - } - - void format_buf(void *buf, int size) diff --git a/patches/xfer-cnt b/patches/xfer-cnt index cbf249d8..a14246da 100644 --- a/patches/xfer-cnt +++ b/patches/xfer-cnt @@ -1,5 +1,5 @@ Bottom: 2737e70c64c9617bb741fff20192947019c4f7d9 -Top: d184a07b1c2d046ae5d4ab7f18c255cd11dbaf47 +Top: 9e4d4d5be5d43c36c3a83ea2b8cb84c37e0312f3 Author: Sean Hefty Date: 2013-03-05 13:39:00 -0800 @@ -16,7 +16,7 @@ Signed-off-by: Sean Hefty --- diff --git a/examples/common.c b/examples/common.c -index 4eb5bbe..aac679e 100644 +index 4eb5bbe..34f3af5 100644 --- a/examples/common.c +++ b/examples/common.c @@ -118,13 +118,13 @@ void cnt_str(char *str, size_t ssize, long long cnt) @@ -31,7 +31,7 @@ index 4eb5bbe..aac679e 100644 return 10000; else - return 100000; -+ return 25000; ++ return 30000; } void format_buf(void *buf, int size)