Tested with em (me), igb (me), ixgbe (sbruno), bnxt (sbruno)
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16394 Build 16320: arc lint + arc unit
Event Timeline
sys/net/iflib.c | ||
---|---|---|
6063 | Oh... is that just to simplify state, or to lower TX latency? |
sys/net/iflib.c | ||
---|---|---|
6063 | It's basically a requirement of the interface. In some cases the client code will wait for an ACK from the server after transmitting a packet. This could be changed, but as you suggested, it's simpler to just flush after each transmit. |