commit | 20a1b6bdca15477c95800f50867a4dc1699ab548 | [log] [tgz] |
---|---|---|
author | Gatis Peisenieks <gatis@mikrotik.com> | Thu May 27 17:44:21 2021 +0300 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu May 27 16:06:46 2021 -0700 |
tree | c074d68697297e8d801599fb25252ff57780b6fb | |
parent | bf3be85dbe59e2a4972caf0163113a1040b73f72 [diff] |
atl1c: move tx napi into tpd_ring To get more performance from using multiple tx queues one needs a per tx queue napi. Move tx napi from per adapter struct into per tx queue struct. Patch that actually enables multiple tx queues will follow. Signed-off-by: Gatis Peisenieks <gatis@mikrotik.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>