Users Guide

Table Of Contents
SR-IOV: Configuration and Use Case ExamplesNetXtreme-E User’s Manual
September 4, 2019 NetXtreme-E-UG103 Page 67
esxcli network sriovnic list
To enable one or more VFs, the driver uses the module parameter "max_vfs" to enable the desired number
of VFs for PFs. For example, to enable four VFs on PF1:
esxcfg-module -s 'max_vfs=4' bnxtnet (reboot required)
To enable VFs on a set of PFs, use the command format shown below. For example, to enable four VFs on
PF 0 and 2 VFs on PF 2:
esxcfg-module -s 'max_vfs=4,2' bnxtnet (reboot required)
The required VFs of each supported PF are enabled in order during the PF bring up. For more information
on how to map a VF to a VM, refer to the VMware documentation.