Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911072d commit 7cbdea3Copy full SHA for 7cbdea3
linux-user/offload_common.h
@@ -11,7 +11,7 @@
11
#define NET_BUFFER_SIZE 3000000
12
#define MAX_OFFLOAD_NUM 100
13
14
-// #define DQEMU_DEBUG
+#define DQEMU_DEBUG
15
#define IDX_CLIENT 0
16
#ifdef DQEMU_DEBUG
17
#define fprintf offload_log
test
537 KB
test_client.sh
@@ -0,0 +1,4 @@
1
+for i in $(seq 1 10000);
2
+do
3
+DQEMU --offloadmode client --n 4 --threadgroup 1 32-elf
4
+done
0 commit comments