Skip to content

Commit

Permalink
Enable more QPs on the FEMU side by default to unlease more performance
Browse files Browse the repository at this point in the history
  • Loading branch information
huaicheng committed Dec 12, 2020
1 parent 83624b5 commit 81d82de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/block/femu/femu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ static Property femu_props[] = {
DEFINE_PROP_STRING("serial", FemuCtrl, serial),
DEFINE_PROP_UINT32("devsz_mb", FemuCtrl, memsz, 1024), /* Coperd: in MB */
DEFINE_PROP_UINT32("namespaces", FemuCtrl, num_namespaces, 1),
DEFINE_PROP_UINT32("queues", FemuCtrl, num_io_queues, 1),
DEFINE_PROP_UINT32("queues", FemuCtrl, num_io_queues, 8),
DEFINE_PROP_UINT32("entries", FemuCtrl, max_q_ents, 0x7ff),
DEFINE_PROP_UINT8("multipoller_enabled", FemuCtrl, multipoller_enabled, 0),
DEFINE_PROP_UINT8("max_cqes", FemuCtrl, max_cqes, 0x4),
Expand Down

0 comments on commit 81d82de

Please sign in to comment.