]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use a separate mutex for the receive path instead of overloading the softc
authorneel <neel@FreeBSD.org>
Tue, 30 Apr 2013 00:36:16 +0000 (00:36 +0000)
committerneel <neel@FreeBSD.org>
Tue, 30 Apr 2013 00:36:16 +0000 (00:36 +0000)
commit773a4e04f45fdf400ea6bb52de5260a75ace7b9e
tree09227caab11b9ddaf32d18dff9863cf7eacdf403
parent281f5c4dd1aea021bc45b9654057f1d6764d4d38
Use a separate mutex for the receive path instead of overloading the softc
mutex for this purpose.

Reviewed by: grehan
usr.sbin/bhyve/pci_virtio_net.c