Date: Tue, 14 Aug 2007 00:24:41 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 125127 for review Message-ID: <200708140024.l7E0Ofu5028097@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125127 Change 125127 by kmacy@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708140024.l7E0Ofu5028097>