]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of xfer-cnt
authorSean Hefty <sean.hefty@intel.com>
Tue, 5 Mar 2013 21:39:42 +0000 (13:39 -0800)
committerSean Hefty <sean.hefty@intel.com>
Tue, 5 Mar 2013 21:39:42 +0000 (13:39 -0800)
examples/common.c

index 4eb5bbec46e8ce6f3d88759e8e81db6e6815b684..54339d5c077873536eb504d14f584b8f06cdc4fa 100644 (file)
@@ -118,13 +118,13 @@ void cnt_str(char *str, size_t ssize, long long cnt)
 int size_to_count(int size)
 {
        if (size >= (1 << 20))
-               return 100;
+               return 250;
        else if (size >= (1 << 16))
                return 1000;
        else if (size >= (1 << 10))
                return 10000;
        else
-               return 100000;
+               return 25000;
 }
 
 void format_buf(void *buf, int size)