Re: [ovs-dev] [PATCH v2 3/4] ofproto-dpif: Keep perfect fitness on tunnel input.

2013-05-08 Thread Ben Pfaff
On Mon, May 06, 2013 at 02:56:18PM +0300, Jarno Rajahalme wrote: > As the flow is no longer modified (apart from the in_port) on tunnel > input, the perfect fitness can be retained. > > Signed-off-by: Jarno Rajahalme I applied this to master. I noticed that now further simplifications may be ap

[ovs-dev] [PATCH v2 3/4] ofproto-dpif: Keep perfect fitness on tunnel input.

2013-05-06 Thread Jarno Rajahalme
As the flow is no longer modified (apart from the in_port) on tunnel input, the perfect fitness can be retained. Signed-off-by: Jarno Rajahalme --- v2: no change ofproto/ofproto-dpif.c |3 --- 1 file changed, 3 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index