What is wrong with out of order packets

ethernet

when i set up adapter teaming on an HP server, one of the options i'd like to enable is round-robin for transmit load balancing because i need the full teamed throughput to a single host. (this is a live migration network for hyper-v.)

when i pick that option, i get a message saying "Packet order not guaranteed". for my use at least, i don't see a problem since my traffic is TCP. but i'm interested in knowing any general problems with out of order packets.

so, what are the potential problems with out of order packets?

Best Answer

Fibre-Channel-over-Ethernet requires, like 'regular' Fibre-Channel in-order-delivery, hence why FCoE required DataCentreEthernet (DCE) which guarantees in-order-delivery. But you're right that there's few reasons in a purely TCP environment to require in-order.