[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190424102622.GV17989@gauss3.secunet.de>
Date: Wed, 24 Apr 2019 12:26:22 +0200
From: Steffen Klassert <steffen.klassert@...unet.com>
To: Florian Westphal <fw@...len.de>
CC: <netdev@...r.kernel.org>
Subject: Re: [PATCH ipsec-next 0/3] xfrm: remove three xfrm_afinfo_policy
indirections
On Tue, Apr 16, 2019 at 04:44:36PM +0200, Florian Westphal wrote:
> This series removes three indirections from xfrm_afinfo_policy by
> folding them into their callers.
>
> 1. Tos is a one-liner only needed by ipv4
> 2. init_path is also small and only needed by ipv6
> 3. decode_session has no dependencies on ipv6 or ipv4,
> fold it.
>
> The remaining indirections are necessary in the CONFIG_IPV6=m
> case. Its possible to fold only the ipv4 part and handle ipv6
> based on CONFIG_IPV6_{MODULE,BUILTIN} but that increases
> complexity, so my intent is to go after indirections similar
> to the ones folded here first.
>
> Florian Westphal (3):
> xfrm: remove tos indirection from afinfo_policy
> xfrm: remove init_path indirection from afinfo_policy
> xfrm: remove decode_session indirection from afinfo_policy
Series applied, thanks a lot Florian!
Powered by blists - more mailing lists