From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754872AbZBTIYm (ORCPT ); Fri, 20 Feb 2009 03:24:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756505AbZBTIYA (ORCPT ); Fri, 20 Feb 2009 03:24:00 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:49558 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1755971AbZBTIX6 (ORCPT ); Fri, 20 Feb 2009 03:23:58 -0500 Date: Fri, 20 Feb 2009 00:23:40 -0800 (PST) Message-Id: <20090220.002340.46838151.davem@davemloft.net> To: jeffrey.t.kirsher@intel.com Cc: netdev@vger.kernel.org, gospo@redhat.com, alexander.h.duyck@intel.com, yu.zhao@intel.com, linux-kernel@vger.kernel.org Subject: Re: [net-next PATCH 4/5] igb: Add support for enabling VFs to PF driver. From: David Miller In-Reply-To: <20090220044006.29650.54737.stgit@lost.foo-projects.org> References: <20090220043902.29650.35055.stgit@lost.foo-projects.org> <20090220044006.29650.54737.stgit@lost.foo-projects.org> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jeff Kirsher Date: Thu, 19 Feb 2009 20:40:07 -0800 > This patch adds the support to handle requests from the VF to perform > operations such as completing resets, setting/reading mac address, adding > vlans, adding multicast addresses, setting rlpml, and general > communications between the PF and all VFs. > > Signed-off-by: Alexander Duyck > Signed-off-by: Jeff Kirsher Applied.