Re: pull request (net-next): ipsec-next 2018-12-18

2018-12-18 Thread David Miller
From: Steffen Klassert Date: Tue, 18 Dec 2018 12:59:39 +0100 > 1) Add xfrm policy selftest scripts. >From Florian Westphal. > > 2) Split inexact policies into four different search list >classes and use the rbtree infrastructure to store/lookup >the policies. This is to improve the p

pull request (net-next): ipsec-next 2018-12-18

2018-12-18 Thread Steffen Klassert
1) Add xfrm policy selftest scripts. From Florian Westphal. 2) Split inexact policies into four different search list classes and use the rbtree infrastructure to store/lookup the policies. This is to improve the policy lookup performance after the flowcache removal. Patches from Fl