[ovs-dev] [PATCH v3 09/13] ofproto: Use ofproto_flow_mod for learn execution from xlate cache.

2016-09-12 Thread Jarno Rajahalme
Use ofproto_flow_mod with a reference to an existing or new rule instead of ofputil_flow_mod for learn action execution from xlate cache Typically we would find that when a learn xlate cache entry is created, a preceding upcall has already created the learned flow. In this case the xlate cache en

Re: [ovs-dev] [PATCH v3 09/13] ofproto: Use ofproto_flow_mod for learn execution from xlate cache.

2016-09-13 Thread Ben Pfaff
On Mon, Sep 12, 2016 at 01:52:39PM -0700, Jarno Rajahalme wrote: > Use ofproto_flow_mod with a reference to an existing or new rule > instead of ofputil_flow_mod for learn action execution from xlate > cache > > Typically we would find that when a learn xlate cache entry is > created, a preceding

Re: [ovs-dev] [PATCH v3 09/13] ofproto: Use ofproto_flow_mod for learn execution from xlate cache.

2016-09-13 Thread Jarno Rajahalme
> On Sep 13, 2016, at 1:04 PM, Ben Pfaff wrote: > > On Mon, Sep 12, 2016 at 01:52:39PM -0700, Jarno Rajahalme wrote: >> Use ofproto_flow_mod with a reference to an existing or new rule >> instead of ofputil_flow_mod for learn action execution from xlate >> cache >> >> Typically we would find th