Hi all,
I want to add specific dpdk enabled ports to a bridge following the
instructions in Install.DPDK.md.
My setup has multiple (i.e. 4) dpdk enabled nics ports.
So i created the bridge using:
> ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev
and add an interface using
> ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk
I wonder if there is a way to address a specific (physical) dpdk port
other than *guessing* the number after “dpdk0“?

Previous to this step, I bound the nics to the igb_uio dpdk driver using
the PCI-ID. The tools, specifically the dpdk_nic_bind.py script that
comes with the dpdk 2.0 uses only PCI device IDs. There is on reference
to the index number after dpdk i.e. “dpdk0” in the scipt.

Thank you for your time,
Benedikt
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to