]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r278103:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 Feb 2015 13:29:44 +0000 (13:29 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 Feb 2015 13:29:44 +0000 (13:29 +0000)
commit274284cb85caea0dcef62717987eba82b654a480
treefc9a1e87417cc03a6e82cbf314dc3a19c8ac40bc
parent6b56a99e942c3c82ba1bc76d7fb0b3a362c520bd
MFC r278103:
The flowid and hashtype should be copied from the originating packet
when fragmenting IP packets to preserve the order of the packets in a
stream. Else the resulting fragments can be sent out of order when the
hardware supports multiple transmit rings.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@278511 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/ip_output.c