On Wed, 25 Oct 2017 22:37:35 -0700, Felix Manlunas wrote:
> +static const char lio_vf_rep_stats_strings[][ETH_GSTRING_LEN] = {
> + "rx_packets",
> + "tx_packets",
> + "rx_bytes",
> + "tx_bytes",
> + "rx_dropped",
> + "tx_dropped",
> +};
> +
> [...]
> +
> +static void
> +lio_
From: Vijaya Mohan Guvva
Added ethtool support for vf representor ports to return port stats and
driver info.
Signed-off-by: Vijaya Mohan Guvva
Signed-off-by: Satanand Burla
Signed-off-by: Raghu Vatsavayi
Signed-off-by: Felix Manlunas
---
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c |