commit | 2279994d07ab67ff7a1d09bfbd65588332dfb6d8 | [log] [tgz] |
---|---|---|
author | pravin shelar <pshelar@ovn.org> | Mon Sep 19 13:51:00 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 20 22:54:35 2016 -0400 |
tree | 6d7b081fca05a44e0fd991b35d5c9ed39c74832f | |
parent | 190aa3e77880a05332ea1ccb382a51285d57adb5 [diff] |
openvswitch: avoid resetting flow key while installing new flow. since commit commit db74a3335e0f6 ("openvswitch: use percpu flow stats") flow alloc resets flow-key. So there is no need to reset the flow-key again if OVS is using newly allocated flow-key. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>