Batch processing of network packets - locking
Batch processing of network packets - locking
Posted Aug 24, 2018 12:42 UTC (Fri) by fillods (guest, #22226)Parent article: Batch processing of network packets
Not only batching helps with regard to cache efficiency and so on, it helps with regard to locking through factorization.
This reminds me an insightful article some years ago : "Improving Linux networking performance" https://lwn.net/Articles/629155/
Batching was already mentioned at that time.