|
|
7cc17c |
diff --color -ur idxd-config-accel-config-v3.4.8/test/dsa_user_test_runner.sh idxd-config-accel-config-v3.4.8-new/test/dsa_user_test_runner.sh
|
|
|
7cc17c |
--- idxd-config-accel-config-v3.4.8/test/dsa_user_test_runner.sh 2022-09-21 14:16:06.000000000 -0700
|
|
|
7cc17c |
+++ idxd-config-accel-config-v3.4.8-new/test/dsa_user_test_runner.sh 2022-10-06 16:36:02.838178412 -0700
|
|
|
88a199 |
@@ -14,7 +14,7 @@
|
|
|
88a199 |
|
|
|
88a199 |
[ ! -f "$DSATEST" ] && echo "fail: $LINENO" && exit 1
|
|
|
88a199 |
|
|
|
88a199 |
-check_min_kver "5.6" || do_skip "kernel does not support idxd"
|
|
|
88a199 |
+check_min_kver "4.18" || do_skip "kernel does not support idxd"
|
|
|
88a199 |
|
|
|
88a199 |
# skip if no pasid support as dsa_test does not support operation w/o pasid yet.
|
|
|
88a199 |
[ ! -f "/sys/bus/dsa/devices/$DSA/pasid_enabled" ] && echo "No SVM support" && exit "$EXIT_SKIP"
|
|
|
7cc17c |
diff --color -ur idxd-config-accel-config-v3.4.8/test/iaa_user_test_runner.sh idxd-config-accel-config-v3.4.8-new/test/iaa_user_test_runner.sh
|
|
|
7cc17c |
--- idxd-config-accel-config-v3.4.8/test/iaa_user_test_runner.sh 2022-09-21 14:16:06.000000000 -0700
|
|
|
7cc17c |
+++ idxd-config-accel-config-v3.4.8-new/test/iaa_user_test_runner.sh 2022-10-06 16:35:43.989998045 -0700
|
|
|
7cc17c |
@@ -14,7 +14,7 @@
|
|
|
7cc17c |
|
|
|
7cc17c |
[ ! -f "$IAATEST" ] && echo "fail: $LINENO" && exit 1
|
|
|
7cc17c |
|
|
|
7cc17c |
-check_min_kver "5.6" || do_skip "kernel does not support idxd"
|
|
|
7cc17c |
+check_min_kver "4.18" || do_skip "kernel does not support idxd"
|
|
|
7cc17c |
|
|
|
7cc17c |
# skip if no pasid support as iaa_test does not support operation w/o pasid yet.
|
|
|
7cc17c |
[ ! -f "/sys/bus/dsa/devices/$IAA/pasid_enabled" ] && echo "No SVM support" && exit "$EXIT_SKIP"
|
|
|
7cc17c |
diff --color -ur idxd-config-accel-config-v3.4.8/test/libaccfg.c idxd-config-accel-config-v3.4.8-new/test/libaccfg.c
|
|
|
7cc17c |
--- idxd-config-accel-config-v3.4.8/test/libaccfg.c 2022-09-21 14:16:06.000000000 -0700
|
|
|
7cc17c |
+++ idxd-config-accel-config-v3.4.8-new/test/libaccfg.c 2022-10-06 16:36:31.090448787 -0700
|
|
|
d3175d |
@@ -966,7 +966,7 @@
|
|
|
88a199 |
struct accfg_device *device;
|
|
|
d3175d |
struct log_ctx log_ctx;
|
|
|
88a199 |
|
|
|
88a199 |
- if (!accfg_test_attempt(test, KERNEL_VERSION(5, 6, 0)))
|
|
|
88a199 |
+ if (!accfg_test_attempt(test, KERNEL_VERSION(4, 18, 0)))
|
|
|
88a199 |
return EXIT_SKIP;
|
|
|
88a199 |
|
|
|
88a199 |
accfg_set_log_priority(ctx, loglevel);
|