Re: [ovs-dev] [PATCH v7 09/16] hmap: Use struct for hmap_at_position().

2016-04-18 Thread Kavanagh, Mark B
> >Hi Mark, > >On 14/04/2016 05:36, "Kavanagh, Mark B" wrote: > >>Hi Daniele, >> >>One minor comment inline. >> >>Cheers, >>Mark >> >>> >>>The interface will be more similar to the cmap. >>> >>>Signed-off-by: Daniele Di Proietto >>>--- >>>

Re: [ovs-dev] [PATCH v7 09/16] hmap: Use struct for hmap_at_position().

2016-04-15 Thread Daniele Di Proietto
Hi Mark, On 14/04/2016 05:36, "Kavanagh, Mark B" wrote: >Hi Daniele, > >One minor comment inline. > >Cheers, >Mark > >> >>The interface will be more similar to the cmap. >> >>Signed-off-by: Daniele Di Proietto >>--- >> lib/hmap.c |

Re: [ovs-dev] [PATCH v7 09/16] hmap: Use struct for hmap_at_position().

2016-04-14 Thread Kavanagh, Mark B
Hi Daniele, One minor comment inline. Cheers, Mark > >The interface will be more similar to the cmap. > >Signed-off-by: Daniele Di Proietto >--- > lib/hmap.c | 26 -- > lib/hmap.h | 7 ++- > lib/sset.c | 12

[ovs-dev] [PATCH v7 09/16] hmap: Use struct for hmap_at_position().

2016-04-07 Thread Daniele Di Proietto
The interface will be more similar to the cmap. Signed-off-by: Daniele Di Proietto --- lib/hmap.c | 26 -- lib/hmap.h | 7 ++- lib/sset.c | 12 +--- lib/sset.h | 7 ++-