[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432039844-23326-1-git-send-email-hariprasad@chelsio.com>
Date: Tue, 19 May 2015 18:20:42 +0530
From: Hariprasad Shenai <hariprasad@...lsio.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, leedom@...lsio.com, nirranjan@...lsio.com,
Hariprasad Shenai <hariprasad@...lsio.com>
Subject: [PATCHv2 net-next 0/2] Remove dead code and replace byte-oder functions
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists