Author: sephe
Date: Tue Sep  5 06:20:02 2017
New Revision: 323176
URL: https://svnweb.freebsd.org/changeset/base/323176

Log:
  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

Modified:
  head/sys/dev/hyperv/netvsc/hn_rndis.c

Modified: head/sys/dev/hyperv/netvsc/hn_rndis.c
==============================================================================
--- head/sys/dev/hyperv/netvsc/hn_rndis.c       Tue Sep  5 06:05:48 2017        
(r323175)
+++ head/sys/dev/hyperv/netvsc/hn_rndis.c       Tue Sep  5 06:20:02 2017        
(r323176)
@@ -497,6 +497,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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to