1. Use ethtool to check your interface driver
linux@linux-SYS-7048A-T:~/libtrace-4.0.2/LP_Stash_5T_Trace_Interval$ sudo ethtool -i ens1f1[sudo] password for linux:driver: ixgbeversion: 4.2.1-kfirmware-version: 0x2b2c0001expansion-rom-version:bus-info: 0000:03:00.1supports-statistics: yessupports-test: yessupports-eeprom-access: yessupports-register-dump: yessupports-priv-flags: no2. Disable the network interface
sudo ifconfig ens1f1 down3. Remove Network interface driver
sudo modprobe -r ixgbe4. Put the driver back
sudo modprobe ixgbe5. Bring up the interface
sudo ifconfig ens1f1 up6. The counter should be reset now
ifconfig