2015-07-15 16:32, Bernard Iremonger: > This patch depends on the Port Hotplug Framework. > It implements the rte_dev_uninit_t() function for the link bonding pmd. > > Signed-off-by: Bernard Iremonger <bernard.iremonger at intel.com> > --- > drivers/net/bonding/rte_eth_bond.h | 13 ++++- > drivers/net/bonding/rte_eth_bond_api.c | 78 > +++++++++++++++++++----------- > drivers/net/bonding/rte_eth_bond_pmd.c | 23 ++++++++- > drivers/net/bonding/rte_eth_bond_private.h | 7 ++- [...] > --- a/drivers/net/bonding/rte_eth_bond.h > +++ b/drivers/net/bonding/rte_eth_bond.h > /** > + * Free a bonded rte_eth_dev device > + * > + * @param name Name of the link bonding device. > + * > + * @return > + * 0 on success, negative value otherwise > + */ > +int > +rte_eth_bond_free(const char *name);
Why it is not exported in .map?