Re: [ovs-dev] [PATCH 3/9] ct-dpif: Add ct_dpif_get_info()

2017-08-31 Thread Greg Rose
On 08/25/2017 03:51 PM, Yi-Hung Wei wrote: This patch adds ct_dpif_get_info() to dpif_class for querying conntrack info from datapath. Later patches will use this function to query ct_fields such as ct_state, ct_mark, and ct_label for ofproto/trace command. The following commits will provide

[ovs-dev] [PATCH 3/9] ct-dpif: Add ct_dpif_get_info()

2017-08-25 Thread Yi-Hung Wei
This patch adds ct_dpif_get_info() to dpif_class for querying conntrack info from datapath. Later patches will use this function to query ct_fields such as ct_state, ct_mark, and ct_label for ofproto/trace command. The following commits will provide implementation of ct_dpif_get_info() on