commit 5bd18522b0e3a6420b7cbaddad305b5a038a2315 Author: Imre Vadász <i...@vdsz.com> Date: Sun Sep 10 22:27:50 2017 +0200
vtnet - Split up serializers, now has separate rx and tx serializers. * This uses the MULTI SERIALIZERS MODE in the DragonFly net framework. * This allows the rx and tx paths of if_vtnet to run in parallel. Summary of changes: sys/dev/virtual/virtio/net/if_vtnet.c | 166 +++++++++++++++++++++++-------- sys/dev/virtual/virtio/net/if_vtnetvar.h | 3 + 2 files changed, 127 insertions(+), 42 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5bd18522b0e3a6420b7cbaddad305b5a038a2315 -- DragonFly BSD source repository