|
@@ -66,6 +66,7 @@ static const struct i40e_stats i40e_gstrings_misc_stats[] = {
|
|
|
I40E_VSI_STAT("rx_unknown_protocol", eth_stats.rx_unknown_protocol),
|
|
|
I40E_VSI_STAT("tx_linearize", tx_linearize),
|
|
|
I40E_VSI_STAT("tx_force_wb", tx_force_wb),
|
|
|
+ I40E_VSI_STAT("tx_busy", tx_busy),
|
|
|
I40E_VSI_STAT("rx_alloc_fail", rx_buf_failed),
|
|
|
I40E_VSI_STAT("rx_pg_alloc_fail", rx_page_failed),
|
|
|
};
|