CSAR configuration for PTP in passthrough mode and Accelerator device.
CSAR configuration for PTP in Passthrough mode and Accelerator 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
accelerator:
required: true
propertyName: accelerator
description: 'Select PCI Group for Device sriovacceleratorigbuio, sriovacc100vfio'
default: 'acc100'
type: string
format: pf_group
....
....
passthrough_devices:
- device_type: NIC
pf_group: ptp
isSharedAcrossNuma: true
- device_type: ACCELERATOR
pf_group: accelerator
resourceName: sriovacceleratorvfio
dpdkBinding: vfio-pci
isSharedAcrossNuma: true
CSAR configuration for PTP over VF mode and Accelerator 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
accelerator:
required: true
propertyName: accelerator
description: 'Select PCI Group for Device sriovacceleratorigbuio, sriovacceleratorvfio'
default: 'acc100'
type: string
format: pf_group
....
....
passthrough_devices:
- device_type: PTP
pf_group: ptp
isSharedAcrossNuma: true
- device_type: ACCELERATOR
pf_group: Accelerator
resourceName: sriovacceleratorvfio
dpdkBinding: vfio-pci
isSharedAcrossNuma: true