Fix TSO large receive offloading in ix(4).
authorjan <jan@openbsd.org>
Fri, 2 Sep 2022 14:08:09 +0000 (14:08 +0000)
committerjan <jan@openbsd.org>
Fri, 2 Sep 2022 14:08:09 +0000 (14:08 +0000)
commitf09e68de7a2f31e9de90f7dfdb80212c85f7653f
treedcc1dc1ffe4d53d4edcc251c847192d2e4a3cf93
parente2deea6569df7f4f0d6f0af229cbef4671ba319a
Fix TSO large receive offloading in ix(4).

Without this diff it might happen that content of different
TCP connection get mixed up, when reading coalesced buffers
from the receive ring.

Thanks, for a lot of testing effort to mbuhl.

OK mbuhl@
sys/dev/pci/if_ix.c