Re: [ovs-dev] Is linear search a searching method for vswitchd flow table?

2016-08-14 Thread Ben Pfaff
[adding back ovs-dev] On Sun, Aug 14, 2016 at 09:57:37PM +0900, Nam Bong Ha wrote: > 1. PDF 'SDN Switches: Architecture abd Design' 20 page > URL : >

Re: [ovs-dev] Is linear search a searching method for vswitchd flow table?

2016-08-13 Thread Nam Bong Ha
Has the tuple space search been used from the early version? In several thesis I read, it says they do linear search. Isn't there any openswitch version that uses linear search? Thank you 2016. 8. 13. 오전 1:49에 "Ben Pfaff" 님이 작성: > On Fri, Aug 12, 2016 at 08:40:12PM +0900, Nam

Re: [ovs-dev] Is linear search a searching method for vswitchd flow table?

2016-08-12 Thread Ben Pfaff
On Fri, Aug 12, 2016 at 08:40:12PM +0900, Nam Bong Ha wrote: > Is linear search a searching method for vswitchd flow table? No. Read the NSDI paper: http://openvswitch.org/support/papers/nsdi2015.pdf ___ dev mailing list dev@openvswitch.org

[ovs-dev] Is linear search a searching method for vswitchd flow table?

2016-08-12 Thread Nam Bong Ha
Hi Is linear search a searching method for vswitchd flow table? I filled the following command to vswitchd flow table. Experiment 1. (in_port1, priority=65000) ovs-ofctl add-flow s1 "table=0 priority=65000 in_port=1 actions=ouitput:2" ovs-ofctl add-flow s1 "table=0 priority=3 in_port=3