[dpdk-dev] [PATCH v5 1/3] bonding: add support for PCI Port Hotplug

Thomas Monjalon thomas.monjalon at 6wind.com
Sat Jul 18 22:39:34 CEST 2015


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?


More information about the dev mailing list