|
@@ -138,6 +138,7 @@ static const struct be_ethtool_stat et_stats[] = {
|
|
|
static const struct be_ethtool_stat et_rx_stats[] = {
|
|
|
{DRVSTAT_RX_INFO(rx_bytes)},/* If moving this member see above note */
|
|
|
{DRVSTAT_RX_INFO(rx_pkts)}, /* If moving this member see above note */
|
|
|
+ {DRVSTAT_RX_INFO(rx_vxlan_offload_pkts)},
|
|
|
{DRVSTAT_RX_INFO(rx_compl)},
|
|
|
{DRVSTAT_RX_INFO(rx_compl_err)},
|
|
|
{DRVSTAT_RX_INFO(rx_mcast_pkts)},
|
|
@@ -190,6 +191,7 @@ static const struct be_ethtool_stat et_tx_stats[] = {
|
|
|
{DRVSTAT_TX_INFO(tx_internal_parity_err)},
|
|
|
{DRVSTAT_TX_INFO(tx_bytes)},
|
|
|
{DRVSTAT_TX_INFO(tx_pkts)},
|
|
|
+ {DRVSTAT_TX_INFO(tx_vxlan_offload_pkts)},
|
|
|
/* Number of skbs queued for trasmission by the driver */
|
|
|
{DRVSTAT_TX_INFO(tx_reqs)},
|
|
|
/* Number of times the TX queue was stopped due to lack
|