netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/7] net: hns3: refactor and new features for flow director
@ 2021-03-22  3:51 Huazhong Tan
  2021-03-22  3:51 ` [PATCH V2 net-next 1/7] net: hns3: refactor out hclge_add_fd_entry() Huazhong Tan
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Huazhong Tan @ 2021-03-22  3:51 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, salil.mehta, yisen.zhuang, huangdaode, linuxarm, linuxarm,
	Huazhong Tan

This patchset refactor some functions and add some new features for
flow director.

patch 1~3: refactor large functions
patch 4, 7: add traffic class and user-def field support for ethtool
patch 5: refactor flow director configuration
patch 6: clean up for hns3_del_all_fd_entries()

change log:
V1->V2: modifies patch 5 as Jakub suggested, keep configuring
	ethtool/tc flower rules synchronously while aRFS
	asynchronously.
	changes the usecnt of user-def rule checking in patch 7.
	removes previous patches 8 and 9 from this series, since
	there are issues that need further discussion.

previous version:
V1: https://patchwork.kernel.org/project/netdevbpf/cover/1615811031-55209-1-git-send-email-tanhuazhong@huawei.com/

Jian Shen (7):
  net: hns3: refactor out hclge_add_fd_entry()
  net: hns3: refactor out hclge_fd_get_tuple()
  net: hns3: refactor for function hclge_fd_convert_tuple
  net: hns3: add support for traffic class tuple support for flow
    director by ethtool
  net: hns3: refactor flow director configuration
  net: hns3: refine for hns3_del_all_fd_entries()
  net: hns3: add support for user-def data of flow director

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |    2 -
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |   10 -
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |   14 +
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 1316 +++++++++++++-------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |   58 +
 5 files changed, 936 insertions(+), 464 deletions(-)

-- 
2.7.4


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22  3:51 [PATCH V2 net-next 0/7] net: hns3: refactor and new features for flow director Huazhong Tan
2021-03-22  3:51 ` [PATCH V2 net-next 1/7] net: hns3: refactor out hclge_add_fd_entry() Huazhong Tan
2021-03-22  3:51 ` [PATCH V2 net-next 2/7] net: hns3: refactor out hclge_fd_get_tuple() Huazhong Tan
2021-03-22  3:51 ` [PATCH V2 net-next 3/7] net: hns3: refactor for function hclge_fd_convert_tuple Huazhong Tan
2021-03-22  3:51 ` [PATCH V2 net-next 4/7] net: hns3: add support for traffic class tuple support for flow director by ethtool Huazhong Tan
2021-03-22  3:52 ` [PATCH V2 net-next 5/7] net: hns3: refactor flow director configuration Huazhong Tan
2021-03-22  3:52 ` [PATCH V2 net-next 6/7] net: hns3: refine for hns3_del_all_fd_entries() Huazhong Tan
2021-03-22  3:52 ` [PATCH V2 net-next 7/7] net: hns3: add support for user-def data of flow director Huazhong Tan
2021-03-22 20:10 ` [PATCH V2 net-next 0/7] net: hns3: refactor and new features for " patchwork-bot+netdevbpf

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).