diff options
author | pravin shelar <pshelar@ovn.org> | 2016-09-19 22:50:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-21 04:54:35 +0200 |
commit | 190aa3e77880a05332ea1ccb382a51285d57adb5 (patch) | |
tree | 8b92a5b65576343d515d00afd06833dad0114418 /net/openvswitch/flow_netlink.h | |
parent | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
download | linux-190aa3e77880a05332ea1ccb382a51285d57adb5.tar.xz linux-190aa3e77880a05332ea1ccb382a51285d57adb5.zip |
openvswitch: Fix Frame-size larger than 1024 bytes warning.
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 bytes [-Wframe-larger-than=]
Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions