- Speedup header data comparison. Don't compare field by field, but instead use unsigned long.
- Make smaller functions doing one thing at a time instead of big functions with lots of repeated code.
- Try to refactor the TCP ACK compression code to be more readable. Predict number of ACKs which needs compression.
- Use sbintime() for all time-keeping.
- Try to shrink the size of the LRO entry, because it is frequently zeroed.
MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking