commit | 2e06826bc659e0ff664b709719d746b7b088827b | [log] [tgz] |
---|---|---|
author | Tobias Regnery <tobias.regnery@gmail.com> | Tue Nov 15 12:43:14 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 15 22:46:30 2016 -0500 |
tree | d91a527a5e7ecb3e5408d103982f35c6f40efb5f | |
parent | a4076d347f9a27cdd85186bef2f4207b6187c35e [diff] |
alx: prepare tx path for multi queue support This patch prepares the tx path to send data on multiple tx queues. It introduces per queue register adresses and uses them in the alx_tx_queue structs. There are new helper functions for the queue mapping in the tx path. Based on the downstream driver at github.com/qca/alx Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>