From: Felix Manlunas <felix.manlu...@cavium.com> Date: Fri, 3 Nov 2017 12:17:44 -0700
> From: Vijaya Mohan Guvva <vijaya.gu...@cavium.com> > > Return success if the same dispatch function is being registered for > a given opcode and subcode, there by allow multiple switchdev enable > and disables. > > Signed-off-by: Vijaya Mohan Guvva <vijaya.gu...@cavium.com> > Signed-off-by: Satanand Burla <satananda.bu...@cavium.com> > Signed-off-by: Felix Manlunas <felix.manlu...@cavium.com> Applied, thanks. But I do have a question, are you properly reference counting these dispatch function objects? I can't see how you can properly handle multiple enable/disable otherwise. Thank you.