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

2021-07-23 Thread Thomas Monjalon
17/07/2021 03:04, 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

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

2021-07-16 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 "