|
|
@@ -89,9 +89,11 @@ static const struct nicvf_stat nicvf_drv_stats[] = {
|
|
|
NICVF_DRV_STAT(rx_frames_1518),
|
|
|
NICVF_DRV_STAT(rx_frames_jumbo),
|
|
|
NICVF_DRV_STAT(rx_drops),
|
|
|
+ NICVF_DRV_STAT(rcv_buffer_alloc_failures),
|
|
|
NICVF_DRV_STAT(tx_frames_ok),
|
|
|
NICVF_DRV_STAT(tx_tso),
|
|
|
NICVF_DRV_STAT(tx_drops),
|
|
|
+ NICVF_DRV_STAT(tx_timeout),
|
|
|
NICVF_DRV_STAT(txq_stop),
|
|
|
NICVF_DRV_STAT(txq_wake),
|
|
|
};
|