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

2018-03-26 Thread Imre Vadasz
commit 85c6f9e57caa9d6b3de3b5be7c863828d6e3b600 Author: Imre Vadász 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/vir

git: if_vtnet - Fixup previous commit.

2018-03-26 Thread Imre Vadasz
commit bce0b58796f92bdcdb1c3e98cd44a00c9ce36e3a Author: Imre Vadász Date: Mon Mar 26 22:56:29 2018 +0200 if_vtnet - Fixup previous commit. Summary of changes: sys/dev/virtual/virtio/net/if_vtnet.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.or

git: if_vtnet - Use ifsq_watchdog_* functions as the watchdog.

2018-03-26 Thread Imre Vadasz
commit f7e8a8e7217c502bdfc9b765bdfc3e21f1f042f0 Author: Imre Vadász Date: Mon Mar 26 01:17:40 2018 +0200 if_vtnet - Use ifsq_watchdog_* functions as the watchdog. * The existing watchdog code was commented out. Summary of changes: sys/dev/virtual/virtio/net/if_vtnet.c| 37 +

git: sys/vfs/autofs: Cleanups (sync with NetBSD and OpenBSD)

2018-03-26 Thread Tomohiro Kusumi
commit add630f0972670974657514385cc9a70e241cdff Author: Tomohiro Kusumi Date: Tue Mar 27 00:12:59 2018 +0900 sys/vfs/autofs: Cleanups (sync with NetBSD and OpenBSD) FreeBSD has these in autofs.c, but only vfsops needs init/uninit. Summary of changes: sys/vfs/autofs/autofs.c