mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
i40e/i40evf: remove rx_errors and rx_missed
The rx_errors (GLV_REPC) and rx_missed (GLV_RMPC) were removed from the chip design. Change-ID: Ifdeb69c90feac64ec95c36d3d32c75e3a06de3b7 Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
7812fddc9c
commit
03da6f6a4f
7 changed files with 5 additions and 16 deletions
|
@ -803,8 +803,6 @@ static void i40e_update_vsi_stats(struct i40e_vsi *vsi)
|
|||
|
||||
/* update netdev stats from eth stats */
|
||||
i40e_update_eth_stats(vsi);
|
||||
ons->rx_errors = oes->rx_errors;
|
||||
ns->rx_errors = es->rx_errors;
|
||||
ons->tx_errors = oes->tx_errors;
|
||||
ns->tx_errors = es->tx_errors;
|
||||
ons->multicast = oes->rx_multicast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue