Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdev-dpdk: add support for rx_multicast_packets counter
This patch enables already implemented ifInMulticastPkts counter in sFlow for DPDK interfaces. Metric is retrieved from DPDK by using extended statistic API and stored in 'multicast' member of netdev_stats structure, which represents number of incoming packets that were addressed to a multicast address. Signed-off-by: Przemyslaw Szczerbik <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information