Re: [dpdk-dev] [PATCH] net/bonding: fix segfault when creating bonded device

2018-10-31 Thread Thomas Monjalon
31/10/2018 16:37, Chas Williams: > > On 10/31/2018 11:06 AM, Thomas Monjalon wrote: > > 31/10/2018 14:59, Radu Nicolau: > >> After the patch below the call to rte_eth_bond_8023ad_agg_selection_set > >> from probe() segfaults; there is no need to call the function, just set > >> the mode directly.

Re: [dpdk-dev] [PATCH] net/bonding: fix segfault when creating bonded device

2018-10-31 Thread Chas Williams
On 10/31/2018 11:06 AM, Thomas Monjalon wrote: 31/10/2018 14:59, Radu Nicolau: After the patch below the call to rte_eth_bond_8023ad_agg_selection_set from probe() segfaults; there is no need to call the function, just set the mode directly. Fixes: 391797f04208 ("drivers/bus: move driver ass

Re: [dpdk-dev] [PATCH] net/bonding: fix segfault when creating bonded device

2018-10-31 Thread Radu Nicolau
On 10/31/2018 3:06 PM, Thomas Monjalon wrote: 31/10/2018 14:59, Radu Nicolau: After the patch below the call to rte_eth_bond_8023ad_agg_selection_set from probe() segfaults; there is no need to call the function, just set the mode directly. Fixes: 391797f04208 ("drivers/bus: move driver assi

Re: [dpdk-dev] [PATCH] net/bonding: fix segfault when creating bonded device

2018-10-31 Thread Thomas Monjalon
31/10/2018 14:59, Radu Nicolau: > After the patch below the call to rte_eth_bond_8023ad_agg_selection_set > from probe() segfaults; there is no need to call the function, just set > the mode directly. > > Fixes: 391797f04208 ("drivers/bus: move driver assignment to end of probing") It would not s

[dpdk-dev] [PATCH] net/bonding: fix segfault when creating bonded device

2018-10-31 Thread Radu Nicolau
After the patch below the call to rte_eth_bond_8023ad_agg_selection_set from probe() segfaults; there is no need to call the function, just set the mode directly. Fixes: 391797f04208 ("drivers/bus: move driver assignment to end of probing") Signed-off-by: Radu Nicolau --- drivers/net/bonding/rt