[dpdk-dev] [PATCH v2 0/7] ethdev: force deprecation of statistics

2015-11-12 Thread Thomas Monjalon
2015-11-05 17:04, Stephen Hemminger: > Several fields in ether statistics were tagged with comment that they > were going to be deprecated, but comments don't cause compile warnings. > Instead use Gcc attributes to force the issue. > > Of course to do that, all the drivers and tests which are usin

[dpdk-dev] [PATCH v2 0/7] ethdev: force deprecation of statistics

2015-11-05 Thread Stephen Hemminger
Several fields in ether statistics were tagged with comment that they were going to be deprecated, but comments don't cause compile warnings. Instead use Gcc attributes to force the issue. Of course to do that, all the drivers and tests which are using those fields have to be fixed first. The inp