Skip to content

Commit

Permalink
Enable multi-poller by default (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
HongweiQin committed Jan 3, 2021
1 parent d59e2fa commit 6176e24
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 @@ -1152,7 +1152,7 @@ static Property femu_props[] = {
DEFINE_PROP_UINT32("namespaces", FemuCtrl, num_namespaces, 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("multipoller_enabled", FemuCtrl, multipoller_enabled, 1),
DEFINE_PROP_UINT8("max_cqes", FemuCtrl, max_cqes, 0x4),
DEFINE_PROP_UINT8("max_sqes", FemuCtrl, max_sqes, 0x6),
DEFINE_PROP_UINT8("stride", FemuCtrl, db_stride, 0),
Expand Down

0 comments on commit 6176e24

Please sign in to comment.