On Thu, Oct 25, 2018 at 2:00 PM Jiri Pirko <[email protected]> wrote: > > Thu, Oct 25, 2018 at 02:26:51PM CEST, [email protected] 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 <[email protected]> > >Reviewed-by: Jakub Kicinski <[email protected]> > > 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
