Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 14:46:31 +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-IeZeEyJvyN@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 #6 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: vmaffione
Date: Wed Aug 12 14:45:32 UTC 2020
New revision: 364165
URL: https://svnweb.freebsd.org/changeset/base/364165

Log:
  iflib: netmap: improve rxsync to support IFLIB_HAS_RXCQ

  For drivers with IFLIB_HAS_RXCQ set, there is a separate completion
  queue. In this case, the netmap rxsync routine needs to update
  rxq->ifr_cq_cidx in the same way it is updated by iflib_rxeof().
  This improves the situation for vmx(4) and bnxt(4) drivers, which
  use iflib and have the IFLIB_HAS_RXCQ bit set.

  PR:   248494
  MFC after:    3 weeks

Changes:
  head/sys/net/iflib.c
  head/sys/net/iflib.h

--=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-IeZeEyJvyN>