Re: [dpdk-dev] [PATCH 4/4] net/hns3: supports disabling PFC by dev configure API

2021-06-14 Thread Andrew Rybchenko
On 6/13/21 6:05 AM, Min Hu (Connor) wrote: From: Huisong Li If "dcb_capability_en" in "data->dev_conf" delivered from the dev_configure does not have the ETH_DCB_PFC_SUPPORT flag, the user wants to disable PFC, and only enable ETS. Therefore, this patch supports the function of disabling PFC by

[dpdk-dev] [PATCH 4/4] net/hns3: supports disabling PFC by dev configure API

2021-06-12 Thread Min Hu (Connor)
From: Huisong Li If "dcb_capability_en" in "data->dev_conf" delivered from the dev_configure does not have the ETH_DCB_PFC_SUPPORT flag, the user wants to disable PFC, and only enable ETS. Therefore, this patch supports the function of disabling PFC by the field. In addition, this patch updates "