Re: [ovs-dev] [PATCH 36/41] ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.

2016-01-20 Thread Jarno Rajahalme
This is nice reduction of code duplication as well. Acked-by: Jarno Rajahalme > On Jan 18, 2016, at 11:27 PM, Ben Pfaff wrote: > > Instead reconstruct it using the action set, since we already have the > logic to do that. > > This seems a little nicer because we

[ovs-dev] [PATCH 36/41] ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.

2016-01-18 Thread Ben Pfaff
Instead reconstruct it using the action set, since we already have the logic to do that. This seems a little nicer because we don't have to "trust" the metadata as much. Signed-off-by: Ben Pfaff --- ofproto/ofproto-dpif-rid.h | 3 --- ofproto/ofproto-dpif-xlate.c | 40