[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.

[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.

[ovs-dev] [PATCH v8] Implement OFPT_TABLE_STATUS Message.

2016-01-05 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.

[ovs-dev] [PATCH v7] Implement OFPT_TABLE_STATUS Message.

2015-12-02 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.

[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.

[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.

[ovs-dev] [PATCH v5 2/3] Implement Vacancy Events for OFPMP_TABLE_DESC.

2015-11-24 Thread saloni . jain12
From: Saloni Jain This patch adds support for vacancy events in table-desc. ovs-ofctl -O OpenFlow14 dump-tables-desc -This command is enhanced to display the Vacancy Event configuration of the tables on a , which is set using the mod-table command. Signed-off-by: Saloni

[ovs-dev] [PATCH v5 1/3] Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.

2015-11-24 Thread saloni . jain12
From: Saloni Jain OpenFlow 1.4 introduces the ability to turn on vacancy events with an OFPT_TABLE_MOD message specifying OFPTC_VACANCY_EVENTS. This commit adds support for the new feature in ovs-ofctl mod-table. As per the openflow specification-1.4, vacancy event adds a

[ovs-dev] [PATCH v4 1/3] Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.

2015-09-09 Thread saloni . jain12
From: Saloni Jain OpenFlow 1.4 introduces the ability to turn on vacancy events with an OFPT_TABLE_MOD message specifying OFPTC_VACANCY_EVENTS. This commit adds support for the new feature in ovs-ofctl mod-table. As per the openflow specification-1.4, vacancy event adds a

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

2015-09-09 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.

[ovs-dev] [PATCH v4 2/3] Implement Vacancy Events for OFPMP_TABLE_DESC.

2015-09-09 Thread saloni . jain12
From: Saloni Jain This patch adds support for vacancy events in table-desc. ovs-ofctl -O OpenFlow14 dump-tables-desc -This command is enhanced to display the Vacancy Event configuration of the tables on a , which is set using the mod-table command. Signed-off-by: Saloni

[ovs-dev] [PATCH v3 1/3] Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.

2015-08-25 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com OpenFlow 1.4 introduces the ability to turn on vacancy events with an OFPT_TABLE_MOD message specifying OFPTC_VACANCY_EVENTS. This commit adds support for the new feature in ovs-ofctl mod-table. As per the openflow specification-1.4, vacancy event adds a

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

2015-08-25 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com 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.

[ovs-dev] [PATCH v3 2/3] Implement Vacancy Events for OFPMP_TABLE_DESC.

2015-08-25 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com This patch adds support for vacancy events in table-desc. ovs-ofctl -O OpenFlow14 dump-tables-desc switch -This command is enhanced to display the Vacancy Event configuration of the tables on a switch, which is set using the mod-table command.

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

2015-08-19 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com 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.

[ovs-dev] [PATCH v2 2/3] Implement Vacancy Events for OFPMP_TABLE_DESC.

2015-08-19 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com This patch adds support for vacancy events in table-desc. ovs-ofctl -O OpenFlow14 dump-tables-desc switch -This command is enhanced to display the Vacancy Event configuration of the tables on a switch, which is set using the mod-table command.

[ovs-dev] [PATCH v2 1/3] Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.

2015-08-19 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com OpenFlow 1.4 introduces the ability to turn on vacancy events with an OFPT_TABLE_MOD message specifying OFPTC_VACANCY_EVENTS. This commit adds support for the new feature in ovs-ofctl mod-table. As per the openflow specification-1.4, vacancy event adds a

[ovs-dev] [PATCH v1 2/3] Implement Vacancy Events for OFPMP_TABLE_DESC.

2015-07-28 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com This patch adds support for vacancy events in table-desc. ovs-ofctl -O OpenFlow14 dump-tables-desc switch -This command is enhanced to display the Vacancy Event configuration of the tables on a switch, which is set using the mod-table command.

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

2015-07-28 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com 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.

[ovs-dev] [PATCH v1 1/3] Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.

2015-07-28 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com OpenFlow 1.4 introduces the ability to turn on vacancy events with an OFPT_TABLE_MOD message specifying OFPTC_VACANCY_EVENTS. This commit adds support for the new feature in ovs-ofctl mod-table. As per the openflow specification-1.4, vacancy event adds a

[ovs-dev] [PATCH v11] ovs-ofctl:Implementation of eviction on the basis of Importance

2015-06-24 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com This commit enables the eviction mechanism on the basis of importance as per the openflow specification 1.4. ovs-ofctl -O OpenFlow14 mod-table switch table evict Enable eviction on table of switch. Eviction adds a mechanism enabling the switch to

[ovs-dev] [PATCH v9] ovs-ofctl:Implementation of eviction on the basis of Importance

2015-05-29 Thread saloni . jain12
From: Saloni Jain saloni.j...@tcs.com This commit enables the eviction mechanism on the basis of importance as per the openflow specification 1.4. ovs-ofctl -O OpenFlow14 mod-table switch table evict Enable eviction on table of switch. Eviction adds a mechanism enabling the switch to