netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v5 0/3] hinic: add rss support and rss parameters configuration
@ 2019-06-18  6:20 Xue Chaojing
  2019-06-18  6:20 ` [PATCH net-next v5 1/3] hinic: add rss support Xue Chaojing
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Xue Chaojing @ 2019-06-18  6:20 UTC (permalink / raw)
  To: davem
  Cc: linux-kernel, netdev, luoshaokai, cloud.wangxiaoyun, xuechaojing,
	chiqijun, wulike1

This series add rss support for HINIC driver and implement the ethtool
interface related to rss parameter configuration. user can use ethtool
configure rss parameters or show rss parameters.

Xue Chaojing (3):
  hinic: add rss support
  hinic: move ethtool code into hinic_ethtool
  hinic: add support for rss parameters with ethtool

 drivers/net/ethernet/huawei/hinic/Makefile    |   2 +-
 drivers/net/ethernet/huawei/hinic/hinic_dev.h |  28 ++
 .../net/ethernet/huawei/hinic/hinic_ethtool.c | 458 ++++++++++++++++++
 .../net/ethernet/huawei/hinic/hinic_hw_dev.c  |  10 +-
 .../net/ethernet/huawei/hinic/hinic_hw_dev.h  |  36 ++
 .../net/ethernet/huawei/hinic/hinic_hw_wqe.h  |  16 +
 .../net/ethernet/huawei/hinic/hinic_main.c    | 260 +++++-----
 .../net/ethernet/huawei/hinic/hinic_port.c    | 389 +++++++++++++++
 .../net/ethernet/huawei/hinic/hinic_port.h    | 129 +++++
 9 files changed, 1186 insertions(+), 142 deletions(-)
 create mode 100644 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c

-- 
2.17.1


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

end of thread, other threads:[~2019-06-19  1:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18  6:20 [PATCH net-next v5 0/3] hinic: add rss support and rss parameters configuration Xue Chaojing
2019-06-18  6:20 ` [PATCH net-next v5 1/3] hinic: add rss support Xue Chaojing
2019-06-18  6:20 ` [PATCH net-next v5 2/3] hinic: move ethtool code into hinic_ethtool Xue Chaojing
2019-06-18  6:20 ` [PATCH net-next v5 3/3] hinic: add support for rss parameters with ethtool Xue Chaojing
2019-06-19  1:52 ` [PATCH net-next v5 0/3] hinic: add rss support and rss parameters configuration 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).