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

2015-05-15 Thread Joe Stringer
On 15 May 2015 at 07:13, luc wrote: > 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

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 there is no matching rule in the flow table > > (i.e

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

2015-05-12 Thread 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 there is no matching rule in the flow table > (i.e. packet is sent to user space and further sent to the sdn

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

2015-05-12 Thread luc
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 there is no matching rule in the flow table (i.e. packet is sent to user space and further sent to the sdn controller), I would like to print out a message;