net/bonding: remove all slaves on close
authorIlya Maximets <i.maximets@samsung.com>
Thu, 6 Apr 2017 11:59:51 +0000 (14:59 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 19 Apr 2017 13:37:37 +0000 (15:37 +0200)
commit01c0eae742fe524d517ab9b0fe255b5847faa992
tree39f75c0f6e232c602fc245927b3d1ee947bde005
parentc29315b87d6035d9312c9cf10ccb932493660cef
net/bonding: remove all slaves on close

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 to bonding on configuration it
also should remove all of them on close.

This change is intended to have the same API for physical
and virtual devices. It allows us to handle virtual
devices in OVS in a common way.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
drivers/net/bonding/rte_eth_bond_pmd.c