Re: [dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Ferruh Yigit
On 5/30/2018 4:21 PM, Remy Horton wrote: > > On 30/05/2018 07:31, Pablo de Lara wrote: > [..] >> Reported-by: Anatoly Burakov >> Signed-off-by: Pablo de Lara > > Acked-by: Remy Horton The fix was late for the release. A patch to document issue as known issue for this release sent: https://dp

Re: [dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Remy Horton
On 30/05/2018 07:31, Pablo de Lara wrote: [..] Reported-by: Anatoly Burakov Signed-off-by: Pablo de Lara Acked-by: Remy Horton

Re: [dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Burakov, Anatoly
On 30-May-18 7:31 AM, Pablo de Lara wrote: When detaching a port bound to ixgbe PMD, if the port does not have any VFs, *vfinfo is not set and there is a NULL dereference attempt, when calling rte_eth_switch_domain_free(), which expects VFs to be used, causing a segmentation fault. Steps to repr

[dpdk-dev] [PATCH] net/ixgbe: fix crash on detach

2018-05-30 Thread Pablo de Lara
When detaching a port bound to ixgbe PMD, if the port does not have any VFs, *vfinfo is not set and there is a NULL dereference attempt, when calling rte_eth_switch_domain_free(), which expects VFs to be used, causing a segmentation fault. Steps to reproduce: ./testpmd -- -i testpmd> port stop al