net: stmmac: RX queue routing configuration

This patch adds the configuration of RX queues' routing.

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joao Pinto
2017-03-17 16:11:07 +00:00
committed by David S. Miller
parent a8f5102af2
commit abe80fdc6e
8 changed files with 116 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ struct stmmac_axi {
struct stmmac_rxq_cfg {
u8 mode_to_use;
u8 chan;
u8 pkt_route;
bool use_prio;
u32 prio;
};