netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next.git 0/5] stmmac code tidy-up (v2)
@ 2013-04-08 12:09 Giuseppe CAVALLARO
  2013-04-08 12:09 ` [net-next.git 1/5] stmmac: review driver documentation Giuseppe CAVALLARO
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Giuseppe CAVALLARO @ 2013-04-08 12:09 UTC (permalink / raw)
  To: netdev; +Cc: eric.dumazet, bhutchings, shiraz.hashim, Giuseppe Cavallaro

These patches review and tidy-up the driver to respect the codying-style rules
where there were some problems.
Also now kernel-doc passes w/o any warnings.
These review the stmmac.txt where some new fields have not been
updated after adding new supports.
There is a patch to review the private structure trying to reorganize all the fields
in order to keep adjacent fields for cache effect (this patch is the V2 because
already discussed in the mailing list). I have seen that there are not
regressions when test on UP and SMP systems indeed.
In these patches I have removed two old patches for memory barrier and GRO.
We discussed about these in the mainling list and these had to be discarded.

Giuseppe Cavallaro (5):
  stmmac: review driver documentation
  stmmac: improve/review and fix kernel-doc
  stmmac: code tidy-up
  stmmac: review private structure fields
  stmmac: prefetch all dma_erx when use extend_desc

 Documentation/networking/stmmac.txt                |   12 +-
 drivers/net/ethernet/stmicro/stmmac/chain_mode.c   |   12 +-
 drivers/net/ethernet/stmicro/stmmac/common.h       |   89 ++--
 drivers/net/ethernet/stmicro/stmmac/descs.h        |    6 +-
 drivers/net/ethernet/stmicro/stmmac/descs_com.h    |    3 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac1000.h    |   69 ++--
 .../net/ethernet/stmicro/stmmac/dwmac1000_core.c   |   70 ++--
 .../net/ethernet/stmicro/stmmac/dwmac1000_dma.c    |   23 +-
 .../net/ethernet/stmicro/stmmac/dwmac100_core.c    |   28 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.c |   26 +-
 drivers/net/ethernet/stmicro/stmmac/dwmac_dma.h    |    4 +-
 drivers/net/ethernet/stmicro/stmmac/mmc.h          |    3 +-
 drivers/net/ethernet/stmicro/stmmac/norm_desc.c    |    4 +-
 drivers/net/ethernet/stmicro/stmmac/ring_mode.c    |    2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |   72 ++--
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c  |  462 ++++++++++++--------
 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c  |    2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |    2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.c   |    8 +-
 19 files changed, 496 insertions(+), 401 deletions(-)

-- 
1.7.4.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-08 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 12:09 [net-next.git 0/5] stmmac code tidy-up (v2) Giuseppe CAVALLARO
2013-04-08 12:09 ` [net-next.git 1/5] stmmac: review driver documentation Giuseppe CAVALLARO
2013-04-08 12:10 ` [net-next.git 2/5] stmmac: improve/review and fix kernel-doc Giuseppe CAVALLARO
2013-04-08 12:10 ` [net-next.git 3/5] stmmac: code tidy-up Giuseppe CAVALLARO
2013-04-08 12:10 ` [net-next.git 4/5] stmmac: review private structure fields Giuseppe CAVALLARO
2013-04-08 12:10 ` [net-next.git 5/5] stmmac: prefetch all dma_erx when use extend_desc Giuseppe CAVALLARO
2013-04-08 20:57 ` [net-next.git 0/5] stmmac code tidy-up (v2) David Miller

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).