On 8/10/18 8:30 AM, Ryan Stone wrote:
How many VFs are you trying to create?  Getting ENOSPC either
indicates that you tried to allocate more VFs than the hardware
supports, or the system could not allocate enough MMIO space for the
VFs.

Hi Ryan,
I was attempting to create a single VF.  here's my iovct.conf:

PF {
    num_vfs: 1;
    device : "ix0";
}

DEFAULT {
    passthrough : true;
}

my goal is to setup several bhyve instances on this server, and allocate one VF per instance.  for now i'm attempting to create a single VF for testing purposes.

Cheers!
-pete

--
Pete Wright
p...@nomadlogic.org
@nomadlogicLA

_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to