[PATCH v3 ipsec-next 0/3] xfrm: offload api fixes

2017-12-19 Thread Shannon Nelson
These are a couple of little fixes to the xfrm_offload API to make life just a little easier for the poor driver developer. Changes from v2: - fix up another kbuild robot complaint when CONFIG_XFRM_OFFLOAD is off - split out checks into a common function for register and feature check Changes f

Re: [PATCH v3 ipsec-next 0/3] xfrm: offload api fixes

2017-12-21 Thread Steffen Klassert
On Tue, Dec 19, 2017 at 03:35:46PM -0800, Shannon Nelson wrote: > These are a couple of little fixes to the xfrm_offload API to make > life just a little easier for the poor driver developer. > > Changes from v2: > - fix up another kbuild robot complaint when CONFIG_XFRM_OFFLOAD is off > - split