Re: [ovs-dev] [PATCH v1] Python IDL Partial Set and Map Updates

2016-08-15 Thread Amitabha Biswas
I must have overlooked removing that routine. It’s not needed. I’ll push v2. Thanks Amitabha > On Aug 15, 2016, at 9:22 AM, Ben Pfaff wrote: > > On Mon, Aug 15, 2016 at 02:21:55AM -0700, Amitabha Biswas wrote: >> This patch fixes a couple of bugs in commit a59912a0 >> (python: add support for p

Re: [ovs-dev] [PATCH v1] Python IDL Partial Set and Map Updates

2016-08-15 Thread Ben Pfaff
On Mon, Aug 15, 2016 at 02:21:55AM -0700, Amitabha Biswas wrote: > This patch fixes a couple of bugs in commit a59912a0 > (python: add support for partial map and partial set updates) > and reverses a simplication added in commit 884d9bad > (Simplify partial map Py3 IDL test) to make the Python3 te

[ovs-dev] [PATCH v1] Python IDL Partial Set and Map Updates

2016-08-15 Thread Amitabha Biswas
This patch fixes a couple of bugs in commit a59912a0 (python: add support for partial map and partial set updates) and reverses a simplication added in commit 884d9bad (Simplify partial map Py3 IDL test) to make the Python3 test cases passes. The following changes have been made: 1. Allow multipl