[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53CE41B5.5070608@gmail.com>
Date: Tue, 22 Jul 2014 16:19:25 +0530
From: Varka Bhadram <varkabhadram@...il.com>
To: Andy Zhou <azhou@...ira.com>, davem@...emloft.net
CC: netdev@...r.kernel.org
Subject: Re: [net-next 01/10] net: Rename ndo_add_vxlan_port to ndo_add_udp_tunnel_port.
On 07/22/2014 03:49 PM, Andy Zhou wrote:
(...)
>
> -/* Calls the ndo_add_vxlan_port of the caller in order to
> +/* Calls the ndo_add_tunnel_port of the caller in order to
> * supply the listening VXLAN udp ports. Callers are expected
> - * to implement the ndo_add_vxlan_port.
> + * to implement the ndo_add_tunnle_port.
> */
> void vxlan_get_rx_port(struct net_device *dev)
> {
> @@ -2206,8 +2209,8 @@ void vxlan_get_rx_port(struct net_device *dev)
> hlist_for_each_entry_rcu(vs, &vn->sock_list[i], hlist) {
> port = inet_sk(vs->sock->sk)->inet_sport;
> sa_family = vs->sock->sk->sk_family;
> - dev->netdev_ops->ndo_add_vxlan_port(dev, sa_family,
> - port);
> + dev->netdev_ops->ndo_add_udp_tunnel_port(dev,
> + sa_family, port, UDP_TUNNEL_TYPE_VXLAN);
Should match open parenthesis:
dev->netdev_ops->ndo_add_udp_tunnel_port(dev,
sa_family, port,
UDP_TUNNEL_TYPE_VXLAN);
>
--
Regards,
Varka Bhadram.
--
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