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

2016-02-24 Thread Ben Pfaff
On Thu, Feb 18, 2016 at 03:54:26PM +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 v10] Implement OFPT_TABLE_STATUS Message.

2016-02-18 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