Re: [ovs-dev] [PATCH 1/2] ct-dpif, dpif-netlink: Support conntrack flush by ct 5-tuple

2017-11-21 Thread Yi-Hung Wei
Thanks Justin for reviewing this series. I will repin v2 based on your comments. On Wed, Nov 15, 2017 at 4:28 PM, Justin Pettit wrote: > > --- a/lib/ct-dpif.c > > +++ b/lib/ct-dpif.c > > @@ -111,19 +111,30 @@ ct_dpif_dump_done(struct ct_dpif_dump_state *dump) > > } > > > > /*

Re: [ovs-dev] [PATCH 1/2] ct-dpif, dpif-netlink: Support conntrack flush by ct 5-tuple

2017-11-15 Thread Justin Pettit
> On Nov 13, 2017, at 12:12 PM, Yi-Hung Wei wrote: > > This patch adds support of flushing a conntrack entry specified by the > conntrack 5-tuple, and provides the implementation in dpif-netlink. > The implementation of dpif-netlink in the Linux datapath utilizes the >