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

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Nov 12 23:07:35 CET 2015


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 using
> those fields have to be fixed first.
> 
> The input multicast statistic was listed as deprecated, but I find
> it useful, and therefore the first patch is to revive it.
> 
> Stephen Hemminger (7):
>   ether: don't mark input multicast for deprecation

not applied

>   bond: don't sum deprecated statistics
>   cxgbe: don't report deprecated statistics
>   i40e: don't report deprecated statistics
>   e1000: don't report deprecated statistics
>   test-pmd: remove references to deprecated statistics
>   rte_ether: mark deprecated statistics with attribute

The rest is applied with an extra patch for ip_pipeline example.
Thanks


More information about the dev mailing list