On Tue, Dec 08, 2015 at 10:12:12AM -0800, Anjali Singhai Jain wrote: > This patch adds driver hooks to implement ndo_ops to add/del > udp port in the HW to identify GENEVE tunnels. > > Signed-off-by: Anjali Singhai Jain <anjali.sing...@intel.com> > Signed-off-by: Kiran Patil <kiran.pa...@intel.com>
> @@ -10406,6 +10508,9 @@ static void i40e_print_features(struct i40e_pf *pf) > #if IS_ENABLED(CONFIG_VXLAN) > i += snprintf(&buf[i], REMAIN(i), " VxLAN"); > #endif > +#if IS_ENABLED(CONFIG_GENEVE) > + i += snprintf(&buf[i], REMAIN(i), "Geneve "); > +#endif > if (pf->flags & I40E_FLAG_PTP) > i += snprintf(&buf[i], REMAIN(i), " PTP"); > #ifdef I40E_FCOE It seems like it should be " Geneve" rather than "Geneve "? -- John W. Linville Someday the world will need a hero, and you linvi...@tuxdriver.com might be all we have. Be ready. -- 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