public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Giuseppe CAVALLARO <peppe.cavallaro@st•com>
To: netdev@vger•kernel.org
Cc: davem@davemloft•net
Subject: Re: [net-next 0/7] stmmac: update to Oct 2011 version (V2)
Date: Tue, 18 Oct 2011 10:44:58 +0200	[thread overview]
Message-ID: <4E9D3C8A.50403@st.com> (raw)
In-Reply-To: <1318927331-20855-1-git-send-email-peppe.cavallaro@st.com>

Sorry this is the V3 :-(

Peppe

On 10/18/2011 10:42 AM, Giuseppe CAVALLARO wrote:
> This patches update the driver adding the chained
> descriptor mode and some new useful fixes.
> 
> I've reviewed some patches after the V1 and V2:
> 
>  stmmac: allow mtu bigger than 1500 in case of normal desc (V3)
>    |-> removed the useless max_mtu init: Thx Eric's feedback
> 
>  stmmac: add CHAINED descriptor mode support (V3)
>    |-> removed ifdef in the C and added small routines
> 	specialised for chained/ring modes. See comment
> 	within the patch itself. Thx David's feedback.
> 
>  stmmac: allow mmc usage only if feature actually available (V3)
>    |-> added a check if interface is NULL
> 
> In the end, I added two new small patches:
> 
>  stmmac: use predefined macros for HW cap register fields (V3)
>  stmmac: allow mmc usage only if feature actually available (V3)
> 
> made by Rayagond and reviewed/reworked by myself
> 
> Let me know if it's ok.
> 
> Giuseppe Cavallaro (5):
>   stmmac: protect tx process with lock (V3)
>   stmmac: update the driver version and doc (V3)
>   stmmac: allow mtu bigger than 1500 in case of normal desc (V3)
>   stmmac: allow mmc usage only if feature actually available (V3)
>   stmmac: add CHAINED descriptor mode support (V3)
> 
> Rayagond Kokatanur (1):
>   stmmac: use predefined macros for HW cap register fields (V3)
> 
> Srinivas Kandagatla (1):
>   stmmac: Stop advertising 1000Base capabilties for non GMII iface
>     (V3).
> 
>  Documentation/networking/stmmac.txt                |   11 +-
>  drivers/net/ethernet/stmicro/stmmac/Kconfig        |   18 ++
>  drivers/net/ethernet/stmicro/stmmac/Makefile       |    2 +
>  drivers/net/ethernet/stmicro/stmmac/chain_mode.c   |  137 +++++++++++++
>  drivers/net/ethernet/stmicro/stmmac/common.h       |   43 ++++
>  drivers/net/ethernet/stmicro/stmmac/descs_com.h    |  126 ++++++++++++
>  drivers/net/ethernet/stmicro/stmmac/enh_desc.c     |   22 +--
>  drivers/net/ethernet/stmicro/stmmac/norm_desc.c    |   14 +-
>  drivers/net/ethernet/stmicro/stmmac/ring_mode.c    |  126 ++++++++++++
>  drivers/net/ethernet/stmicro/stmmac/stmmac.h       |    5 +-
>  .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c   |   24 ++-
>  drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  212 ++++++++++----------
>  12 files changed, 602 insertions(+), 138 deletions(-)
>  create mode 100644 drivers/net/ethernet/stmicro/stmmac/chain_mode.c
>  create mode 100644 drivers/net/ethernet/stmicro/stmmac/descs_com.h
>  create mode 100644 drivers/net/ethernet/stmicro/stmmac/ring_mode.c
> 

      parent reply	other threads:[~2011-10-18  8:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-18  8:42 [net-next 0/7] stmmac: update to Oct 2011 version (V2) Giuseppe CAVALLARO
2011-10-18  8:42 ` [net-next 1/7] stmmac: Stop advertising 1000Base capabilties for non GMII iface (V3) Giuseppe CAVALLARO
2011-10-18  8:42 ` [net-next 2/7] stmmac: protect tx process with lock (V3) Giuseppe CAVALLARO
2011-10-18  8:42 ` [net-next 3/7] stmmac: update the driver version and doc (V3) Giuseppe CAVALLARO
2011-10-18  8:42 ` [net-next 4/7] stmmac: allow mtu bigger than 1500 in case of normal desc (V3) Giuseppe CAVALLARO
2011-10-18  9:03   ` Eric Dumazet
2011-10-18  9:26     ` Giuseppe CAVALLARO
2011-10-18  8:42 ` [net-next 5/7] stmmac: use predefined macros for HW cap register fields (V3) Giuseppe CAVALLARO
2011-10-18  8:42 ` [net-next 6/7] stmmac: allow mmc usage only if feature actually available (V3) Giuseppe CAVALLARO
2011-10-18  8:42 ` [net-next 7/7] stmmac: add CHAINED descriptor mode support (V3) Giuseppe CAVALLARO
2011-10-18  9:51   ` Giuseppe CAVALLARO
2011-10-18  8:44 ` Giuseppe CAVALLARO [this message]

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=4E9D3C8A.50403@st.com \
    --to=peppe.cavallaro@st$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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