From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Feldman Subject: Re: [net-next-2.6 V8 PATCH 0/2] Add virtual port netlink support Date: Fri, 14 May 2010 18:37:40 -0700 Message-ID: References: <20100514182957.4998bea4@nehalam> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: , , , , To: Stephen Hemminger Return-path: Received: from sj-iport-5.cisco.com ([171.68.10.87]:56476 "EHLO sj-iport-5.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754626Ab0EOBiG (ORCPT ); Fri, 14 May 2010 21:38:06 -0400 In-Reply-To: <20100514182957.4998bea4@nehalam> Sender: netdev-owner@vger.kernel.org List-ID: On 5/14/10 6:29 PM, "Stephen Hemminger" wrote: > On Fri, 14 May 2010 18:04:23 -0700 > Scott Feldman wrote: > >> [Add symmetrical set/get layout per Patrick McHardy suggestions] >> >> The following series adds virtual port netlink support and adds an >> implementation to Cisco's enic netdev driver: >> >> 1/2: Adds virtual netlink RTM_SETLINK/RTM_GETLINK support, and >> adds matching netdev ops net_{set|get}_vf_port. >> >> 2/2: Adds enic support for net_{set|get}_vf_port for enic >> dynamic devices. >> >> Signed-off-by: Scott Feldman >> Signed-off-by: Roopa Prabhu >> -- >> To unsubscribe from this list: send the line "unsubscribe netdev" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > I assume there will be some documentation for this when the patch > to iproute for supporting this comes out. Absolutely. Been waiting to send iproute2 patch until dust has settled with kernel patch. -scott