Re: [ovs-dev] [PATCH 3/3] dpif: Use DPIF_FP_MODIFY for feature probes.

2014-12-11 Thread Ben Pfaff
On Wed, Dec 03, 2014 at 02:24:48PM -0800, Joe Stringer wrote: > If ovs-vswitchd is killed at the right time, then a probe flow may be > left in the datapath. This commit adds the DPIF_FP_MODIFY flag to > feature probes so that re-creating the same probe flow will not cause an > error. > > These fl

[ovs-dev] [PATCH 3/3] dpif: Use DPIF_FP_MODIFY for feature probes.

2014-12-03 Thread Joe Stringer
If ovs-vswitchd is killed at the right time, then a probe flow may be left in the datapath. This commit adds the DPIF_FP_MODIFY flag to feature probes so that re-creating the same probe flow will not cause an error. These flow_put flags were previously changed in commit a7d1bbdcfe49e8 ("ofproto-dp