commit | 3990a8fffbdad5765f47ea593f9de66c91762059 | [log] [tgz] |
---|---|---|
author | Charles McLachlan <cmclachlan@solarflare.com> | Thu Oct 31 10:23:49 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 31 14:14:53 2019 -0700 |
tree | 35ca22547cac256496e40fd7c4e3d725fe056ad7 | |
parent | e45a4fed9d006480a5cc2312d5d4f7988a3a655e [diff] |
sfc: allocate channels for XDP tx queues Each CPU needs access to its own queue to allow uncontested transmission of XDP_TX packets. This means we need to allocate (up front) enough channels ("xdp transmit channels") to provide at least one extra tx queue per CPU. These tx queues should not do TSO. Signed-off-by: Charles McLachlan <cmclachlan@solarflare.com> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>