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

2015-11-03 Thread Ben Pfaff
On Tue, Oct 27, 2015 at 10:42:41AM +0530, Saloni Jain wrote: > >In ovs-ofctl.c, I don't think the table-mod code handles the case where > >OF1.4 or OF1.5 is enabled but the switch does not support it. > > This means that in ovs-ofctl.c, for table-mod, it can happen that OF1.4 and > OF1.5 are supp

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

2015-10-26 Thread Saloni Jain
9/19/2015 03:24PM Cc: saloni.jai...@gmail.com, Shashwat Srivastava , Deepankar Gupta , Partha Datta , sandeep.kuma...@tcs.com Subject: Re: [ovs-dev] [PATCH v4 1/3] Implement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD. Hi Ben, Thanks for the review. I will do all the suggested changes in v5

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

2015-09-19 Thread Saloni Jain
ess Solutions Consulting -"dev" wrote: - To: saloni.jai...@gmail.com From: Ben Pfaff Sent by: "dev" Date: 09/18/2015 04:00AM Cc: dev@openvswitch.org, Shashwat Srivastava , deepankar.gu...@tcs.com, partha.da...@tcs.com, Sandeep K

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

2015-09-17 Thread Ben Pfaff
On Wed, Sep 09, 2015 at 01:12:04PM +0530, saloni.jai...@gmail.com wrote: > 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. >

[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 mechanism enabling the c