datapath: Remove tunnel configuration sequence number.
authorJesse Gross <jesse@nicira.com>
Fri, 25 Jan 2013 21:53:57 +0000 (13:53 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 28 Jan 2013 18:26:32 +0000 (10:26 -0800)
commit35c8984e5e6c5d08ca934b82734a7c0b4872ccf6
tree8b65e26cba951da2f397e18fcadc01fff3713f40
parent1fc7083dc49130065f23555d4812420ed3901677
datapath: Remove tunnel configuration sequence number.

When tunnel header caching was in use, it was necessary to detect
configuration changes that would invalidate the cache.  This was
done using a sequence number on the configuration.  However, now
that header caching has been removed the sequence number is no
longer necessary.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/tunnel.c
datapath/tunnel.h