This series includes some updates for the HNS3 ethernet driver.
#1~#6 add some code optimizations and compatibility handlings.
#7 fixes a clang warning.
Guangbin Huang (3):
net: hns3: RSS indirection table and key use device specifications
net: hns3: debugfs add max tm rate specification prin
From: Huazhong Tan
Date: Thu, 10 Dec 2020 11:42:05 +0800
> This patchset adds support for tc mqprio offload, hw tc
> offload of tc flower, and adpation for max rss size changes.
ZSeries applied, thanks.
This patchset adds support for tc mqprio offload, hw tc
offload of tc flower, and adpation for max rss size changes.
Guojia Liao (3):
net: hns3: add support for max 512 rss size
net: hns3: adjust rss indirection table configure command
net: hns3: adjust rss tc mode configure command
Jian Sh
This series includes some updates for the HNS3 ethernet driver.
#1~#6: add some updates related to the checksum offload.
#7: add support for multiple TCs' MAC pauce mode.
Huazhong Tan (6):
net: hns3: add support for RX completion checksum
net: hns3: add support for TX hardware checksum offloa
From: Huazhong Tan
Date: Tue, 29 Sep 2020 17:31:58 +0800
> There are some misc updates for the HNS3 ethernet driver.
> #1 uses the queried BD number as the limit for TSO.
> #2 renames trace event hns3_over_8bd since #1.
> #3 adds UDP segmentation offload support.
> #4 adds RoCE VF reset support.
On Tue, 29 Sep 2020 17:31:58 +0800 Huazhong Tan wrote:
> There are some misc updates for the HNS3 ethernet driver.
> #1 uses the queried BD number as the limit for TSO.
> #2 renames trace event hns3_over_8bd since #1.
> #3 adds UDP segmentation offload support.
> #4 adds RoCE VF reset support.
> #5
There are some misc updates for the HNS3 ethernet driver.
#1 uses the queried BD number as the limit for TSO.
#2 renames trace event hns3_over_8bd since #1.
#3 adds UDP segmentation offload support.
#4 adds RoCE VF reset support.
#5 is a minor cleanup.
#6 & #7 add debugfs for device specifications