git: vtnet - Split up serializers, now has separate rx and tx serializers.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Wed Mar 28 02:49:44 PDT 2018


commit 5bd18522b0e3a6420b7cbaddad305b5a038a2315
Author: Imre Vadász <imre at 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


More information about the Commits mailing list