--- - branch: MAIN date: Fri Dec 16 08:24:41 UTC 2016 files: - new: '1.13' old: '1.12' path: src/sys/dev/pci/ixgbe/ix_txrx.c pathrev: src/sys/dev/pci/ixgbe/ix_txrx.c@1.13 type: modified id: 20161216T082441Z.f631624c50c209219008a16917e04b94b95549b8 log: |2 The rx_bytes event counter is cleared when if_init() is called, but not for rx_packets. It's inconsistent. It makes rx_packets is bigger than rx_bytes. IMHO, it's not required to clear them. At least the above comment says "/* Setup our descriptor indices */". It's not descriptor indice... module: src subject: 'CVS commit: src/sys/dev/pci/ixgbe' unixtime: '1481876681' user: msaitoh