On Thu, Oct 25, 2018 at 2:00 PM Jiri Pirko <j...@resnulli.us> wrote: > > Thu, Oct 25, 2018 at 02:26:51PM CEST, john.hur...@netronome.com 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 > >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> > > I don't understand why this and the next patch are part of this > patchset. They don't seem directly related.
This is used in later patches that implement the indirect block offload but I suppose it is not directly related. We can probably move it to a separate patchset. Thanks