Example 6
FUNCTION PCHID=100,FID=300,TYPE=PAIA,PART=((SSA1),(SSA2)),PF
FUNCTION PCHID=100,FID=301,TYPE=PAIA,PART=((SSA1),(SSA2)),VF=1
FUNCTION PCHID=100,FID=302,TYPE=PAIA,PART=((LP1),(LP5,LP7)),VF=2
The preceding statements:
- Defines function identifier 300 on PCHID 100 as a physical function and as type PAIA. It is initially assigned to logical partition SSA1 and can be reconfigured to SSA2.
-
Defines function identifier 301 on PCHID 100 with VF 1 as type PAIA. It is initially assigned to logical partition SSA1 and can be reconfigured to SSA2. This FID will be the privileged VF because it uses VF 1. Since it must be used in the same partition as the PF, it has the same access and candidate lists as the PF does.
-
Defines function identifier 302 on PCHID 100 with VF 2 as type PAIA. It is initially assigned to logical partition LP1 and can be reconfigured to LP5 or LP7. This VF cannot be used in the partition that owns the PF. The VF must be defined as VF 2 and can be used for AI functions such as AI inferencing.