[dpdk-dev] [PATCH v5 06/10] ixgbe: add extended statistic strings

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Nov 2 23:31:08 CET 2015


2015-11-02 10:19, Harry van Haaren:
> +       {"rx_managment_packets", offsetof(struct ixgbe_hw_stats, mngprc)},
> +       {"rx_managment_dropped", offsetof(struct ixgbe_hw_stats, mngpdc)},
> +       {"tx_managment_packets", offsetof(struct ixgbe_hw_stats, mngptc)},

Looks to be a typo. Management?


More information about the dev mailing list