Re: [dpdk-dev] [PATCH v7 15/15] ethdev: Use embedded rte_device to detach driver

2017-06-29 Thread Thomas Monjalon
29/06/2017 20:22, Jan Blunck: > --- a/lib/librte_eal/common/eal_common_dev.c > +++ b/lib/librte_eal/common/eal_common_dev.c > +int rte_eal_device_detach(struct rte_device *dev) [...] > int rte_eal_dev_detach(const char *name) I would be in favor of breaking the API without notice, and keep the na

[dpdk-dev] [PATCH v7 15/15] ethdev: Use embedded rte_device to detach driver

2017-06-29 Thread Jan Blunck
Signed-off-by: Jan Blunck --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + lib/librte_eal/common/eal_common_dev.c| 43 --- lib/librte_eal/common/include/rte_dev.h | 8 + lib/librte_ether/rte_ethdev.c | 3 +- 4 files changed, 36