commit | 8dbb000ee73be2c05e34756739ce308885312a29 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@nbd.name> | Sat Mar 16 18:06:34 2019 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Apr 26 13:02:11 2019 +0200 |
tree | 2a50fd826d5a8a5e7a07bd77639d709d7de5f633 | |
parent | ded4698b58cb23c22b0dcbd829ced19ce4e6ce02 [diff] |
mac80211: set NETIF_F_LLTX when using intermediate tx queues When using iTXQ, tx sequence number allocation and statistics are run at dequeue time. Because of that, it is safe to enable NETIF_F_LLTX, which allows tx handlers to run on multiple CPUs in parallel. Signed-off-by: Felix Fietkau <nbd@nbd.name> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>