Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2020 07:53:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 248494] if_vmx(4) duplicate packets in netmap mode
Message-ID:  <bug-248494-27103-hfAMZ8hI3l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248494-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248494-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=3D248494

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: vmaffione
Date: Fri Aug 21 07:52:57 UTC 2020
New revision: 364451
URL: https://svnweb.freebsd.org/changeset/base/364451

Log:
  MFC r363996

  iflib: netmap: don't increment ifl_cidx on the wrong free list

  Netmap only uses free list 0 to keep it consistent with its
  one-to-one mapping between each netmap ring and a device RX
  (or TX) queue.
  However, the current iflib_netmap_rxsync() routine was
  mistakenly updating the ifl_cidx field of both free lists.

  PR:           248494

Changes:
_U  stable/12/
  stable/12/sys/net/iflib.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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