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)
commit74f84a5726c7d08c27745305e67474b8645c541d
tree4a51b650c961117b791418873527c296ae183af1
parent9a628224a61bbcd2b50b3ec96e661fbbb49b619a
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