RE: [PATCH net-next v3 03/10] devlink: Adding num VFs per PF permanent config param

2017-10-24 Thread Yuval Mintz
> Adding DEVLINK_PERM_CONFIG_NUM_VF_PER_PF permanent config > parameter. Value is permanent, so becomes the new default > value for this device. > > The value sets the number of VFs per PF in SR-IOV mode. Assuming it's meant to directly control the PCIe capability value I think you should mentio

[PATCH net-next v3 03/10] devlink: Adding num VFs per PF permanent config param

2017-10-24 Thread Steve Lin
Adding DEVLINK_PERM_CONFIG_NUM_VF_PER_PF permanent config parameter. Value is permanent, so becomes the new default value for this device. The value sets the number of VFs per PF in SR-IOV mode. Signed-off-by: Steve Lin Acked-by: Andy Gospodarek --- include/uapi/linux/devlink.h | 3 +++ net/c