Re: [PATCH ipsec-next 00/11] xfrm: remove xfrm_mode indirections

2019-03-28 Thread Florian Westphal
Benedict Wong wrote: > Hi Florian, > > I ran the Android unit tests on these patches, based off ipsec-next, > and am encountering some new errors. I'll take another look to try and > isolate which patches might be causing the failures. Thanks a lot, but you can hold off for v1, Sabrina already f

Re: [PATCH ipsec-next 00/11] xfrm: remove xfrm_mode indirections

2019-03-28 Thread Benedict Wong
Hi Florian, I ran the Android unit tests on these patches, based off ipsec-next, and am encountering some new errors. I'll take another look to try and isolate which patches might be causing the failures. Best Regards, Benedict Wong On Wed, Mar 27, 2019 at 6:30 PM Florian Westphal wrote: > > T

[PATCH ipsec-next 00/11] xfrm: remove xfrm_mode indirections

2019-03-27 Thread Florian Westphal
This series removes all function pointers from the xfrm_mode struct. They are either replaced by direct calls or a static helper. This also reduces code size: even merging all xfrm{4,6}_,mode* modules into the core reduces total size, as the infrastructure to maintain dynamic (un)register can be r