[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZOPZKGGj=531UVDw-47mWD7LGQ7AYh1c7cZwv_08p0Lz1Gtg@mail.gmail.com>
Date: Wed, 8 May 2013 20:31:13 +0300
From: Or Gerlitz <or.gerlitz@...il.com>
To: John Fastabend <john.r.fastabend@...el.com>
Cc: netdev@...r.kernel.org, Rony Efraim <ronye@...lanox.com>
Subject: Re: [PATCH RFC iproute2] Add VF link state control
On Wed, May 8, 2013 at 7:44 PM, John Fastabend
<john.r.fastabend@...el.com> wrote:
> It does seem unfortunate though that every time we want a feature that
> already exists to be applicable for a VF we have to go through this
> exercise of adding an ndo op and adding lookup code in each and
> every driver to find the VF and pass messages back and forth.
agree, how about introducing ndo_set_vf_config which we can extend to
include new attrbiutes each time we want to add them... actually do
we have robust way to extend
the existing ifla_vf_info? I guess so
int (*ndo_get_vf_config)(struct net_device *dev, int vf, struct
ifla_vf_info *ivf);
these two calls are also there but only the enic driver uses them
int (*ndo_set_vf_port)(struct net_device *dev, int vf, struct nlattr *port[]);
int (*ndo_get_vf_port)(struct net_device *dev, int vf, struct sk_buff *skb);
--
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