|
|
|
|
|
by jiehong
264 days ago
|
|
I think as an application, when receiving packets you never really see a coalesced UDP datagrams when GRO is active. It’s more like the kernel puts multiple datagrams into a single structure and passes that around between layers, maintaining the boundaries between them in that structure (sk_buff data fragments?) Not an expert, but I tried looking at how this works and stumbled upon [0]. [0]: https://lwn.net/Articles/768995/ |
|