On Thu, 19 Dec 2019 23:18:45 +0100
Alfredo Cardigliano wrote:
> +
> +void
> +ionic_lif_get_stats(struct ionic_lif *lif, struct rte_eth_stats *stats)
> +{
It is clearer which parameter is input (vs output) if you mark lif as const
here.
Add basic, per queue and extended statistics for
RX and TX, both from the adapter and the driver.
Signed-off-by: Alfredo Cardigliano
Reviewed-by: Shannon Nelson
---
doc/guides/nics/features/ionic.ini | 3 +
drivers/net/ionic/ionic_ethdev.c | 253 +
drivers/net/io
2 matches
Mail list logo