CSAR configuration for PTP in passthrough mode and ACC100 device.
CSAR configuration for PTP in Passthrough mode and ACC100 device
Note: For PTP in Passthrough mode, specify
Device Type
as
NIC
. For details on CSAR modification, see
Infrastructure Requirements Designer.
ptp: required: true propertyName: ptp description: Select PCI Group for Device PTP default: 'ptp' type: string format: pf_group acc100: required: true propertyName: acc100 description: 'Select PCI Group for Device sriovacc100igbuio, sriovacc100vfio' default: 'acc100' type: string format: pf_group .... .... passthrough_devices: - device_type: NIC pf_group: ptp isSharedAcrossNuma: true - device_type: ACC100 pf_group: acc100 resourceName: sriovacc100vfio dpdkBinding: vfio-pci isSharedAcrossNuma: true
CSAR configuration for PTP over VF mode and ACC100 device
Note: For PTP over VF, specify
Device Type
as
PTP
. For details on CSAR modification, see
Infrastructure Requirements Designer.
ptp: required: true propertyName: ptp description: Select PCI Group for Device PTP default: 'ptp' type: string format: pf_group acc100: required: true propertyName: acc100 description: 'Select PCI Group for Device sriovacc100igbuio, sriovacc100vfio' default: 'acc100' type: string format: pf_group .... .... passthrough_devices: - device_type: PTP pf_group: ptp isSharedAcrossNuma: true - device_type: ACC100 pf_group: acc100 resourceName: sriovacc100vfio dpdkBinding: vfio-pci isSharedAcrossNuma: true