Re: [ovs-dev] [PATCH v3 2/3] util: Expose function nullable_string_is_equal.

2016-07-25 Thread Daniele Di Proietto
Nice! Applied to master, thanks On 15/07/2016 04:54, "Ilya Maximets" wrote: >Implementation of 'nullable_string_is_equal()' moved to util.c and >reused inside dpif-netdev. > >Signed-off-by: Ilya Maximets >--- > lib/dpif-netdev.c|

[ovs-dev] [PATCH v3 2/3] util: Expose function nullable_string_is_equal.

2016-07-15 Thread Ilya Maximets
Implementation of 'nullable_string_is_equal()' moved to util.c and reused inside dpif-netdev. Signed-off-by: Ilya Maximets --- lib/dpif-netdev.c| 14 ++ lib/util.c | 6 ++ lib/util.h | 1 +