[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160301173751.GA25176@obsidianresearch.com>
Date: Tue, 1 Mar 2016 10:37:51 -0700
From: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
To: Eli Cohen <eli@...lanox.com>
Cc: dledford@...hat.com, linux-rdma@...r.kernel.org,
liranl@...lanox.com, netdev@...r.kernel.org
Subject: Re: [PATCH for-next 01/10] net/core: Add support for configuring VF
GUIDs
On Tue, Mar 01, 2016 at 06:52:14PM +0200, Eli Cohen wrote:
> Add two new NLAs to support configuration of Infiniband node or port
> GUIDs. New applications can choose to use this interface to configure
> GUIDs with iproute2 with commands such as:
>
> ip link set dev ib0 vf 0 node_guid 00:02:c9:03:00:21:6e:70
> ip link set dev ib0 vf 0 port_guid 00:02:c9:03:00:21:6e:78
I like this idea better than the last version..
> +static int handle_vf_mac(struct net_device *dev, struct ifla_vf_mac *ivm)
> +{
[..]
> + return handle_infiniband_guid(dev, &ivt, IFLA_VF_IB_PORT_GUID);
But is this emulation really necessary? It seems dangerous and
continues the bad practice of assuming IFLA_VF_MAC is fixed to 6 bytes
in size, and is not just LLADDR bytes. I'd rather see mac sets fail on
IB.
Jason
Powered by blists - more mailing lists