diff options
author | Ivan Babrou <[email protected]> | 2021-01-20 13:27:59 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-01-22 19:16:45 -0800 |
commit | e26ca4b535820b1445dcef3c0f82b3fb5b45108b (patch) | |
tree | 4e7ac20857e1fca02a8bf5686eb6d19fe7ea05ac /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e7ed11ee945438b737e2ae2370e35591e16ec371 (diff) |
sfc: reduce the number of requested xdp ev queues
Without this change the driver tries to allocate too many queues,
breaching the number of available msi-x interrupts on machines
with many logical cpus and default adapter settings:
Insufficient resources for 12 XDP event queues (24 other channels, max 32)
Which in turn triggers EINVAL on XDP processing:
sfc 0000:86:00.0 ext0: XDP TX failed (-22)
Signed-off-by: Ivan Babrou <[email protected]>
Acked-by: Edward Cree <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions