[ovs-dev] [PATCH v2] python: Send notifications after the transaction ends

2021-03-03 Thread Terry Wilson
The Python IDL notification mechanism was sending a notification for each processed update in a transaction as it was processed. This causes isseues with multi-row change that contain references to each other. For example, if a Logical_Router_Port is created along with a Gateway_Chassis, and the L

Re: [ovs-dev] [PATCH v2] python: Send notifications after the transaction ends

2021-03-03 Thread Brian Haley
Hi Terry, Thanks for the patch, comments below. On 3/3/21 9:24 AM, Terry Wilson wrote: The Python IDL notification mechanism was sending a notification for each processed update in a transaction as it was processed. This causes isseues with multi-row change that contain references to each other

Re: [ovs-dev] [PATCH v2] python: Send notifications after the transaction ends

2021-03-03 Thread Terry Wilson
On Wed, Mar 3, 2021 at 1:47 PM Brian Haley wrote: > > Hi Terry, > > Thanks for the patch, comments below. > > On 3/3/21 9:24 AM, Terry Wilson wrote: > > The Python IDL notification mechanism was sending a notification > > for each processed update in a transaction as it was processed. > > This cau

Re: [ovs-dev] [PATCH v2] python: Send notifications after the transaction ends

2021-03-03 Thread Brian Haley
On 3/3/21 3:18 PM, Terry Wilson wrote: On Wed, Mar 3, 2021 at 1:47 PM Brian Haley wrote: Hi Terry, Thanks for the patch, comments below. On 3/3/21 9:24 AM, Terry Wilson wrote: The Python IDL notification mechanism was sending a notification for each processed update in a transaction as it w