Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 00/11] net: hns3: a few code improvements
@ 2018-06-28  4:12 Peng Li
  2018-06-28  4:12 ` [PATCH net-next 01/11] net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector Peng Li
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Peng Li @ 2018-06-28  4:12 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, linuxarm, yisen.zhuang, salil.mehta,
	lipeng321

This patchset fixes a few code stylistic issues from
concentrated review, no functional changes introduced.

Huazhong Tan (2):
  net: hns3: remove back in struct hclge_hw
  net: hns3: use lower_32_bits and upper_32_bits

Peng Li (9):
  net: hns3: remove hclge_get_vector_index from
    hclge_bind_ring_with_vector
  net: hns3: rename the interface for init_client_instance and
    uninit_client_instance
  net: hns3: add vector status check before free vector
  net: hns3: add l4_type check for both ipv4 and ipv6
  net: hns3: add unlikely for error check
  net: hns3: remove unused head file in hnae3.c
  net: hns3: extraction an interface for state init|uninit
  net: hns3: print the ret value in error information
  net: hns3: remove the Redundant put_vector in hns3_client_uninit

 drivers/net/ethernet/hisilicon/hns3/hnae3.c        | 18 ++++---
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 18 +++----
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 12 ++---
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 49 +++++++++++------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  1 -
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 61 ++++++++++------------
 6 files changed, 85 insertions(+), 74 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2018-06-29  2:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28  4:12 [PATCH net-next 00/11] net: hns3: a few code improvements Peng Li
2018-06-28  4:12 ` [PATCH net-next 01/11] net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector Peng Li
2018-06-28  4:12 ` [PATCH net-next 02/11] net: hns3: rename the interface for init_client_instance and uninit_client_instance Peng Li
2018-06-28  4:12 ` [PATCH net-next 03/11] net: hns3: add vector status check before free vector Peng Li
2018-06-28  4:12 ` [PATCH net-next 04/11] net: hns3: add l4_type check for both ipv4 and ipv6 Peng Li
2018-06-28  4:12 ` [PATCH net-next 05/11] net: hns3: add unlikely for error check Peng Li
2018-06-28  4:12 ` [PATCH net-next 06/11] net: hns3: remove unused head file in hnae3.c Peng Li
2018-06-28  4:12 ` [PATCH net-next 07/11] net: hns3: extraction an interface for state init|uninit Peng Li
2018-06-28  4:12 ` [PATCH net-next 08/11] net: hns3: print the ret value in error information Peng Li
2018-06-28  4:12 ` [PATCH net-next 09/11] net: hns3: remove the Redundant put_vector in hns3_client_uninit Peng Li
2018-06-28  4:12 ` [PATCH net-next 10/11] net: hns3: remove back in struct hclge_hw Peng Li
2018-06-28  4:12 ` [PATCH net-next 11/11] net: hns3: use lower_32_bits and upper_32_bits Peng Li
2018-06-29  2:07 ` [PATCH net-next 00/11] net: hns3: a few code improvements David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox