[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <EA929A9653AAE14F841771FB1DE5A1365FA6A9617F@rrsmsx501.amr.corp.intel.com>
Date: Mon, 23 Nov 2009 12:52:48 -0700
From: "Williams, Mitch A" <mitch.a.williams@...el.com>
To: Ben Hutchings <bhutchings@...arflare.com>
CC: "Kirsher, Jeffrey T" <jeffrey.t.kirsher@...el.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"shemminger@...tta.com" <shemminger@...tta.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"gospo@...hat.com" <gospo@...hat.com>
Subject: RE: [RFC PATCH 1/4] net: Add support to netdev ops for changing
hardware queue MAC and VLAN filters
>From: Ben Hutchings [mailto:bhutchings@...arflare.com]
>Sent: Monday, November 23, 2009 5:23 AM
[snip]
>
>How does this interact with use of multiple queues within a single
>function? Are the specified queue numbers really interpreted as RX
>queue indices or as function numbers?
>
>Ben.
Yeah, that is ambiguous. Would it be better if we changed the name of the parameter to 'vf' instead of 'queue' to make it explicit?
This would give us:
$ ip link set eth1 vf 1 mac <blah>
The issue of which VF goes with which PF device can be deduced in userspace via sysfs.
If we want to make this apply to non SR-IOV queues, then we'll add a new parameter later.
Works for you?
-Mitch
--
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