Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 15:09:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 242890] vmxnet3: Problem when RSS option is configured
Message-ID:  <bug-242890-7501-vFVFCpmA70@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242890-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242890-7501@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=3D242890

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: avg
Date: Thu Feb 27 15:08:44 UTC 2020
New revision: 358386
URL: https://svnweb.freebsd.org/changeset/base/358386

Log:
  MFC r357042: vmxnet3: add support for RSS kernel option

  We observe at least one problem: if a UDP socket is connect(2)-ed, then a
  received packet that matches the connection cannot be matched to the
  corresponding PCB because of an incorrect flow ID.  That was oberved for =
DNS
  requests from the libc resolver.  We got this problem because FreeBSD
  r343291 enabled code that can set rsstype of received packets to values
  other than M_HASHTYPE_OPAQUE_HASH.  Earlier that code was under 'ifdef
  notyet'.

  The essence of this change is to use the system-wide RSS key instead of
  some historic hardcoded key when the software RSS is enabled and it is
  configured to use Toeplitz algorithm (the default).
  In all other cases, the driver reports the opaque hash type for received
  packets while still using Toeplitz algorithm with the internal key.

  PR:           242890
  Sponsored by: Panzura

Changes:
_U  stable/12/
  stable/12/sys/dev/vmware/vmxnet3/if_vmx.c
  stable/12/sys/dev/vmware/vmxnet3/if_vmxvar.h
  stable/12/sys/modules/vmware/vmxnet3/Makefile

--=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-242890-7501-vFVFCpmA70>