netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] A few cleanup for hns3 ethernet driver
@ 2017-10-09  7:43 Yunsheng Lin
  2017-10-09  7:43 ` [PATCH net-next 1/7] net: hns3: Cleanup for shifting true in hns3 driver Yunsheng Lin
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Yunsheng Lin @ 2017-10-09  7:43 UTC (permalink / raw)
  To: davem
  Cc: huangdaode, xuwei5, liguozhu, Yisen.Zhuang, gabriele.paoloni,
	john.garry, linuxarm, yisen.zhuang, salil.mehta, lipeng321,
	netdev, linux-kernel

This patchset contains a few cleanup for hns3 ethernet driver.
No functional change intended.

Yunsheng Lin (7):
  net: hns3: Cleanup for shifting true in hns3 driver
  net: hns3: Add hns3_get_handle macro in hns3 driver
  net: hns3: Cleanup indentation for Kconfig in the the hisilicon folder
  net: hns3: Consistently using GENMASK in hns3 driver
  net: hns3: Cleanup for struct that used to send cmd to firmware
  net: hns3: Cleanup for endian issue in hns3 driver
  net: hns3: Cleanup for non-static function in hns3 driver

 drivers/net/ethernet/hisilicon/Kconfig             |   6 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  16 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 130 +++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 385 +++++++++++----------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |   4 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  26 +-
 .../ethernet/hisilicon/hns3/hns3pf/hns3_dcbnl.c    |  18 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c |  61 +---
 .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.h |   3 +
 .../ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c  |  42 +--
 10 files changed, 344 insertions(+), 347 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-10-09 16:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09  7:43 [PATCH net-next 0/7] A few cleanup for hns3 ethernet driver Yunsheng Lin
2017-10-09  7:43 ` [PATCH net-next 1/7] net: hns3: Cleanup for shifting true in hns3 driver Yunsheng Lin
2017-10-09  7:43 ` [PATCH net-next 2/7] net: hns3: Add hns3_get_handle macro " Yunsheng Lin
2017-10-09  7:43 ` [PATCH net-next 3/7] net: hns3: Cleanup indentation for Kconfig in the the hisilicon folder Yunsheng Lin
2017-10-09  7:43 ` [PATCH net-next 4/7] net: hns3: Consistently using GENMASK in hns3 driver Yunsheng Lin
2017-10-09  7:43 ` [PATCH net-next 5/7] net: hns3: Cleanup for struct that used to send cmd to firmware Yunsheng Lin
2017-10-09  7:44 ` [PATCH net-next 6/7] net: hns3: Cleanup for endian issue in hns3 driver Yunsheng Lin
2017-10-09  7:44 ` [PATCH net-next 7/7] net: hns3: Cleanup for non-static function " Yunsheng Lin
2017-10-09 16:50 ` [PATCH net-next 0/7] A few cleanup for hns3 ethernet 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).