diff options
| author | 2017-03-17 16:11:07 +0000 | |
|---|---|---|
| committer | 2017-03-21 17:24:01 -0700 | |
| commit | abe80fdc6ee664b2f8515f91b45e852b65dbb1a1 (patch) | |
| tree | abad80262c1741dbd8e794020b24b9586f46578b /include | |
| parent | net: stmmac: TX and RX queue priority configuration (diff) | |
| download | linux-dev-abe80fdc6ee664b2f8515f91b45e852b65dbb1a1.tar.xz linux-dev-abe80fdc6ee664b2f8515f91b45e852b65dbb1a1.zip | |
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')
| -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; }; |
