Create SR-IOV Direct Ports

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Create the SR-IOV direct port.
    net_id=$(openstack network show sriov-net -c id -f value)
    
    # openstack port create --network $net_id --vnic-type direct \ sriov-port
    
    port_id=$(openstack port show sriov-port -c id -f value)
  3. Repeat the procedure for the second port.