diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2011-10-17 20:01:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-19 19:24:16 -0400 |
commit | 51e3137b9b6113c7e12cf0a0dc82238854a86712 (patch) | |
tree | 29aacb2bdfb421daefc22dd9a7274c2803feb688 /Documentation/networking | |
parent | a9097a9666fd7b08fd2a152b2a0b6c8d48639bb2 (diff) |
stmmac: update the driver version and doc (V4)
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/stmmac.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/networking/stmmac.txt b/Documentation/networking/stmmac.txt index 40ec92ce4c84..8d67980fabe8 100644 --- a/Documentation/networking/stmmac.txt +++ b/Documentation/networking/stmmac.txt | |||
@@ -76,7 +76,16 @@ core. | |||
76 | 76 | ||
77 | 4.5) DMA descriptors | 77 | 4.5) DMA descriptors |
78 | Driver handles both normal and enhanced descriptors. The latter has been only | 78 | Driver handles both normal and enhanced descriptors. The latter has been only |
79 | tested on DWC Ether MAC 10/100/1000 Universal version 3.41a. | 79 | tested on DWC Ether MAC 10/100/1000 Universal version 3.41a and later. |
80 | |||
81 | STMMAC supports DMA descriptor to operate both in dual buffer (RING) | ||
82 | and linked-list(CHAINED) mode. In RING each descriptor points to two | ||
83 | data buffer pointers whereas in CHAINED mode they point to only one data | ||
84 | buffer pointer. RING mode is the default. | ||
85 | |||
86 | In CHAINED mode each descriptor will have pointer to next descriptor in | ||
87 | the list, hence creating the explicit chaining in the descriptor itself, | ||
88 | whereas such explicit chaining is not possible in RING mode. | ||
80 | 89 | ||
81 | 4.6) Ethtool support | 90 | 4.6) Ethtool support |
82 | Ethtool is supported. Driver statistics and internal errors can be taken using: | 91 | Ethtool is supported. Driver statistics and internal errors can be taken using: |