Hi,

I insert many flows entries in ovs flowtable. the command I used is below:


ovs-ofctl add-flow ovs-br1
ip,nw_dst=100.0."$i"."$j",actions=mod_dl_dst:90:e2:ba:5b:88:2c,in_port

the other host machine(DPDK-pktgen) which is connected OVS machine send
packets with 100.0."$i"."$j".

I use RSS mode, so I thought that receiving multi flow packet makes ovs
multi thread mode, but It didn't

How to use OVS in multi thread mode?

Please let me know if you have any insights.
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to