datapath: Don't update flow key when applying actions.
authorJesse Gross <jesse@nicira.com>
Thu, 15 Jul 2010 03:15:53 +0000 (20:15 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 15 Jul 2010 22:09:08 +0000 (15:09 -0700)
commitaebdcb93e0f81d6e6a910ffdfa56ba10f2918afe
treef531b88bf81a95e0eea64e532cdd604e6bc5a388
parent1cb8b59f8ca07d4bd3c0fe3a0608d7a8fca6b08f
datapath: Don't update flow key when applying actions.

Currently the flow key is updated to match an action that is applied
to a packet but these field are never looked at again.  Not only is
this a waste of time it also makes optimizations involving caching
the flow key more difficult.
datapath/actions.c
datapath/actions.h
lib/dpif-netdev.c