Re: [RFC net-next v2 2/8] net: add netif_is_geneve()
From: Sergei Shtylyov <hidden>
Date: 2018-10-29 23:49:41
From: Sergei Shtylyov <hidden>
Date: 2018-10-29 23:49:41
On 10/29/2018 03:06 PM, John Hurley wrote:
quoted
quoted
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 tunnelsOffload?offload encap/decap to a hardware device such as a smartNIC. Sorry, should have made this clearer
I was only reacting to your typo. :-)
quoted
quoted
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>[...]
MBR, Sergei