Re: [PATCH] xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD

2017-05-31 Thread kbuild test robot
Hi Hangbin, [auto build test ERROR on ipsec/master] [also build test ERROR on v4.12-rc3 next-20170531] [cannot apply to ipsec-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD

2017-05-31 Thread Hangbin Liu
In commit d77e38e612a0 ("xfrm: Add an IPsec hardware offloading API") we make xfrm_device.o only compiled when enable option CONFIG_XFRM_OFFLOAD. But this will make xfrm_dev_event() missing if we only enable default XFRM options. So when we set down and unregister an interface with IPsec on it.