I was reading through the deprecations in rte_eth_stats to see if I could fix 
the pktgen. Of course many fields were marked with __rte_deprecated .

However I found this one field which said deprecated in its comment, but it 
lacked __rte_deprecated .

Is the comment wrong, or is the field definition wrong, or did I miss 
something?

uint64_t imcasts;
/**< Deprecated; Total number of multicast received packets. */

Matthew.

Reply via email to