Re: [dpdk-dev] [PATCH v5 10/10] devargs: rename legacy API
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
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