From: Giuseppe CAVALLARO <peppe.cavallaro@st.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, eric.dumazet@gmail.com,
Giuseppe Cavallaro <peppe.cavallaro@st.com>
Subject: [net-next 3/8] stmmac: update the driver version and doc (V4)
Date: Tue, 18 Oct 2011 12:01:20 +0200 [thread overview]
Message-ID: <1318932085-14927-4-git-send-email-peppe.cavallaro@st.com> (raw)
In-Reply-To: <1318932085-14927-1-git-send-email-peppe.cavallaro@st.com>
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
---
Documentation/networking/stmmac.txt | 11 ++++++++++-
drivers/net/ethernet/stmicro/stmmac/stmmac.h | 2 +-
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/Documentation/networking/stmmac.txt b/Documentation/networking/stmmac.txt
index 40ec92c..8d67980 100644
--- a/Documentation/networking/stmmac.txt
+++ b/Documentation/networking/stmmac.txt
@@ -76,7 +76,16 @@ core.
4.5) DMA descriptors
Driver handles both normal and enhanced descriptors. The latter has been only
-tested on DWC Ether MAC 10/100/1000 Universal version 3.41a.
+tested on DWC Ether MAC 10/100/1000 Universal version 3.41a and later.
+
+STMMAC supports DMA descriptor to operate both in dual buffer (RING)
+and linked-list(CHAINED) mode. In RING each descriptor points to two
+data buffer pointers whereas in CHAINED mode they point to only one data
+buffer pointer. RING mode is the default.
+
+In CHAINED mode each descriptor will have pointer to next descriptor in
+the list, hence creating the explicit chaining in the descriptor itself,
+whereas such explicit chaining is not possible in RING mode.
4.6) Ethtool support
Ethtool is supported. Driver statistics and internal errors can be taken using:
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h
index 50e95d8..49a4af3 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h
@@ -20,7 +20,7 @@
Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
*******************************************************************************/
-#define DRV_MODULE_VERSION "Aug_2011"
+#define DRV_MODULE_VERSION "Oct_2011"
#include <linux/stmmac.h>
#include "common.h"
--
1.7.4.4
next prev parent reply other threads:[~2011-10-18 10:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-18 10:01 [net-next 0/8] stmmac: update to Oct 2011 version (v4) Giuseppe CAVALLARO
2011-10-18 10:01 ` [net-next 1/8] stmmac: Stop advertising 1000Base capabilties for non GMII iface (V4) Giuseppe CAVALLARO
2011-10-18 10:01 ` [net-next 2/8] stmmac: protect tx process with lock (V4) Giuseppe CAVALLARO
2011-10-18 10:01 ` Giuseppe CAVALLARO [this message]
2011-10-18 10:01 ` [net-next 4/8] stmmac: allow mtu bigger than 1500 in case of normal desc (V4) Giuseppe CAVALLARO
2011-10-18 10:01 ` [net-next 5/8] stmmac: use predefined macros for HW cap register fields (V4) Giuseppe CAVALLARO
2011-10-18 10:01 ` [net-next 6/8] stmmac: allow mmc usage only if feature actually available (V4) Giuseppe CAVALLARO
2011-10-18 10:01 ` [net-next 7/8] stmmac: add CHAINED descriptor mode support (V4) Giuseppe CAVALLARO
2011-10-18 10:01 ` [net-next 8/8] stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb Giuseppe CAVALLARO
2011-10-18 10:18 ` Eric Dumazet
2011-10-18 11:33 ` Giuseppe CAVALLARO
2011-10-18 11:39 ` [net-next] stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2) Giuseppe CAVALLARO
2011-10-18 12:26 ` Eric Dumazet
2011-10-19 22:53 ` [net-next 0/8] stmmac: update to Oct 2011 version (v4) David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1318932085-14927-4-git-send-email-peppe.cavallaro@st.com \
--to=peppe.cavallaro@st.com \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).