Re: [dpdk-dev] [PATCH v2 4/5] net/hns3: check PCI config space writes

2020-11-09 Thread oulijun
在 2020/11/7 0:45, Ferruh Yigit 写道: On 11/6/2020 3:51 AM, Lijun Ou wrote: Here adds a check for the return value when calling rte_pci_write_config. Coverity issue: 363714 Fixes: cea37e513329 ("net/hns3: fix FLR reset") Cc: sta...@dpdk.org Signed-off-by: Lijun Ou --- V1->V2: - rte_pci_wirte_

Re: [dpdk-dev] [PATCH v2 4/5] net/hns3: check PCI config space writes

2020-11-06 Thread Ferruh Yigit
On 11/6/2020 3:51 AM, Lijun Ou wrote: Here adds a check for the return value when calling rte_pci_write_config. Coverity issue: 363714 Fixes: cea37e513329 ("net/hns3: fix FLR reset") Cc: sta...@dpdk.org Signed-off-by: Lijun Ou --- V1->V2: - rte_pci_wirte_config -> rte_pci_write_config --- dr