Date: Sat, 24 Jan 2015 22:44:39 +0000 From: "rstone (Ryan Stone)" <phabric-noreply@FreeBSD.org> To: freebsd-net@freebsd.org Subject: [Differential] [Request, 118 lines] D1642: Implement PCI SR-IOV method to initialize individual VFs Message-ID: <differential-rev-PHID-DREV-xc3nyx26bvduqzqd74oz-req@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
rstone created this revision. rstone added a reviewer: jfvogel. rstone added a subscriber: freebsd-net. REVISION SUMMARY For each VF that has been allocated, the PF driver must allocate a Virtual Switch Interface (VSI), which is a virtual port on the virtual Fortville switch (VEB). In device_attach() for the PF, we now have to initialize all RX and TX queues instead just those that will be used by the PF, as there is no way of know how many will be allocated at runtime for the VFs. REVISION DETAIL https://reviews.freebsd.org/D1642 AFFECTED FILES sys/dev/ixl/if_ixl.c sys/dev/ixl/ixl.h sys/dev/ixl/ixl_pf.h sys/dev/ixl/ixlv.h To: rstone, jfvogel Cc: freebsd-net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?differential-rev-PHID-DREV-xc3nyx26bvduqzqd74oz-req>