Thanks Haiyue,
I will implement a v2, following your suggestions.
/Conor.
> -Original Message-
> From: Wang, Haiyue
> Sent: Tuesday 20 October 2020 09:34
> To: Walsh, Conor ; Guo, Jia ;
> Yigit, Ferruh ; Awal, Mohammad Abdul
> ; Doherty, Declan
>
> Cc: dev@dpdk.org
> Subject: RE: [PATC
> -Original Message-
> From: Walsh, Conor
> Sent: Monday, October 19, 2020 20:26
> To: Guo, Jia ; Wang, Haiyue ;
> Yigit, Ferruh
> ; Awal, Mohammad Abdul
> ; Doherty, Declan
>
> Cc: dev@dpdk.org; Walsh, Conor
> Subject: [PATCH 1/2] net/ixgbe: fix unchecked return value
>
> The return
The return value of rte_eth_switch_domain_alloc() was not being checked
within ixgbe_pf_host_init() which caused a coverity issue. If the call
fails a warning is logged using PMD_INIT_LOG() and *vfinfo is free'd.
ixgbe_pf_host_init() now has a return value which is checked in
eth_ixgbe_dev_init()
3 matches
Mail list logo