commit | 9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Tue Jul 20 10:41:51 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 20 06:11:18 2021 -0700 |
tree | a5f8913c38e487709f9543533c28b0f1859c9536 | |
parent | 4752eeb3d891c27905a8fdf4d80e899c0efd4ec7 [diff] |
veth: create by default nr_possible_cpus queues This allows easier XDP usage. The number of default active queues is not changed: 1 RX and 1 TX so that this does not introduce overhead on the datapath for queue selection. v1 -> v2: - drop the module parameter, force default to nr_possible_cpus - Toke Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>