]> 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)
commitd8392e262708d36e955deb48a1d3ac4d8604757b
tree4a51b650c961117b791418873527c296ae183af1
parente2e9f9c46534205c3b8975d35c52996b3c32b83e
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