From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: Alex Williamson <alex.williamson@redhat.com>
Cc: gregory.v.rose@intel.com, netdev@vger.kernel.org,
ddutile@redhat.com, linux-kernel@vger.kernel.org,
sassmann@redhat.com
Subject: Re: [PATCH] igb: SR-IOV init reordering
Date: Wed, 13 Mar 2013 00:51:39 -0700 [thread overview]
Message-ID: <1363161099.2099.17.camel@jtkirshe-mobl> (raw)
In-Reply-To: <20130312212533.19552.92159.stgit@bling.home>
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
On Tue, 2013-03-12 at 15:25 -0600, Alex Williamson wrote:
> igb is ineffective at setting a lower total VFs because:
>
> int pci_sriov_set_totalvfs(struct pci_dev *dev, u16 numvfs)
> {
> ...
> /* Shouldn't change if VFs already enabled */
> if (dev->sriov->ctrl & PCI_SRIOV_CTRL_VFE)
> return -EBUSY;
>
> Swap init ordering.
>
> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
> ---
> drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
I have added the patch to my igb queue, thanks!
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2013-03-13 7:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-12 21:25 [PATCH] igb: SR-IOV init reordering Alex Williamson
2013-03-13 7:51 ` Jeff Kirsher [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1363161099.2099.17.camel@jtkirshe-mobl \
--to=jeffrey.t.kirsher@intel.com \
--cc=alex.williamson@redhat.com \
--cc=ddutile@redhat.com \
--cc=gregory.v.rose@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sassmann@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).