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?
Added and updated statistic strings as used by xstats_get(),
exposed extended queue statistics.
Signed-off-by: Harry van Haaren
---
drivers/net/ixgbe/ixgbe_ethdev.c | 203 +--
1 file changed, 172 insertions(+), 31 deletions(-)
diff --git a/drivers/net/ixgbe/i
2 matches
Mail list logo