Date: Tue, 10 Oct 2017 03:02:55 +0000 (UTC) From: Sepherosa Ziehau <sephe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r324464 - stable/10/sys/dev/hyperv/netvsc Message-ID: <201710100302.v9A32tI7033132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sephe Date: Tue Oct 10 03:02:54 2017 New Revision: 324464 URL: https://svnweb.freebsd.org/changeset/base/324464 Log: MFC 323176 hyperv/hn: Log RSS capabilities mask. This helps to detect when UDP hash types can be supported. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D12177 Modified: stable/10/sys/dev/hyperv/netvsc/hn_rndis.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/dev/hyperv/netvsc/hn_rndis.c ============================================================================== --- stable/10/sys/dev/hyperv/netvsc/hn_rndis.c Tue Oct 10 02:57:30 2017 (r324463) +++ stable/10/sys/dev/hyperv/netvsc/hn_rndis.c Tue Oct 10 03:02:54 2017 (r324464) @@ -498,6 +498,8 @@ hn_rndis_query_rsscaps(struct hn_softc *sc, int *rxr_c caps.ndis_caps); return (EOPNOTSUPP); } + if (bootverbose) + if_printf(sc->hn_ifp, "RSS caps %#x\n", caps.ndis_caps); /* Commit! */ sc->hn_rss_ind_size = indsz;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710100302.v9A32tI7033132>