Re: [PATCH net 1/1] tipc: unclone unbundled buffers before forwarding

2016-06-22 Thread David Miller
From: Jon Maloy Date: Mon, 20 Jun 2016 09:20:46 -0400 > When extracting an individual message from a received "bundle" buffer, > we just create a clone of the base buffer, and adjust it to point into > the right position of the linearized data area of the latter. This

[PATCH net 1/1] tipc: unclone unbundled buffers before forwarding

2016-06-20 Thread Jon Maloy
When extracting an individual message from a received "bundle" buffer, we just create a clone of the base buffer, and adjust it to point into the right position of the linearized data area of the latter. This works well for regular message reception, but during periods of extremely high load it