git: if_vtnet - Get rid of separate vtnet_{rx, tx}_intr_task functions.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Mon Mar 26 15:14:06 PDT 2018


commit 85c6f9e57caa9d6b3de3b5be7c863828d6e3b600
Author: Imre Vadász <imre at vdsz.com>
Date:   Mon Mar 26 23:44:30 2018 +0200

    if_vtnet - Get rid of separate vtnet_{rx,tx}_intr_task functions.
    
    * Just inline them into vtnet_rx_vq_intr and vtnet_tx_vq_intr respectively.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/85c6f9e57caa9d6b3de3b5be7c863828d6e3b600


-- 
DragonFly BSD source repository


More information about the Commits mailing list