commit | 2fdb957d634a906ae8939bff23d45968307acbf7 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Sun Oct 19 11:19:51 2014 -0700 |
committer | Pravin B Shelar <pshelar@nicira.com> | Wed Nov 05 23:52:35 2014 -0800 |
tree | 98eee0e868f2b6ff95d715d7a0cdac169d3357d4 | |
parent | 41af73e9c17d5fb549fced2be97faeb4b8606fb8 [diff] |
openvswitch: Refactor action alloc and copy api. There are two separate API to allocate and copy actions list. Anytime OVS needs to copy action list, it needs to call both functions. Following patch moves action allocation to copy function to avoid code duplication. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>