From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f41.google.com ([209.85.218.41]:53741 "EHLO mail-oi0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750730AbaKKNwJ (ORCPT ); Tue, 11 Nov 2014 08:52:09 -0500 MIME-Version: 1.0 In-Reply-To: <1415620410-4937-4-git-send-email-sathya.perla@emulex.com> References: <1415620410-4937-1-git-send-email-sathya.perla@emulex.com> <1415620410-4937-4-git-send-email-sathya.perla@emulex.com> Date: Tue, 11 Nov 2014 05:52:08 -0800 Message-ID: Subject: Re: [PATCH 3/4] i40e: remove pci_assigned_vfs() check while disabling VFs From: Jeff Kirsher To: Sathya Perla Cc: "linux-pci@vger.kernel.org" , netdev , ariel.elior@qlogic.com, linux.nics@intel.com, shahed.shaikh@qlogic.com, ddutile@redhat.com Content-Type: text/plain; charset=UTF-8 Sender: linux-pci-owner@vger.kernel.org List-ID: On Mon, Nov 10, 2014 at 3:53 AM, Sathya Perla wrote: > From: Vasundhara Volam > > The pci_assigned_vfs() check (while disabling VFs) is being moved to the > pci-sysfs.c file and will be done before invoking sriov_configure(). > > Signed-off-by: Vasundhara Volam > Signed-off-by: Sathya Perla > --- > drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 7 +------ > 1 files changed, 1 insertions(+), 6 deletions(-) Thanks I will add your patch to my queue.