Re: [ovs-dev] [PATCH v2 07/15] object-collection: Remove access to stub.

2016-08-30 Thread Jarno Rajahalme
Thanks for the review, pushed to master, Jarno > On Aug 29, 2016, at 2:57 PM, Ben Pfaff wrote: > > On Mon, Aug 22, 2016 at 04:31:33PM -0700, Jarno Rajahalme wrote: >> Better not use access to the *_collection_stub(), as it is an internal >> implementation detail. >> >>

Re: [ovs-dev] [PATCH v2 07/15] object-collection: Remove access to stub.

2016-08-29 Thread Ben Pfaff
On Mon, Aug 22, 2016 at 04:31:33PM -0700, Jarno Rajahalme wrote: > Better not use access to the *_collection_stub(), as it is an internal > implementation detail. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___

[ovs-dev] [PATCH v2 07/15] object-collection: Remove access to stub.

2016-08-22 Thread Jarno Rajahalme
Better not use access to the *_collection_stub(), as it is an internal implementation detail. Signed-off-by: Jarno Rajahalme --- lib/object-collection.h | 5 - ofproto/ofproto.c | 10 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git