Re: [ovs-dev] [PATCH] dpif: Refactor obj type from void pointer to dpif_class

2017-07-27 Thread Simon Horman
On Wed, Jul 26, 2017 at 02:35:10PM -0700, Joe Stringer wrote: > On 24 July 2017 at 22:28, Roi Dayan wrote: > > It's basically what is being passed today and passing a specific > > type adds a compiler type check. > > > > Signed-off-by: Roi Dayan > >

Re: [ovs-dev] [PATCH] dpif: Refactor obj type from void pointer to dpif_class

2017-07-26 Thread Joe Stringer
On 24 July 2017 at 22:28, Roi Dayan wrote: > It's basically what is being passed today and passing a specific > type adds a compiler type check. > > Signed-off-by: Roi Dayan > Reviewed-by: Paul Blakey Acked-by: Joe Stringer

[ovs-dev] [PATCH] dpif: Refactor obj type from void pointer to dpif_class

2017-07-24 Thread Roi Dayan
It's basically what is being passed today and passing a specific type adds a compiler type check. Signed-off-by: Roi Dayan Reviewed-by: Paul Blakey --- lib/dpif-netlink.c | 15 ++-- lib/dpif.c | 6 ++--- lib/dpif.h