Re: [ovs-dev] [PATCH v6] Implement OFPT_TABLE_STATUS Message.

2015-12-01 Thread Ben Pfaff
On Tue, Dec 01, 2015 at 12:51:11PM +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 v6] Implement OFPT_TABLE_STATUS Message.

2015-11-30 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