Re: [dpdk-dev] [PATCH] net/bonding: fix invalid port id error

2018-07-19 Thread Chas Williams
This seems fine. The bond PMD seems to call back into itself early. On Wed, Jul 18, 2018 at 7:19 AM Radu Nicolau wrote: > setting up the bonding options before calling rte_eth_dev_probing_finish > triggers an invalid port id error because of port state not set, or set > unused > > Fixes: fbe90c

[dpdk-dev] [PATCH] net/bonding: fix invalid port id error

2018-07-18 Thread Radu Nicolau
setting up the bonding options before calling rte_eth_dev_probing_finish triggers an invalid port id error because of port state not set, or set unused Fixes: fbe90cdd776c ("ethdev: add probing finish function") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- drivers/net/bonding/rte_eth_bon