netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] Altera TSE: Fix Sparse errors and misc issues
@ 2014-05-14 19:38 Vince Bridgers
  2014-05-14 19:38 ` [PATCH net v2 1/2] Altera TSE: Fix sparse errors and warnings Vince Bridgers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vince Bridgers @ 2014-05-14 19:38 UTC (permalink / raw)
  To: netdev, davem; +Cc: vbridgers2013

This is version 2 of a patch series to correct sparse errors, cppcheck
warnings, and workaound a multicast filtering issue in the Altera TSE
Ethernet driver. Multicast filtering is not working as expected, so if
present in the hardware will not be used and promiscuous mode enabled
instead. This workaround will be replaced with a working solution when
completely debugged, integrated and tested. 

Version 2 is different from the first submission by breaking out the 
workaround as a seperate patch and addressing a few structure instance
declarations by making them const per review comments. 

If you find this patch acceptable, please consider this for inclusion into
the Altera TSE driver source code. 

Thank you

Vince


Vince Bridgers (2):
  Altera TSE: Fix sparse errors and warnings
  Altera TSE: Disable Multicast filtering to workaround problem

 drivers/net/ethernet/altera/Makefile             |    1 +
 drivers/net/ethernet/altera/altera_msgdma.c      |  110 ++++++-------
 drivers/net/ethernet/altera/altera_msgdmahw.h    |   13 +-
 drivers/net/ethernet/altera/altera_sgdma.c       |  181 +++++++++++-----------
 drivers/net/ethernet/altera/altera_sgdmahw.h     |   26 ++--
 drivers/net/ethernet/altera/altera_tse.h         |   47 ++++++
 drivers/net/ethernet/altera/altera_tse_ethtool.c |  108 ++++++++-----
 drivers/net/ethernet/altera/altera_tse_main.c    |  133 +++++++++-------
 drivers/net/ethernet/altera/altera_utils.c       |   20 +--
 drivers/net/ethernet/altera/altera_utils.h       |    8 +-
 10 files changed, 372 insertions(+), 275 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-05-15 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 19:38 [PATCH net v2 0/2] Altera TSE: Fix Sparse errors and misc issues Vince Bridgers
2014-05-14 19:38 ` [PATCH net v2 1/2] Altera TSE: Fix sparse errors and warnings Vince Bridgers
2014-05-14 19:38 ` [PATCH net v2 2/2] Altera TSE: Disable Multicast filtering to workaround problem Vince Bridgers
2014-05-15 20:47 ` [PATCH net v2 0/2] Altera TSE: Fix Sparse errors and misc issues 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).