mbox series

[v2,0/3] features for hns3 PMD

Message ID 1625882314-60656-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series features for hns3 PMD |

Message

humin (Q) July 10, 2021, 1:58 a.m. UTC
  This patchset contains 3 features for hns3 PMD:
add query basic info support for VF
support for VF modify VLAN filter state
support multiple TC MAC pause

Chengchang Tang (2):
  net/hns3: add query basic info support for VF
  net/hns3: support for VF modify VLAN filter state

Huisong Li (1):
  net/hns3: support multiple TC MAC pause
---
v2:
* Abandon the last patch "supports disabling PFC by dev configure API".

 drivers/net/hns3/hns3_cmd.h       |  9 ++++
 drivers/net/hns3/hns3_ethdev.c    |  5 +-
 drivers/net/hns3/hns3_ethdev.h    |  6 +++
 drivers/net/hns3/hns3_ethdev_vf.c | 96 ++++++++++++++++++++++++++++++---------
 drivers/net/hns3/hns3_mbx.h       | 11 ++++-
 5 files changed, 104 insertions(+), 23 deletions(-)
  

Comments

Andrew Rybchenko July 13, 2021, 9:43 a.m. UTC | #1
On 7/10/21 4:58 AM, Min Hu (Connor) wrote:
> This patchset contains 3 features for hns3 PMD:
> add query basic info support for VF
> support for VF modify VLAN filter state
> support multiple TC MAC pause
> 
> Chengchang Tang (2):
>   net/hns3: add query basic info support for VF
>   net/hns3: support for VF modify VLAN filter state
> 
> Huisong Li (1):
>   net/hns3: support multiple TC MAC pause
> ---
> v2:
> * Abandon the last patch "supports disabling PFC by dev configure API".
> 
>  drivers/net/hns3/hns3_cmd.h       |  9 ++++
>  drivers/net/hns3/hns3_ethdev.c    |  5 +-
>  drivers/net/hns3/hns3_ethdev.h    |  6 +++
>  drivers/net/hns3/hns3_ethdev_vf.c | 96 ++++++++++++++++++++++++++++++---------
>  drivers/net/hns3/hns3_mbx.h       | 11 ++++-
>  5 files changed, 104 insertions(+), 23 deletions(-)
> 

Applied, thanks.