From: Pravin B Shelar
Date: Mon, 19 Sep 2016 13:50:59 -0700
> There is no need to declare separate key on stack,
> we can just use sw_flow->key to store the key directly.
>
> This commit fixes following warning:
>
> net/openvswitch/datapath.c: In function ‘ovs_flow_cmd_new’:
> net/openvswitch/d
There is no need to declare separate key on stack,
we can just use sw_flow->key to store the key directly.
This commit fixes following warning:
net/openvswitch/datapath.c: In function ‘ovs_flow_cmd_new’:
net/openvswitch/datapath.c:1080:1: warning: the frame size of 1040 bytes
is larger than 1024