Re: [ovs-dev] [PATCH v5 3/3] Implement OFPT_TABLE_STATUS Message.

2015-11-29 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 05:50:49PM +0530, saloni.jai...@gmail.com wrote: > From: Saloni Jain > > 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 rema

[ovs-dev] [PATCH v5 3/3] Implement OFPT_TABLE_STATUS Message.

2015-11-24 Thread saloni . jain12
From: Saloni Jain 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 Ja