lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Nov 2014 12:48:58 -0500
From:	Andy Gospodarek <gospo@...ulusnetworks.com>
To:	Jiri Pirko <jiri@...nulli.us>
Cc:	netdev@...r.kernel.org, davem@...emloft.net, nhorman@...driver.com,
	andy@...yhouse.net, tgraf@...g.ch, dborkman@...hat.com,
	ogerlitz@...lanox.com, jesse@...ira.com, pshelar@...ira.com,
	azhou@...ira.com, ben@...adent.org.uk, stephen@...workplumber.org,
	jeffrey.t.kirsher@...el.com, vyasevic@...hat.com,
	xiyou.wangcong@...il.com, john.r.fastabend@...el.com,
	edumazet@...gle.com, jhs@...atatu.com, sfeldma@...il.com,
	f.fainelli@...il.com, roopa@...ulusnetworks.com,
	linville@...driver.com, jasowang@...hat.com, ebiederm@...ssion.com,
	nicolas.dichtel@...nd.com, ryazanov.s.a@...il.com,
	buytenh@...tstofly.org, aviadr@...lanox.com, nbd@...nwrt.org,
	alexei.starovoitov@...il.com, Neil.Jerram@...aswitch.com,
	ronye@...lanox.com, simon.horman@...ronome.com,
	alexander.h.duyck@...hat.com, john.ronciak@...el.com,
	mleitner@...hat.com, shrijeet@...il.com, bcrl@...ck.org
Subject: Re: [patch net-next v3 16/17] bridge: add brport flags to dflt
 bridge_getlink

On Tue, Nov 25, 2014 at 11:28:47AM +0100, Jiri Pirko wrote:
> From: Scott Feldman <sfeldma@...il.com>
> 
> To allow brport device to return current brport flags set on port.  Add
> returned flags to nested IFLA_PROTINFO netlink msg built in dflt getlink.
> With this change, netlink msg returned for bridge_getlink contains the port's
> offloaded flag settings (the port's SELF settings).
> 
> Signed-off-by: Scott Feldman <sfeldma@...il.com>
> Signed-off-by: Jiri Pirko <jiri@...nulli.us>

Seems fine.

Acked-by: Andy Gospodarek <gospo@...ulusnetworks.com>

> ---
> new in v3
> ---
>  drivers/net/ethernet/emulex/benet/be_main.c   |  3 ++-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  2 +-
>  include/linux/rtnetlink.h                     |  3 ++-
>  net/core/rtnetlink.c                          | 39 ++++++++++++++++++++++++++-
>  4 files changed, 43 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet/be_main.c
> index 9070b98..6510ec8 100644
> --- a/drivers/net/ethernet/emulex/benet/be_main.c
> +++ b/drivers/net/ethernet/emulex/benet/be_main.c
> @@ -4362,7 +4362,8 @@ static int be_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
>  
>  	return ndo_dflt_bridge_getlink(skb, pid, seq, dev,
>  				       hsw_mode == PORT_FWD_TYPE_VEPA ?
> -				       BRIDGE_MODE_VEPA : BRIDGE_MODE_VEB);
> +				       BRIDGE_MODE_VEPA : BRIDGE_MODE_VEB,
> +				       0, 0);
>  }
>  
>  #ifdef CONFIG_BE2NET_VXLAN
> diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
> index 1bad9f4..eb2a04b 100644
> --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
> +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
> @@ -7773,7 +7773,7 @@ static int ixgbe_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
>  	else
>  		mode = BRIDGE_MODE_VEPA;
>  
> -	return ndo_dflt_bridge_getlink(skb, pid, seq, dev, mode);
> +	return ndo_dflt_bridge_getlink(skb, pid, seq, dev, mode, 0, 0);
>  }
>  
>  static void *ixgbe_fwd_add(struct net_device *pdev, struct net_device *vdev)
> diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h
> index 063f0f5..3b04190 100644
> --- a/include/linux/rtnetlink.h
> +++ b/include/linux/rtnetlink.h
> @@ -103,5 +103,6 @@ extern int ndo_dflt_fdb_del(struct ndmsg *ndm,
>  			    u16 vid);
>  
>  extern int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
> -				   struct net_device *dev, u16 mode);
> +				   struct net_device *dev, u16 mode,
> +				   u32 flags, u32 mask);
>  #endif	/* __LINUX_RTNETLINK_H */
> diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
> index bd5e783..91e5368 100644
> --- a/net/core/rtnetlink.c
> +++ b/net/core/rtnetlink.c
> @@ -2687,12 +2687,22 @@ static int rtnl_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb)
>  	return skb->len;
>  }
>  
> +static int brport_nla_put_flag(struct sk_buff *skb, u32 flags, u32 mask,
> +			       unsigned int attrnum, unsigned int flag)
> +{
> +	if (mask & flag)
> +		return nla_put_u8(skb, attrnum, !!(flags & flag));
> +	return 0;
> +}
> +
>  int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
> -			    struct net_device *dev, u16 mode)
> +			    struct net_device *dev, u16 mode,
> +			    u32 flags, u32 mask)
>  {
>  	struct nlmsghdr *nlh;
>  	struct ifinfomsg *ifm;
>  	struct nlattr *br_afspec;
> +	struct nlattr *protinfo;
>  	u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN;
>  	struct net_device *br_dev = netdev_master_upper_dev_get(dev);
>  
> @@ -2731,6 +2741,33 @@ int ndo_dflt_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
>  	}
>  	nla_nest_end(skb, br_afspec);
>  
> +	protinfo = nla_nest_start(skb, IFLA_PROTINFO | NLA_F_NESTED);
> +	if (!protinfo)
> +		goto nla_put_failure;
> +
> +	if (brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_MODE, BR_HAIRPIN_MODE) ||
> +	    brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_GUARD, BR_BPDU_GUARD) ||
> +	    brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_FAST_LEAVE,
> +				BR_MULTICAST_FAST_LEAVE) ||
> +	    brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_PROTECT, BR_ROOT_BLOCK) ||
> +	    brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_LEARNING, BR_LEARNING) ||
> +	    brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_LEARNING_SYNC, BR_LEARNING_SYNC) ||
> +	    brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_UNICAST_FLOOD, BR_FLOOD) ||
> +	    brport_nla_put_flag(skb, flags, mask,
> +				IFLA_BRPORT_PROXYARP, BR_PROXYARP)) {
> +		nla_nest_cancel(skb, protinfo);
> +		goto nla_put_failure;
> +	}
> +
> +	nla_nest_end(skb, protinfo);
> +
>  	return nlmsg_end(skb, nlh);
>  nla_put_failure:
>  	nlmsg_cancel(skb, nlh);
> -- 
> 1.9.3
> 
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ