This patch series generalizes the flow for udp_based tunnels for offload hooks. So that much of the frame work can remain common for any driver adding support for geneve or any other udp_based tunnel in future.
This patch series also makes the driver calls to/from the stack independent of the tunnel modules. So it would be easier to remove module config parameters from the respective drivers for tunnel support. One such example is in i40e driver. This patch series also adds support for geneve offload in i40e driver. Much thanks to Jesse Gross for his valuable feedback in getting this done the right way. Anjali Singhai Jain (6): net: Generalize udp based tunnel offload net: Add a generic udp_offload_get_port function i40e: Generalize the flow for udp based tunnels i40e: Remove CONFIG_I40E_VXLAN net: Refactor udp_offload and add Geneve port offload i40e:Add geneve tunnel offload support -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html