Re: [ovs-dev] [patch_v2] flow.c: Refactor ct_orig_tuple check in miniflow_extract.

2017-06-07 Thread Ben Pfaff
On Mon, Jun 05, 2017 at 06:34:33AM -0700, Darrell Ball wrote: > The checks to populate ct_orig_tuple in miniflow_extract > include recirc_id being non-zero. Now, ct_orig_tuple > is only populated if the packet has passed through the > connection tracker, which is a prerequisite for having > valid

[ovs-dev] [patch_v2] flow.c: Refactor ct_orig_tuple check in miniflow_extract.

2017-06-05 Thread Darrell Ball
The checks to populate ct_orig_tuple in miniflow_extract include recirc_id being non-zero. Now, ct_orig_tuple is only populated if the packet has passed through the connection tracker, which is a prerequisite for having valid ct_orig_tuple information. This is recognized by having a non-zero ct_s