Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Saturday, July 18, 2015 9:40 PM > To: Iremonger, Bernard > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 1/3] bonding: add support for PCI Port > Hotplug > > 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?
This is an oversight, I will set a v6 patch set. Regards, Bernard.