Displaying 1 result from an estimated 1 matches for "ch1ext_dpdk".
2017 Jul 20
0
OVS+DPDK Problem
...--no-ovsdb-server --db-sock="$DB_SOCK" start
6. Cheking driver mapping for NICs
driverctl -v list-devices | grep -i net
$DPDK_DIR/tools/dpdk-devbind.py --status
7. Adding OVS+DPDK bridge and ports
ovs-vsctl add-br ch1int_dpdk -- set bridge ch1int_dpdk datapath_type=netdev
ovs-vsctl add-br ch1ext_dpdk -- set bridge ch1ext_dpdk datapath_type=netdev
ovs-vsctl add-port ch1int_dpdk nic810 -- set Interface nic810 type=dpdk
options:dpdk-devargs=0000:81:00.0
ovs-vsctl add-port ch1ext_dpdk nic811 -- set Interface nic811 type=dpdk
options:dpdk-devargs=0000:81:00.1
8. Adding OVS (no DPDK) bridge and ports...