]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Copy individual actions.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 18 Jun 2013 00:50:12 +0000 (17:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 01:07:41 +0000 (18:07 -0700)
commit15e9ae54702493d3b1ec95dfc0bf351bac7bd580
tree4a51b650c961117b791418873527c296ae183af1
parentf5177c33910480010d6a956797fbf05f93d4d405
openvswitch: Copy individual actions.

Rather than validating actions and then copying all actiaons
in one block, following patch does same operation in single pass.
This validate and copy action one by one. This is required for
ovs tunneling patch.

This patch does not change any functionality.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c
net/openvswitch/flow.c
net/openvswitch/flow.h