Message ID | 1601371925-49426-1-git-send-email-tanhuazhong@huawei.com |
---|---|
Headers | show |
Series | net: hns3: updates for -next | expand |
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 is a minor cleanup. > #6 & #7 add debugfs for device specifications and TQP enable status. These patches look good to me, but please move away from the command interface in debugfs and create a file for each thing you may want to query.
From: Huazhong Tan <tanhuazhong@huawei.com> 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. > #5 is a minor cleanup. > #6 & #7 add debugfs for device specifications and TQP enable status. Series applied, thank you.