Re: [ovs-dev] [PATCH v2 2/4] ofproto-dpif: Remove initial_vals.tunnel_ip_tos.

2013-05-08 Thread Ben Pfaff
On Mon, May 06, 2013 at 02:56:17PM +0300, Jarno Rajahalme wrote: > As tunnel metadata is no longer cleared on input, and the input > values are retained in 'ctx->flow' accross tunnel output actions, > there is no need to store the tunnel.ip_tos to initial_vals. > > Signed-off-by: Jarno Rajahalme

[ovs-dev] [PATCH v2 2/4] ofproto-dpif: Remove initial_vals.tunnel_ip_tos.

2013-05-06 Thread Jarno Rajahalme
As tunnel metadata is no longer cleared on input, and the input values are retained in 'ctx->flow' accross tunnel output actions, there is no need to store the tunnel.ip_tos to initial_vals. Signed-off-by: Jarno Rajahalme --- v2: no change ofproto/ofproto-dpif.c | 15 ++- 1 file c