]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
alx: switch to per queue data structures
authorTobias Regnery <tobias.regnery@gmail.com>
Tue, 15 Nov 2016 11:43:11 +0000 (12:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2016 03:46:30 +0000 (22:46 -0500)
commit702e84185f472457912c641d8c0cc0cc786310eb
tree9498776c1f0a58206a0e3b808e33d0c16b577006
parentb0999223f224187318c67f1de653e34fb1f04f6b
alx: switch to per queue data structures

Remove the tx and rx queue structures from the alx_priv structure and switch
everything over to the queue pointers in the alx_napi structure.

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>
drivers/net/ethernet/atheros/alx/alx.h
drivers/net/ethernet/atheros/alx/main.c