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

2016-02-05 Thread Ben Pfaff
On Fri, Jan 22, 2016 at 02:34:42PM +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 v9] Implement OFPT_TABLE_STATUS Message.

2016-01-22 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