[dpdk-dev] [PATCH 7/7] rte_ether: mark deprecated statistics with attribute

2015-11-12 Thread Thomas Monjalon
2015-11-05 17:04, Stephen Hemminger: > Use deprecated attribute to highlight any use of fields that > are marked as going away in the rte_ether device statistics. The example app ip_pipeline does not compile. I will add a patch to fix it.

[dpdk-dev] [PATCH 7/7] rte_ether: mark deprecated statistics with attribute

2015-11-05 Thread Stephen Hemminger
Use deprecated attribute to highlight any use of fields that are marked as going away in the rte_ether device statistics. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/include/rte_common.h | 3 +++ lib/librte_ether/rte_ethdev.h | 16 2 files changed,