Hi Abhijit, I did the coding for eviction and vacancy on Lithium design of code, however I have the following doubts: 1- Which architecture of OFP I need to follow to support eviction/vacancy for OF protocol 1.4 2- Which git branch of OFP I need to clone in order to do the changes. 3- And the following items were still pending, which includes support of new apis/messages.Will there be a change in approach with the bifurcation of OpenflowPlugin :
Table-mod message : Table-mod api is only exposed in Openflow-Java and not in OpenflowPlugin, how can we test the code by hitting the Api for Table_mod message.Which Yang module should we target in OpenflowPlugin for implementing Table-mod. Also How to implement openflowjava apis in the openflowplugin. Table-mod message : In which yang module we should define table-mod-prop-vacancy. According the discussion with ovs team this property-type-vancancy gets concatinated with table-mod message while triggering vacancy events. So should we treat it as a different message or should we augment it with table-mod message. Table-Description message : Table-Description is a new message, and we have defined the yang in OpenFlowJava (openflow-protocol.yang). We need to know how can we implement it in OPenflowPlugin, so as to trigger it from the apis. Table-Status message : Table-status is also a new asynchronous message.We Needs to set the ofp-asynchronous-config table-status field to tell the switch to send table-status message, but for testing purposes we have set the table-status message by default on from switch side(so no need to set notification and other changes from controller as of now). We need to know here that how to support the asynchronous messages from OpenFlowPlugin. Thanks and Regards, Gaurav Pande -----Abhijit Kumbhare <[email protected]> wrote: ----- To: Pande Gaurav <[email protected]> From: Abhijit Kumbhare <[email protected]> Date: 03/04/2016 01:24AM Cc: Abhijit Kumbhare <[email protected]>, Srivastava Rajani <[email protected]>, "[email protected]" <[email protected]>, Partha Datta <[email protected]> Subject: Re: [openflowplugin-dev] Fw : OpenFlowPlugin meeting Eviction/Vacancy Gaurav, We will be only having new development on the Lithium design of the code. Just wanted to confirm that you are working on the Lithium design of the code. Thanks, Abhijit On Wed, Mar 2, 2016 at 8:43 PM, Pande Gaurav <[email protected]> wrote: Hi Abhijit, Since ODL-Beryllium release is now completed, are we looking forward towards Vacancy and Eviction feature submission for ODL-Boron release plan.Please find the below thread- Queries that still need to be looked upon. Thanks and Regards, Gaurav Pande -----Forwarded by Pande Gaurav/DEL/TCS on 02/16/2016 09:35AM ----- To: Abhijit Kumbhare <[email protected]> From: Pande Gaurav/DEL/TCS Date: 12/17/2015 02:35PM Cc: Abhijit Kumbhare <[email protected]>, Anil Vishnoi <[email protected]>, "Kamal Rameshan (kramesha)" <[email protected]>, Muthukumaran K <[email protected]>, "Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES at Cisco)" <[email protected]>, Partha Datta/DEL/TCS@TCS Subject: Re: #Personal#:: OpenFlowPlugin meeting Eviction/Vacancy Hi Abhijit, With reference to OpenFlow Plugin(Eviction and Vacancy as an extension to Openflow specs1.3)- no further inputs has been received. Hence the changes could not be submitted as per M4 ODL-Be timelines. Hopefully, we will look forward to this feature submission in ODL-B(Boron release). Do let me know in case anything is pending from our end. Thanks, Gaurav Pande -----Abhijit Kumbhare <[email protected]> wrote: ----- To: Pande Gaurav <[email protected]>, Abhijit Kumbhare <[email protected]> From: Abhijit Kumbhare <[email protected]> Date: 12/15/2015 09:58AM Cc: Anil Vishnoi <[email protected]>, "Kamal Rameshan (kramesha)" <[email protected]>, Muthukumaran K <[email protected]>, "Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES at Cisco)" <[email protected]>, Partha Datta <[email protected]> Subject: Re: #Personal#:: OpenFlowPlugin meeting Eviction/Vacancy If Michal is not able to provide the suggestions during his day – hopefully Anil will be able to during the day. From: Pande Gaurav <[email protected]> Date: Monday, December 14, 2015 at 8:21 PM To: Abhijit Kumbhare <[email protected]> Cc: Anil Vishnoi <[email protected]>, "Kamal Rameshan (kramesha)" <[email protected]>, Muthukumaran K <[email protected]>, "Michal Rehak -X (mirehak - Pantheon Technologies SRO at Cisco)" <[email protected]>, Abhijit Kumbhare <[email protected]>, Partha Datta <[email protected]> Subject: Re: : OpenFlowPlugin meeting Eviction/Vacancy Hi Abhijit, Kindly provide suggestions for the queries (Please note that some of them are implementation specific ). If we get the queries clarifications by tuesday(IST) EOD, We can still target it to complete by Thursday(17th-Dec). Thanks, Gaurav Pande -----Abhijit Kumbhare <[email protected]> wrote: ----- To: Pande Gaurav <[email protected]>, Anil Vishnoi <[email protected]>, "Kamal Rameshan (kramesha)" <[email protected]>, Muthukumaran K <[email protected]>, "Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES at Cisco)" <[email protected]> From: Abhijit Kumbhare <[email protected]> Date: 12/14/2015 11:00AM Cc: Abhijit Kumbhare <[email protected]>, Partha Datta <[email protected]> Subject: Re: #Personal#:: OpenFlowPlugin meeting Eviction/Vacancy BTW about the #Personal# tag in subject line, Gaurav's company (TCS) policies will not send the email to @gmail.com (Anil & my email ID - its easier for me to search some of the ODL emails on gmail). On Sun, Dec 13, 2015 at 9:27 PM, Abhijit Kumbhare <[email protected]> wrote: Michal, Anil, Can you guys help Gaurav with his questions? Gaurav - are you on track for Dec 17 (this Thursday for code freeze) if this gets resolved? Thanks, Abhijit On Wed, Dec 9, 2015 at 7:59 AM, Pande Gaurav <[email protected]> wrote: Hi Abhijit/Michal, Kindly suggest some feedbacks for queries in below mail-chain in reference to the design approach presentation of eviction and vacancy. Thanks, Gaurav Pande Hi Abhijit/Michal, With reference to the Design presentation, we have the following queries to resolve: Slide #6 ( Table-mod message) : Table-mod api is only exposed in Openflow-Java and not in OpenflowPlugin, how can we test the code by hitting the Api for Table_mod message.Which Yang module should we target in OpenflowPlugin for implementing Table-mod. Also How to implement openflowjava apis in the openflowplugin.Slide #6 ( Table-mod message): In which yang module we should define table-mod-prop-vacancy. According the discussion with ovs team this property-type-vancancy gets concatinated with table-mod message while triggering vacancy events. So should we treat it as a different message or should we augment it with table-mod message.Slide #7 ( Table-Description message) : Table-Description is a new message, and we have defined the yang in OpenFlowJava (openflow-protocol.yang). We need to know how can we implement it in OPenflowPlugin, so as to trigger it from the apis.Slide #8 ( Table-Status message) : Table-status is also a new asynchronous message.We Needs to set the ofp-asynchronous-config table-status field to tell the switch to send table-status message, but for testing purposes we have set the table-status message by default on from switch side(so no need to set notification and other changes from controller as of now). We need to know here that how to support the asynchronous messages from OpenFlowPlugin. Thanks, Gaurav Pande -----Abhijit Kumbhare <[email protected]> wrote: ----- To: Pande Gaurav <[email protected]>, "Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES at Cisco)" <[email protected]> From: Abhijit Kumbhare <[email protected]> Date: 12/01/2015 12:33AM Cc: "[email protected]" <[email protected]>, Partha Datta <[email protected]> Subject: Re: OpenFlowPlugin meeting Eviction/Vacancy Thanks for the slides Gaurav! Its good progress. I think we need to have a slightly longer discussion – if we are not able to resolve this over the mailing list then we will need to continue the discussion next week’s meeting (unless we manage to have a small mini session with you and Michal or Anil is a time friendly to your timezone). From: Pande Gaurav <[email protected]> Date: Monday, November 30, 2015 at 10:26 AM To: Abhijit Kumbhare <[email protected]>, "Michal Rehak -X (mirehak - Pantheon Technologies SRO at Cisco)" <[email protected]> Cc: "[email protected]" <[email protected]>, Partha Datta <[email protected]> Subject: OpenFlowPlugin meeting Eviction/Vacancy Hi Abhijit/Michal, Please find attached document for the Design approach for Eviction and Vacancy. The queries are marked on the last slide. There were some serious audio connection problem from my side as I was not able to hear clearly. So if I had missed anything from the audio, please let me know. It would be great if we can discuss this more again some time later with your suitability. Thanks And Regards, Gaurav Pande =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
