Re: [ovs-dev] [PATCH 2/3] [RFC] datapath: tunnelling: Pass l4_offset to update_header callback

2012-04-09 Thread Simon Horman
On Mon, Apr 09, 2012 at 09:30:43AM -0700, Jesse Gross wrote: > On Sun, Apr 8, 2012 at 10:39 PM, Simon Horman wrote: > > On Fri, Apr 06, 2012 at 10:44:18AM -0700, Jesse Gross wrote: > >> On Thu, Apr 5, 2012 at 7:10 PM, Simon Horman wrote: > >> > On Thu, Apr 05, 2012 at 05:34:21PM -0700, Jesse Gros

Re: [ovs-dev] Digital Photo Editing Services -

2012-04-09 Thread remo
stop sending emails to me___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] Python binaries to write comment in db show-log while updating database

2012-04-09 Thread Ben Pfaff
On Mon, Apr 09, 2012 at 01:29:32PM -0700, Arun Sharma wrote: > This is an improvement in python script ovs-xapi-sync to call add_comment() > method while updating database. This will help developer to debug binaries > and database from ovsdb-tool show-log command output and understand which > pytho

[ovs-dev] [PATCH] Python binaries to write comment in db show-log while updating database

2012-04-09 Thread Arun Sharma
This is an improvement in python script ovs-xapi-sync to call add_comment() method while updating database. This will help developer to debug binaries and database from ovsdb-tool show-log command output and understand which python binary is updating db. Feature #10543 Signed-off-by: Arun Sharma

[ovs-dev] How OpenvSwitch Quantum Plugin Gets MAC Address

2012-04-09 Thread Nikhil
Hello Friends, Kindly help me in understanding how OpenvSwtich Quantum Plugin gets MAC address? I checked the '*ovs_quantum'* database, none of the tables persist MAC address. Where as OVS do have this information ( Interface table of external_ids). Please explain me where its gets this informa

Re: [ovs-dev] [PATCH 2/3] [RFC] datapath: tunnelling: Pass l4_offset to update_header callback

2012-04-09 Thread Jesse Gross
On Sun, Apr 8, 2012 at 10:39 PM, Simon Horman wrote: > On Fri, Apr 06, 2012 at 10:44:18AM -0700, Jesse Gross wrote: >> On Thu, Apr 5, 2012 at 7:10 PM, Simon Horman wrote: >> > On Thu, Apr 05, 2012 at 05:34:21PM -0700, Jesse Gross wrote: >> >> On Tue, Apr 3, 2012 at 10:14 PM, Simon Horman wrote:

Re: [ovs-dev] [PATCH 3/3] datapath: Release rtnl_lock if ovs_vport_cmd_build_info() failed

2012-04-09 Thread Jesse Gross
On Fri, Apr 6, 2012 at 6:07 PM, Ansis Atteka wrote: > This patch fixes a possible lock-up bug where rtnl_lock might not > get released. > > Signed-off-by: Ansis Atteka I think there's still an issue in this code path (although not a new one). If ovs_vport_set_options() succeeds but change_vport

Re: [ovs-dev] [PATCH 1/3] datapath: Do not send notification if ovs_vport_set_options() failed

2012-04-09 Thread Jesse Gross
On Fri, Apr 6, 2012 at 6:07 PM, Ansis Atteka wrote: > There is no need to send a notification if ovs_vport_set_options() failed > and ovs_vport_cmd_set() did not change anything. > > Issue#10285 > > Signed-off-by: Ansis Atteka Acked-by: Jesse Gross __