Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2019 21:11:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 242023] bhyve pci_vtnet_rx broken after r354552
Message-ID:  <bug-242023-27103-1qnw0qtfpN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242023-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242023-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242023

--- Comment #13 from commit-hook@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.fedorov@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242023-27103-1qnw0qtfpN>