[BACK]Return to ixv.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci / ixgbe

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/ixgbe/ixv.c between version 1.145 and 1.146

version 1.145, 2020/02/04 05:44:15 version 1.146, 2020/02/05 10:07:47
Line 2401  ixv_update_stats(struct adapter *adapter
Line 2401  ixv_update_stats(struct adapter *adapter
             stats->vfgotc);              stats->vfgotc);
         UPDATE_STAT_32(IXGBE_VFMPRC, stats->last_vfmprc, stats->vfmprc);          UPDATE_STAT_32(IXGBE_VFMPRC, stats->last_vfmprc, stats->vfmprc);
   
         /* Fill out the OS statistics structure */          /* VF doesn't count errors by hardware */
         /*  
          * NetBSD: Don't override if_{i|o}{packets|bytes|mcasts} with  
          * adapter->stats counters. It's required to make ifconfig -z  
          * (SOICZIFDATA) work.  
          */  
 } /* ixv_update_stats */  } /* ixv_update_stats */
   
 /************************************************************************  /************************************************************************

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146

CVSweb <webmaster@jp.NetBSD.org>