Re: [dpdk-dev] [PATCH 14/14] net/hns3: support LSC event report

2021-02-02 Thread Ferruh Yigit
On 1/22/2021 10:18 AM, Lijun Ou wrote: From: Chengwen Feng This patch support LSC(Link Status Change) event report. Signed-off-by: Chengwen Feng Signed-off-by: Lijun Ou <...> @@ -2373,8 +2408,11 @@ hns3vf_stop_service(struct hns3_adapter *hns) struct rte_eth_dev *eth_dev; e

Re: [dpdk-dev] [PATCH 14/14] net/hns3: support LSC event report

2021-02-02 Thread Ferruh Yigit
On 1/29/2021 1:49 AM, oulijun wrote: 在 2021/1/29 7:41, Ferruh Yigit 写道: On 1/22/2021 10:18 AM, Lijun Ou wrote: From: Chengwen Feng This patch support LSC(Link Status Change) event report. There is a user config for lsc, 'dev->data->dev_conf.intr_conf.lsc', which seems not taken into acco

Re: [dpdk-dev] [PATCH 14/14] net/hns3: support LSC event report

2021-01-28 Thread oulijun
在 2021/1/29 7:41, Ferruh Yigit 写道: On 1/22/2021 10:18 AM, Lijun Ou wrote: From: Chengwen Feng This patch support LSC(Link Status Change) event report. There is a user config for lsc, 'dev->data->dev_conf.intr_conf.lsc', which seems not taken into account. Frist of all, thank you for yo

Re: [dpdk-dev] [PATCH 14/14] net/hns3: support LSC event report

2021-01-28 Thread Ferruh Yigit
On 1/22/2021 10:18 AM, Lijun Ou wrote: From: Chengwen Feng This patch support LSC(Link Status Change) event report. There is a user config for lsc, 'dev->data->dev_conf.intr_conf.lsc', which seems not taken into account. Also 'RTE_PCI_DRV_INTR_LSC' should be set in 'rte_pci_driver.drv_flag