On Tue, Nov 24, 2015 at 05:50:49PM +0530, [email protected] wrote:
> From: Saloni Jain <[email protected]>
> 
> On change in a table state, the controller needs to be informed with
> the OFPT_TABLE_STATUS message. The message is sent with reason
> OFPTR_VACANCY_DOWN or OFPTR_VACANCY_UP in case of change in remaining
> space eventually crossing any one of the threshold.
> 
> Signed-off-by: Saloni Jain <[email protected]>
> Co-authored-by: Rishi Bamba <[email protected]>
> Signed-off-by: Rishi Bamba <[email protected]>
> ---
> Difference between v4 and v5:
> - Rebased with latest master

It appears that with this commit OVS always sends a table status message
when a flow is added or removed.  If so, that's not the correct
behavior: table status messages should only be sent when the flow table
occupancy crosses a configured threshold.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to