Re: [dpdk-dev] [PATCH v5 10/10] devargs: rename legacy API

2018-04-24 Thread Thomas Monjalon
24/04/2018 01:54, Gaetan Rivet: > + struct rte_devargs da = {0}; It fails with clang. I suggest replacing with memset.

[dpdk-dev] [PATCH v5 10/10] devargs: rename legacy API

2018-04-23 Thread Gaetan Rivet
The previous symbols were deprecated for two releases. They are now marked as such and cannot be used anymore. They are replaced by ones respecting the new namespace that are marked experimental. As a result, eth_dev attach and detach are slightly reworked to follow the changes. Signed-off-by: G