Re: [dpdk-dev] [PATCH] net/bonding: remove all slaves on close

2017-04-14 Thread Ferruh Yigit
On 4/14/2017 10:06 AM, Declan Doherty wrote: > On 06/04/17 12:59, Ilya Maximets wrote: >> Some applications like OVS knows nothing about the >> device type and wants to use same API to work with >> all of them. But bond_pmd, unlike other pmds, requires >> additional step (removing of all the slaves

Re: [dpdk-dev] [PATCH] net/bonding: remove all slaves on close

2017-04-14 Thread Declan Doherty
On 06/04/17 12:59, Ilya Maximets wrote: Some applications like OVS knows nothing about the device type and wants to use same API to work with all of them. But bond_pmd, unlike other pmds, requires additional step (removing of all the slaves) before closing the device. In fact that bond_pmd autom

[dpdk-dev] [PATCH] net/bonding: remove all slaves on close

2017-04-06 Thread Ilya Maximets
Some applications like OVS knows nothing about the device type and wants to use same API to work with all of them. But bond_pmd, unlike other pmds, requires additional step (removing of all the slaves) before closing the device. In fact that bond_pmd automatically adds all the devices from kvargs