aboutsummaryrefslogtreecommitdiff
path: root/testing/sg_mrq_dd.cpp
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-02-20 01:43:36 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-02-20 01:43:36 +0000
commit7d78ae6198005fcaf58a66c2db11cbfe605df439 (patch)
tree8323596b871e4dca7d35c0ad9cba07cea61d094a /testing/sg_mrq_dd.cpp
parent28d27daf0d8ff9ab8ee957a3f9917e2c2a23d232 (diff)
downloadsg3_utils-7d78ae6198005fcaf58a66c2db11cbfe605df439.tar.gz
testing updates, mainly sgs_dd
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@876 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'testing/sg_mrq_dd.cpp')
-rw-r--r--testing/sg_mrq_dd.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/sg_mrq_dd.cpp b/testing/sg_mrq_dd.cpp
index 5beb9b31..21232057 100644
--- a/testing/sg_mrq_dd.cpp
+++ b/testing/sg_mrq_dd.cpp
@@ -30,7 +30,7 @@
*
*/
-static const char * version_str = "1.19 20210208";
+static const char * version_str = "1.20 20210210";
#define _XOPEN_SOURCE 600
#ifndef _GNU_SOURCE
@@ -117,6 +117,10 @@ using namespace std;
// #endif
+#ifndef SGV4_FLAG_HIPRI
+#define SGV4_FLAG_HIPRI 0x800
+#endif
+
#define MAX_SGL_NUM_VAL (INT32_MAX - 1) /* should reduce for testing */
// #define MAX_SGL_NUM_VAL 7 /* should reduce for testing */
#if MAX_SGL_NUM_VAL > INT32_MAX