Hi, I am trying to test the performance of OpenFlow protocol.
First , I just use the simple rule "#ovs-ofctl add-flow br0 "priority=65535 in_port=1, output:2". The performance is good. However when I specify the action below, #ovs-ofctl add-flow br0 "priority=65535 dl_type=0x0800 dl_dst=00:00:00:00:00:00 nw_dst=192.168.1.5 actions= mod_dl_dst:08:00:27:72:ed:0a,output:2" The throughput is only 10% as the previous one. So, I want to know where is this mod_dl_dst function is implentmented. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
