netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net-next 0/2] Remove dead code and replace byte-oder functions
@ 2015-05-19 12:50 Hariprasad Shenai
  2015-05-19 12:50 ` [PATCHv2 net-next 1/2] cxgb4: Remove dead function t4_read_edc and t4_read_mc Hariprasad Shenai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hariprasad Shenai @ 2015-05-19 12:50 UTC (permalink / raw)
  To: netdev; +Cc: davem, leedom, nirranjan, Hariprasad Shenai

Hi,

This series removes dead fn t4_read_edc and t4_read_mc, also replaces
ntoh{s,l} and hton{s,l} calls with the generic byteorder.

PATCH 2/2 was sent as a single PATCH, but had some byte-ordering issues
in t4_read_edc and t4_read_mc function. Found that t4_read_edc and
t4_read_mc is unused, so PATCH 1/2 is added to remove it.

This patch series is created against net-next tree and includes
patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.

Thanks

Hariprasad Shenai (2):
  cxgb4: Remove dead function t4_read_edc and t4_read_mc
  cxgb4: replace ntoh{s,l} and hton{s,l} calls with the generic
    byteorder

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h |   4 -
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 509 ++++++++++++-----------------
 2 files changed, 217 insertions(+), 296 deletions(-)

-- 
2.3.4

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 12:50 [PATCHv2 net-next 0/2] Remove dead code and replace byte-oder functions Hariprasad Shenai
2015-05-19 12:50 ` [PATCHv2 net-next 1/2] cxgb4: Remove dead function t4_read_edc and t4_read_mc Hariprasad Shenai
2015-05-19 12:50 ` [PATCHv2 net-next 2/2] cxgb4: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder Hariprasad Shenai
2015-05-19 20:47 ` [PATCHv2 net-next 0/2] Remove dead code and replace byte-oder functions 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).