All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net: hns3: misc updates for -next
@ 2021-03-29  3:57 Huazhong Tan
  2021-03-29  3:57 ` [PATCH net-next 1/9] net: hns3: fix missing rule state assignment Huazhong Tan
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Huazhong Tan @ 2021-03-29  3:57 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, salil.mehta, yisen.zhuang, huangdaode, linuxarm,
	linuxarm, Huazhong Tan

This series include some updates for the HNS3 ethernet driver.

#1 & #2 fix two bugs in commit fc4243b8de8b ("net: hns3: refactor
   flow director configuration").
#3 modifies a potential overflow risk.
#4 remove the rss_size limitation when updating rss size.
#5 optimizes the resetting of tqp.
#6 & #7 add updates for the IO path.
#8 expands the tc config command.
#9 adds a new stats.

Guangbin Huang (1):
  net: hns3: remediate a potential overflow risk of bd_num_list

Guojia Liao (1):
  net: hns3: expand the tc config command

Jian Shen (3):
  net: hns3: fix missing rule state assignment
  net: hns3: fix use-after-free issue for hclge_add_fd_entry_common()
  net: hns3: remove the rss_size limitation by vector num

Yufeng Mo (1):
  net: hns3: optimize the process of queue reset

Yunsheng Lin (3):
  net: hns3: add handling for xmit skb with recursive fraglist
  net: hns3: add tx send size handling for tso skb
  net: hns3: add stats logging when skb padding fails

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 153 +++++++++-----
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   9 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   2 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |   8 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 219 ++++++++++++---------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |   3 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c |  26 ++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |   9 -
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h   |   7 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  62 ++++--
 11 files changed, 321 insertions(+), 179 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-03-29 20:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29  3:57 [PATCH net-next 0/9] net: hns3: misc updates for -next Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 1/9] net: hns3: fix missing rule state assignment Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 2/9] net: hns3: fix use-after-free issue for hclge_add_fd_entry_common() Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 3/9] net: hns3: remediate a potential overflow risk of bd_num_list Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 4/9] net: hns3: remove the rss_size limitation by vector num Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 5/9] net: hns3: optimize the process of queue reset Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 6/9] net: hns3: add handling for xmit skb with recursive fraglist Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 7/9] net: hns3: add tx send size handling for tso skb Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 8/9] net: hns3: expand the tc config command Huazhong Tan
2021-03-29  3:57 ` [PATCH net-next 9/9] net: hns3: add stats logging when skb padding fails Huazhong Tan
2021-03-29 20:30 ` [PATCH net-next 0/9] net: hns3: misc updates for -next patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.