[ovs-dev] [PATCH net-next v5 04/10] net: openvswitch: optimize flow mask cache hash collision

David Miller davem at davemloft.net
Wed Oct 30 21:19:05 UTC 2019


From: xiangxia.m.yue at gmail.com
Date: Sat, 19 Oct 2019 16:08:38 +0800

> @@ -516,18 +519,31 @@ static struct sw_flow *flow_lookup(struct flow_table *tbl,
>  				   u32 *index)
>  {
>  	struct sw_flow *flow;
> +	struct sw_flow_mask *mask;
>  	int i;

Please preserve the reverse christmas tree ordering of local variables here.

Thank you.


More information about the dev mailing list