PERFORCE change 125127 for review

Kip Macy kmacy at FreeBSD.org
Mon Aug 13 17:24:42 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125127

Change 125127 by kmacy at kmacy_home:ethng on 2007/08/14 00:24:29

	set rss_hash in mbuf to pass down to driver queue to use

Affected files ...

.. //depot/projects/ethng/src/sys/netinet/udp_usrreq.c#2 edit

Differences ...

==== //depot/projects/ethng/src/sys/netinet/udp_usrreq.c#2 (text+ko) ====

@@ -967,6 +967,7 @@
 
 	if (unlock_udbinfo)
 		INP_INFO_WUNLOCK(&udbinfo);
+	m->m_pkthdr.rss_hash = inp->inp_rss_hash;
 	error = ip_output(m, inp->inp_options, NULL, ipflags,
 	    inp->inp_moptions, inp);
 	INP_UNLOCK(inp);


More information about the p4-projects mailing list