mbox series

[V2,net-next,0/5] net: hns3: Add support of hardware GRO to HNS3 Driver

Message ID 20181115092925.11812-1-salil.mehta@huawei.com (mailing list archive)
Headers show
Series net: hns3: Add support of hardware GRO to HNS3 Driver | expand

Message

Salil Mehta Nov. 15, 2018, 9:29 a.m. UTC
This patch-set adds support of hardware assisted GRO feature to
HNS3 driver on Rev B(=0x21) platform. Current hardware only
supports TCP/IPv{4|6} flows.

Change Log:
V1->V2:
1. Remove redundant print reported by Leon Romanovsky.
   Link: https://lkml.org/lkml/2018/11/13/715

Peng Li (5):
  net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
  net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
  net: hns3: Add support for ethtool -K to enable/disable HW GRO
  net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
  net: hns3: Adds GRO params to SKB for the stack

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   7 +
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 289 ++++++++++++++----
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |  17 +-
 .../hisilicon/hns3/hns3pf/hclge_cmd.h         |   7 +
 .../hisilicon/hns3/hns3pf/hclge_main.c        |  39 +++
 .../hisilicon/hns3/hns3vf/hclgevf_cmd.h       |   8 +
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  39 +++
 7 files changed, 339 insertions(+), 67 deletions(-)

Comments

David Miller Nov. 15, 2018, 5:46 p.m. UTC | #1
From: Salil Mehta <salil.mehta@huawei.com>
Date: Thu, 15 Nov 2018 09:29:20 +0000

> This patch-set adds support of hardware assisted GRO feature to
> HNS3 driver on Rev B(=0x21) platform. Current hardware only
> supports TCP/IPv{4|6} flows.
> 
> Change Log:
> V1->V2:
> 1. Remove redundant print reported by Leon Romanovsky.
>    Link: https://lkml.org/lkml/2018/11/13/715

Series applied, thanks.