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:
parent
8c068aa51e
commit
7f1e5ebba8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user