[ovs-dev] feedback info. from User Space

2015-05-19 Thread luc
Hello. I am new to the openvswitch code, while going through the user space and kernel space codes, I have one question which confused me a bit: When kernel space can not find a flow entry in its table, it will pop up the packet to user space level. After user space knows the corresponding rule,

[ovs-dev] flow isolation

2015-05-19 Thread luc
, I am still curious to know if such flow isolation is already implemented in ovs (e.g. version 2.3.1).. Thanks a lot luc ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] datapath.c for packet with(out) flow entry

2015-05-15 Thread luc
2015-05-12 23:20 GMT+02:00 Joe Stringer : > On 12 May 2015 at 11:59, luc wrote: > > Hello team > > > > I am trying to work deeper into the code level of OVS. and what I would > > like to do is the following: > > > > For the receiving packet, if ther

[ovs-dev] datapath.c for packet with(out) flow entry

2015-05-12 Thread luc
/* Update datapath statistics. */ ...(omit the original code)... } Thanks a lot Luc ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev