hyperv/hn: Log RSS capabilities mask.

This helps to detect when UDP hash types can be supported.

MFC after:	3 days
Sponsored by:	Microsoft
Differential Revision:	https://reviews.freebsd.org/D12177
This commit is contained in:
Sepherosa Ziehau 2017-09-05 06:20:02 +00:00
parent 8c068aa51e
commit 7f1e5ebba8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323176

View File

@ -497,6 +497,8 @@ hn_rndis_query_rsscaps(struct hn_softc *sc, int *rxr_cnt0)
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;