On 10/29/2018 03:06 PM, John Hurley wrote: >>> Add a helper function to determine if the type of a netdev is geneve based >>> on its rtnl_link_ops. This allows drivers that may wish to ofload tunnels >> >> Offload? >> > > offload encap/decap to a hardware device such as a smartNIC. > Sorry, should have made this clearer
I was only reacting to your typo. :-) >>> to check the underlying type of the device. >>> >>> A recent patch added a similar helper to vxlan.h >>> >>> Signed-off-by: John Hurley <john.hur...@netronome.com> >>> Reviewed-by: Jakub Kicinski <jakub.kicin...@netronome.com> >> [...] MBR, Sergei