803143fbda719106017309d551d082e4b4e7c8c3 author Vijay Subramanian 1326968459 +0000 committer David S. Miller 1327262924 -0500 netem: Fix off-by-one bug in reordering With netem reordering, a gap of N is supposed to reorder every Nth packet with given reorder probability. However, the code currently skips N packets and reorders every (N+1)th packet. Signed-off-by: Vijay Subramanian Signed-off-by: David S. Miller