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

2020-11-21 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Fri, 20 Nov 2020 17:16:18 +0800 you wrote: > This series includes some misc updates for the HNS3 ethernet driver. > > #1 adds support for 1280 queues > #2 adds mapping for BAR45 which is needed by RoCE client. > #3 ext

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

2020-11-20 Thread Huazhong Tan
This series includes some misc updates for the HNS3 ethernet driver. #1 adds support for 1280 queues #2 adds mapping for BAR45 which is needed by RoCE client. #3 extend the interrupt resources. #4 add support to query firmware's calculated shaping parameters. Huazhong Tan (1): net: hns3: add su

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

2020-05-21 Thread Huazhong Tan
This patchset includes some misc updates for the HNS3 ethernet driver. #1 adds support for dump VF's mapping of ring and vector, this is needed by the hns3 DPDK VF PMD driver. #2 adds a resetting check in hclgevf_init_nic_client_instance(). #3 adds a preparatory work for RMDA VF's driver. #4 re

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

2020-05-10 Thread Jakub Kicinski
On Sat, 9 May 2020 17:27:36 +0800 Huazhong Tan wrote: > This patchset includes some misc updates for the HNS3 ethernet driver. > > #1 & #2 add two cleanups. > #3 provides an interface for the client to query the CMDQ's status. > #4 adds a little optimization about debugfs. > #5 prevents 1000M auto

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

2020-05-09 Thread Huazhong Tan
This patchset includes some misc updates for the HNS3 ethernet driver. #1 & #2 add two cleanups. #3 provides an interface for the client to query the CMDQ's status. #4 adds a little optimization about debugfs. #5 prevents 1000M auto-negotiation off setting. Huazhong Tan (3): net: hns3: remove a