ikev2: decrease inlining 86/33186/3
authorBenoît Ganne <bganne@cisco.com>
Wed, 7 Jul 2021 12:45:10 +0000 (14:45 +0200)
committerDamjan Marion <dmarion@me.com>
Fri, 20 Aug 2021 11:19:22 +0000 (11:19 +0000)
commit6d020c215aad85192764542b16ca6cb56488f6fc
treeb9611618cc7fd8aaa2b25011251cebc5350b0bb5
parentfccced8cdd743766a895e6b27ab3b101e854d1a9
ikev2: decrease inlining

IKEv2 is not optimized for dataplane processing and do not really
benefit from aggressive inlining. Let the compiler decide to improve
build time (from 205s to 30s).

Type: refactor

Change-Id: I5286880b35d338d669ec9382bf049d4486c04947
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/plugins/ikev2/ikev2.c