mbox series

[net-next,0/4] Adds support of RSS to HNS3 Driver for Rev 2(=0x21) H/W

Message ID 20181010190537.20972-1-salil.mehta@huawei.com
Headers show
Series Adds support of RSS to HNS3 Driver for Rev 2(=0x21) H/W | expand

Message

Salil Mehta Oct. 10, 2018, 7:05 p.m. UTC
This patch-set mainly adds new additions related to RSS for the new
hardware Revision 0x21. It also adds support to use RSS hash value
provided by the hardware along with descriptor.

Jian Shen (3):
  net: hns3: Add new RSS hash algorithm support for PF
  net: hns3: Add RSS general configuration support for VF
  net: hns3: Add RSS tuples support for VF

Peng Li (1):
  net: hns3: Add HW RSS hash information to RX skb

 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   1 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  17 +
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  10 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |  49 ++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h   |   8 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 366 ++++++++++++++++++---
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |  19 ++
 7 files changed, 406 insertions(+), 64 deletions(-)

-- 
2.7.4

Comments

David Miller Oct. 11, 2018, 5:59 a.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>

Date: Wed, 10 Oct 2018 20:05:33 +0100

> This patch-set mainly adds new additions related to RSS for the new

> hardware Revision 0x21. It also adds support to use RSS hash value

> provided by the hardware along with descriptor.


Series applied.