Re: [PATCH net-next 1/2] ip: add helpers to process in-order fragments faster.

2018-08-11 Thread David Miller
From: Peter Oskolkov Date: Fri, 10 Aug 2018 16:22:45 + > This patch introduces several helper functions/macros that will be > used in the follow-up patch. No runtime changes yet. > > The new logic (fully implemented in the second patch) is as follows: > > * Nodes in the rb-tree will now

[PATCH net-next 1/2] ip: add helpers to process in-order fragments faster.

2018-08-10 Thread Peter Oskolkov
This patch introduces several helper functions/macros that will be used in the follow-up patch. No runtime changes yet. The new logic (fully implemented in the second patch) is as follows: * Nodes in the rb-tree will now contain not single fragments, but lists of consecutive fragments