Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cbdea3

Browse files
author
JJeJZ
committed
add debug
1 parent 911072d commit 7cbdea3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

linux-user/offload_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define NET_BUFFER_SIZE 3000000
1212
#define MAX_OFFLOAD_NUM 100
1313

14-
// #define DQEMU_DEBUG
14+
#define DQEMU_DEBUG
1515
#define IDX_CLIENT 0
1616
#ifdef DQEMU_DEBUG
1717
#define fprintf offload_log

test

537 KB
Binary file not shown.

test_client.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)