Hi Thomas,
When the adapter needs more data, it fetches the data from the TX buffer. but if the port is in paused state, fetch won’t happen if no memory is available on the Tx buffer.
Another issue, note that there are packets that could be sent but reached to the switch somehow malformed.
Those packets will be dropped. so there is a chance of dropping packets, the application should handle it.
Ophir.