Re: [RFC net-next v2 2/8] net: add netif_is_geneve()
From: Jiri Pirko <jiri@resnulli.us>
Date: 2018-10-25 21:32:50
From: Jiri Pirko <jiri@resnulli.us>
Date: 2018-10-25 21:32:50
Thu, Oct 25, 2018 at 02:26:51PM CEST, john.hurley@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 <redacted> Reviewed-by: Jakub Kicinski <redacted>
I don't understand why this and the next patch are part of this patchset. They don't seem directly related.