[ovs-dev] [PATCH] netdev-dpdk: Flow validation refactoring.

Flavio Leitner fbl at sysclose.org
Wed Feb 13 18:25:18 UTC 2019


On Mon, Nov 12, 2018 at 12:28:39PM +0300, Ilya Maximets wrote:
> * Dropped 'is_all_zero' function, which is equal to 'is_all_zeros'
>   from util.h .
> * util.h added to includes. Includes re-sorted within their blocks.
>   (it's hard to figure out where to put new one if there is no order.)
>   Note: linux/if.h depends on sys/socket.h .
> * 'ovs_u128_is_zero' used instead of manual checking of fields.
> * Code simplified by using direct pointer to 'match->wc.masks'.
> * 'sizeof's rewritten to be coding-style complient.
> 
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>
> ---

LGTM
Acked-by: Flavio Leitner <fbl at sysclose.org>




More information about the dev mailing list