File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tools/testing/selftests/ublk Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ static int cmd_dev_get_features(void)
1203
1203
static int cmd_dev_help (char * exe )
1204
1204
{
1205
1205
printf ("%s add -t [null|loop] [-q nr_queues] [-d depth] [-n dev_id] [backfile1] [backfile2] ...\n" , exe );
1206
- printf ("\t default: nr_queues=2(max 4 ), depth=128(max 128 ), dev_id=-1(auto allocation)\n" );
1206
+ printf ("\t default: nr_queues=2(max 32 ), depth=128(max 1024 ), dev_id=-1(auto allocation)\n" );
1207
1207
printf ("%s del [-n dev_id] -a \n" , exe );
1208
1208
printf ("\t -a delete all devices -n delete specified device\n" );
1209
1209
printf ("%s list [-n dev_id] -a \n" , exe );
Original file line number Diff line number Diff line change 50
50
#define UBLKSRV_IO_IDLE_SECS 20
51
51
52
52
#define UBLK_IO_MAX_BYTES (1 << 20)
53
- #define UBLK_MAX_QUEUES 4
54
- #define UBLK_QUEUE_DEPTH 128
53
+ #define UBLK_MAX_QUEUES 32
54
+ #define UBLK_QUEUE_DEPTH 1024
55
55
56
56
#define UBLK_DBG_DEV (1U << 0)
57
57
#define UBLK_DBG_QUEUE (1U << 1)
You can’t perform that action at this time.
0 commit comments