git: if_vtnet, sync 5/x: Make stat counters uint64_t instead of unsigned long.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Wed Oct 28 15:10:43 PDT 2015


commit cf45350223939f2f50ced1013698b5f7a8f6e898
Author: Imre Vadász <imre at vdsz.com>
Date:   Wed Oct 28 22:49:54 2015 +0100

    if_vtnet, sync 5/x: Make stat counters uint64_t instead of unsigned long.
    
    * Removes unused rx_csum_bad_start counter.
    
    * Rename vtnet_reinit() to vtnet_virtio_reinit() which matches the
      function with that name in FreeBSD's code.
    
    Taken-From: FreeBSD

Summary of changes:
 sys/dev/virtual/virtio/net/if_vtnet.c | 118 ++++++++++++++++++----------------
 1 file changed, 61 insertions(+), 57 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cf45350223939f2f50ced1013698b5f7a8f6e898


-- 
DragonFly BSD source repository



More information about the Commits mailing list