Re: [ovs-dev] [PATCH 21/22] ofctrl: Negotiate OVN Geneve option.

2015-08-03 Thread Ben Pfaff
On Fri, Jul 31, 2015 at 11:08:19PM -0700, Alex Wang wrote: > On Fri, Jul 31, 2015 at 10:15 PM, Ben Pfaff wrote: > > > On Fri, Jul 31, 2015 at 10:04:35PM -0700, Alex Wang wrote: > > > Is there any documentation for the ovs side geneve negotiation? > > > > No. What kind of documentation would help

Re: [ovs-dev] [PATCH 21/22] ofctrl: Negotiate OVN Geneve option.

2015-07-31 Thread Alex Wang
On Fri, Jul 31, 2015 at 10:15 PM, Ben Pfaff wrote: > On Fri, Jul 31, 2015 at 10:04:35PM -0700, Alex Wang wrote: > > Is there any documentation for the ovs side geneve negotiation? > > No. What kind of documentation would help? > Maybe, For ovs side, my understanding is that Geneve allows us to

Re: [ovs-dev] [PATCH 21/22] ofctrl: Negotiate OVN Geneve option.

2015-07-31 Thread Ben Pfaff
On Fri, Jul 31, 2015 at 10:04:35PM -0700, Alex Wang wrote: > Is there any documentation for the ovs side geneve negotiation? No. What kind of documentation would help? > > +if (state != S_UPDATE_FLOWS > > +|| rconn_packet_counter_n_packets(tx_counter)) { > > +ovn_flow_table_c

Re: [ovs-dev] [PATCH 21/22] ofctrl: Negotiate OVN Geneve option.

2015-07-31 Thread Alex Wang
Is there any documentation for the ovs side geneve negotiation? Also one question below: Thanks, Alex Wang, On Sun, Jul 19, 2015 at 3:45 PM, Ben Pfaff wrote: > This won't really get used until the next commit. > > Signed-off-by: Ben Pfaff > --- > ovn/controller/ofctrl.c | 470 > +

[ovs-dev] [PATCH 21/22] ofctrl: Negotiate OVN Geneve option.

2015-07-19 Thread Ben Pfaff
This won't really get used until the next commit. Signed-off-by: Ben Pfaff --- ovn/controller/ofctrl.c | 470 ovn/controller/ofctrl.h | 5 +- ovn/controller/ovn-controller.c | 6 +- ovn/controller/physical.h | 7 + 4 files chan