Re: [ovs-dev] [PATCH] dpif-netdev: Fix double inclusion of cmap.h

2016-02-26 Thread Joe Stringer
On 25 February 2016 at 21:35, Ilya Maximets wrote: > On 26.02.2016 03:11, Joe Stringer wrote: >> On 24 February 2016 at 23:51, Ilya Maximets wrote: >>> Also, all headers sorted lexicographically. >>> >>> Fixes: 9f361d6b29fb ("dpif-netdev: Use cmap instead of hmap.") >>> Signed-off-by: Ilya Maxime

Re: [ovs-dev] [PATCH] dpif-netdev: Fix double inclusion of cmap.h

2016-02-25 Thread Ilya Maximets
On 26.02.2016 03:11, Joe Stringer wrote: > On 24 February 2016 at 23:51, Ilya Maximets wrote: >> Also, all headers sorted lexicographically. >> >> Fixes: 9f361d6b29fb ("dpif-netdev: Use cmap instead of hmap.") >> Signed-off-by: Ilya Maximets > > Typically the "Fixes:" tag is used for bugs, to he

Re: [ovs-dev] [PATCH] dpif-netdev: Fix double inclusion of cmap.h

2016-02-25 Thread Joe Stringer
On 24 February 2016 at 23:51, Ilya Maximets wrote: > Also, all headers sorted lexicographically. > > Fixes: 9f361d6b29fb ("dpif-netdev: Use cmap instead of hmap.") > Signed-off-by: Ilya Maximets Typically the "Fixes:" tag is used for bugs, to help us determine which releases have the problem so

[ovs-dev] [PATCH] dpif-netdev: Fix double inclusion of cmap.h

2016-02-24 Thread Ilya Maximets
Also, all headers sorted lexicographically. Fixes: 9f361d6b29fb ("dpif-netdev: Use cmap instead of hmap.") Signed-off-by: Ilya Maximets --- lib/dpif-netdev.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index b66a66c..6217009 1