diff options
| author | 2018-09-18 19:48:08 -0700 | |
|---|---|---|
| committer | 2018-09-18 19:48:08 -0700 | |
| commit | 87ebcffd82ecc58175f1667af58b8138d43fb859 (patch) | |
| tree | 9c02d06532e3cae7644f61a93945ee03be085a68 /include/linux | |
| parent | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net (diff) | |
| parent | net: stmmac: Fixup the tail addr setting in xmit path (diff) | |
Merge branch 'stmmac-Coalesce-and-tail-addr-fixes'
Jose Abreu says:
====================
net: stmmac: Coalesce and tail addr fixes
The fix for coalesce timer and a fix in tail address setting that impacts
XGMAC2 operation.
The series is:
Tested-by: Jerome Brunet <jbrunet@baylibre.com>
on a113 s400 board (single queue)
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -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 c43e9a01b892..7ddfc65586b0 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -30,6 +30,7 @@ #define MTL_MAX_RX_QUEUES 8 #define MTL_MAX_TX_QUEUES 8 +#define STMMAC_CH_MAX 8 #define STMMAC_RX_COE_NONE 0 #define STMMAC_RX_COE_TYPE1 1 |
