Re: [ovs-dev] [PATCH] bridge: Set ofport column in every database transaction.

2014-01-30 Thread Ben Pfaff
Thanks, applied to master and branch-2.1. On Thu, Jan 30, 2014 at 04:11:13PM -0800, Justin Pettit wrote: > Acked-by: Justin Pettit > > > On 1/30/14, 3:40 PM, "Ben Pfaff" wrote: > > >Database transactions can occasionally fail due to concurrent changes in > >the database. When that happens, t

Re: [ovs-dev] [PATCH] bridge: Set ofport column in every database transaction.

2014-01-30 Thread Justin Pettit
Acked-by: Justin Pettit On 1/30/14, 3:40 PM, "Ben Pfaff" wrote: >Database transactions can occasionally fail due to concurrent changes in >the database. When that happens, the next transaction should repeat the >changes that ovs-vswitchd tried to make the first time (adjusted for the >changes

[ovs-dev] [PATCH] bridge: Set ofport column in every database transaction.

2014-01-30 Thread Ben Pfaff
Database transactions can occasionally fail due to concurrent changes in the database. When that happens, the next transaction should repeat the changes that ovs-vswitchd tried to make the first time (adjusted for the changes to the database). The code to report the OpenFlow port number in use di