[PATCH net-next 0/7] net: hns3: updates for -next

2021-02-02 Thread Huazhong Tan
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

Re: [PATCH net-next 0/7] net: hns3: updates for -next

2020-12-09 Thread David Miller
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.

[PATCH net-next 0/7] net: hns3: updates for -next

2020-12-09 Thread Huazhong Tan
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

[PATCH net-next 0/7] net: hns3: updates for -next

2020-11-27 Thread Huazhong Tan
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

Re: [PATCH net-next 0/7] net: hns3: updates for -next

2020-09-29 Thread David Miller
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.

Re: [PATCH net-next 0/7] net: hns3: updates for -next

2020-09-29 Thread Jakub Kicinski
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

[PATCH net-next 0/7] net: hns3: updates for -next

2020-09-29 Thread Huazhong Tan
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