All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] hinic: add rss support and rss paramters configuration
@ 2019-06-11 18:12 Xue Chaojing
  2019-06-11 18:12 ` [PATCH net-next v2 1/2] hinic: add rss support Xue Chaojing
  2019-06-11 18:12 ` [PATCH net-next v2 2/2] hinic: add support for rss parameters with ethtool Xue Chaojing
  0 siblings, 2 replies; 6+ messages in thread
From: Xue Chaojing @ 2019-06-11 18:12 UTC (permalink / raw)
  To: davem
  Cc: linux-kernel, netdev, luoshaokai, cloud.wangxiaoyun, xuechaojing,
	chiqijun, wulike1

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

Xue Chaojing (2):
  hinic: add rss support
  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 | 508 ++++++++++++++++++
 .../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    | 265 +++++----
 .../net/ethernet/huawei/hinic/hinic_port.c    | 379 +++++++++++++
 .../net/ethernet/huawei/hinic/hinic_port.h    | 129 +++++
 9 files changed, 1231 insertions(+), 142 deletions(-)
 create mode 100644 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c

-- 
2.17.1


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

end of thread, other threads:[~2019-06-13 17:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11 18:12 [PATCH net-next v2 0/2] hinic: add rss support and rss paramters configuration Xue Chaojing
2019-06-11 18:12 ` [PATCH net-next v2 1/2] hinic: add rss support Xue Chaojing
2019-06-12 22:46   ` Jakub Kicinski
2019-06-12 22:56   ` Jakub Kicinski
2019-06-13  3:16     ` xuechaojing
2019-06-11 18:12 ` [PATCH net-next v2 2/2] hinic: add support for rss parameters with ethtool Xue Chaojing

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.