netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Altera Triple Speed Ethernet (TSE) Driver
@ 2014-04-24 21:58 Vince Bridgers
  2014-04-24 21:58 ` [PATCH net-next 1/4] Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMA Vince Bridgers
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vince Bridgers @ 2014-04-24 21:58 UTC (permalink / raw)
  To: netdev, davem; +Cc: vbridgers2013

This series of patches addresses a handful of issues found in testing
and reported by users of the Altera Triple Speed Ethernet soft IP.

The patches address the following issues (in summary)

1) The SGDMA soft IP was found to incorrectly process receive packets
   when the target physical address of the receive buffer was on
   a boundary that's not 32-bit aligned. One of the patches addresses
   this issue.
2) The pause quanta was not being set by the driver, one patch of this
   series sets the pause quanta to the IEEE defined default value
   since the hardware reset value is 0.
3) An issue in a error recovery path of the probe routine caused a 
   kernel panic in the event a phy was probed and could not be found.
   A patch addresses this issue. 
4) A change was made to the driver name for Ethtool support, and 
   comments added to support an addition to Ethtool to support
   the Altera Triple Speed Ethernet controller.

If you find this patch series acceptable, please consider this series
for inclusion when possible. 

Thank you, 

Vince

Vince Bridgers (4):
  Altera TSE: Work around unaligned DMA receive packet issue with
    Altera SGDMA
  Altera TSE: Set the Pause Quanta value to the IEEE default value
  Altera TSE: Fix Panic in probe routine when phy probe fails
  Altera TSE: Change driver name used by Ethtool

 drivers/net/ethernet/altera/altera_msgdma.c      |    7 +-
 drivers/net/ethernet/altera/altera_msgdma.h      |    3 +-
 drivers/net/ethernet/altera/altera_sgdma.c       |  105 ++++++++++++++--------
 drivers/net/ethernet/altera/altera_sgdma.h       |    3 +-
 drivers/net/ethernet/altera/altera_tse.h         |    6 +-
 drivers/net/ethernet/altera/altera_tse_ethtool.c |    8 +-
 drivers/net/ethernet/altera/altera_tse_main.c    |   77 +++++++++-------
 7 files changed, 136 insertions(+), 73 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-04-26 16:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24 21:58 [PATCH net-next 0/4] Altera Triple Speed Ethernet (TSE) Driver Vince Bridgers
2014-04-24 21:58 ` [PATCH net-next 1/4] Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMA Vince Bridgers
2014-04-24 21:58 ` [PATCH net-next 2/4] Altera TSE: Set the Pause Quanta value to the IEEE default value Vince Bridgers
2014-04-24 21:58 ` [PATCH net-next 3/4] Altera TSE: Fix Panic in probe routine when phy probe fails Vince Bridgers
2014-04-24 21:58 ` [PATCH net-next 4/4] Altera TSE: Change driver name used by Ethtool Vince Bridgers
2014-04-26 16:27 ` [PATCH net-next 0/4] Altera Triple Speed Ethernet (TSE) Driver 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).