On 1/10/2019 1:27 PM, Jason Gunthorpe wrote: > On Thu, Jan 10, 2019 at 08:53:40AM -0800, Steve Wise wrote: > >> +static struct class *iwpm_class; >> +static CLASS_ATTR_STRING(abi_version, 0444, __stringify(IWPM_UABI_VERSION)); >> + > netlink based protocols should not have an ABI version like this - do > something inband with netlink to sort out whatever is going on. > > Jason Sure, I can do that. I wasn't sure if I should use an in-band msg or not...