commit | 8042824a3c0bcf7fc96c62b932b44b0b54714642 | [log] [tgz] |
---|---|---|
author | Gatis Peisenieks <gatis@mikrotik.com> | Thu May 27 17:44:22 2021 +0300 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu May 27 16:06:46 2021 -0700 |
tree | e65f284d7f81accf45dc2c44bbb95864ccaa356e | |
parent | 20a1b6bdca15477c95800f50867a4dc1699ab548 [diff] |
atl1c: prepare for multiple rx queues Move napi and other per queue members into per rx queue struct. Allocate max rx queues that any hw supported by the driver might have. Patch that actually enables multiple rx queues will follow. Signed-off-by: Gatis Peisenieks <gatis@mikrotik.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>