[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20151208182239.GF3598@tuxdriver.com>
Date: Tue, 8 Dec 2015 13:22:40 -0500
From: "John W. Linville" <linville@...driver.com>
To: Anjali Singhai Jain <anjali.singhai@...el.com>
Cc: netdev@...r.kernel.org, jeffrey.t.kirsher@...el.org,
Kiran Patil <kiran.patil@...el.com>
Subject: Re: [PATCH v3 2/4] i40e: geneve tunnel offload support
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.singhai@...el.com>
> Signed-off-by: Kiran Patil <kiran.patil@...el.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
linville@...driver.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists