https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242023

--- Comment #13 from commit-h...@freebsd.org ---
A commit references this bug:

Author: vmaffione
Date: Tue Nov 19 21:10:44 UTC 2019
New revision: 354864
URL: https://svnweb.freebsd.org/changeset/base/354864

Log:
  bhyve: virtio-net: disable receive until features are negotiated

  This patch fixes a race condition where the receive callback is called
  while the device is being reset. Since the rx_merge variable may change
  during reset, the receive callback may operate inconsistently with what
  the guest expects.
  Also, get rid of the unused rx_vhdrlen variable.

  PR:   242023
  Reported by:  aleksandr.fedo...@itglobal.com
  Reviewed by:  markj, jhb
  MFC with:     r354552
  Differential Revision:        https://reviews.freebsd.org/D22440

Changes:
  head/usr.sbin/bhyve/pci_virtio_net.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"

Reply via email to