diff options
author | Joao Pinto <Joao.Pinto@synopsys.com> | 2017-03-17 19:11:07 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-22 03:24:01 +0300 |
commit | abe80fdc6ee664b2f8515f91b45e852b65dbb1a1 (patch) | |
tree | abad80262c1741dbd8e794020b24b9586f46578b /include/linux/stmmac.h | |
parent | a8f5102af2a7740a4b3200a27beddf27f23f921a (diff) | |
download | linux-abe80fdc6ee664b2f8515f91b45e852b65dbb1a1.tar.xz |
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>
Diffstat (limited to 'include/linux/stmmac.h')
-rw-r--r-- | include/linux/stmmac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index b7d5e7ae9591..cd98ee232ad1 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -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; }; |