commit | aff3d9eff84399e433c4aca65a9bb236581bc082 | [log] [tgz] |
---|---|---|
author | Joao Pinto <Joao.Pinto@synopsys.com> | Fri Mar 17 16:11:05 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 21 17:24:01 2017 -0700 |
tree | a71f2227169e81e454a6a1d040a612e6d59d6d3a | |
parent | de6b08fd82087778c579dc3f3c28bb1c878a993a [diff] |
net: stmmac: enable multiple buffers This patch creates 2 new structures (stmmac_tx_queue and stmmac_rx_queue) in include/linux/stmmac.h, enabling that each RX and TX queue has its own buffers and data. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>