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,
, 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
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
/* Update datapath statistics. */
...(omit the original code)...
}
Thanks a lot
Luc
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev