[ovs-dev] [PATCH 2/5] ofproto: Add 'reason' to delete_flow(s)__().

Ben Pfaff blp at nicira.com
Wed Jun 26 23:18:22 UTC 2013


On Thu, Jun 27, 2013 at 01:39:49AM +0300, Jarno Rajahalme wrote:
> Add a reason parameter to delete_flow__() and delete_flows__() functions.
> Use OFPRR_EVICTION when add_flow() evicts an existing flow.
> 
> Signed-off-by: Jarno Rajahalme <jarno.rajahalme at nsn.com>

>From the changelog, I didn't understand what problem this solved.  I
changed the commit message to:

    ofproto: Use OFPRR_EVICTION consistently when evicting flows.

    Multiple code paths can evict flows, but before this commit only one of
    those code paths used OFPRR_EVICTION as the reason code.

and applied this to master.



More information about the dev mailing list