Skip to content

Commit 34d23b1

Browse files
shemmingerferruhy
authored andcommitted
net/tap: increase maximum allowable queues
The default of 16 is too low for larger systems, and the limit is set at compile time. Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Ferruh Yigit <[email protected]>
1 parent c14d17c commit 34d23b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/tap/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sources = files(
1414

1515
deps = ['bus_vdev', 'gso', 'hash']
1616

17-
max_queues = '-DTAP_MAX_QUEUES=16'
17+
max_queues = '-DTAP_MAX_QUEUES=64'
1818
cflags += max_queues
1919

2020
require_iova_in_mbuf = false

0 commit comments

Comments
 (0)