Re: [dpdk-dev] [PATCH 2/3] net/ixgbe: initialise nb_representor_ports value

2018-05-01 Thread Doherty, Declan
On 01/05/2018 10:46 AM, Ananyev, Konstantin wrote: -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty Sent: Monday, April 30, 2018 4:33 PM To: dev@dpdk.org Cc: Doherty, Declan Subject: [dpdk-dev] [PATCH 2/3] net/ixgbe: initialise

Re: [dpdk-dev] [PATCH 2/3] net/ixgbe: initialise nb_representor_ports value

2018-05-01 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, April 30, 2018 4:33 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 2/3] net/ixgbe: initialise nb_representor_ports >

[dpdk-dev] [PATCH 2/3] net/ixgbe: initialise nb_representor_ports value

2018-04-30 Thread Declan Doherty
Initialise rte_ethdev_args nb_representor_ports to zero to handle the case where no devargs are passed to the IXGBE PF on device probe, so that there is no invalid attempts to create representor ports. Coverity Issue: 277231 Fixes: cf80ba6e2038 ("net/ixgbe: add support for representor ports") Sig