We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6565243 commit a63ed92Copy full SHA for a63ed92
drivers/net/dsa/ocelot/seville_vsc9953.c
@@ -1008,7 +1008,7 @@ static const struct felix_info seville_info_vsc9953 = {
1008
.vcap_is2_keys = vsc9953_vcap_is2_keys,
1009
.vcap_is2_actions = vsc9953_vcap_is2_actions,
1010
.vcap = vsc9953_vcap_props,
1011
- .shared_queue_sz = 128 * 1024,
+ .shared_queue_sz = 2048 * 1024,
1012
.num_mact_rows = 2048,
1013
.num_ports = 10,
1014
.mdio_bus_alloc = vsc9953_mdio_bus_alloc,
0 commit comments