Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation

2014-08-22 Thread Saloni Jain
rovide your inputs for this case as well. It will be great help if someone can review the approach as early as possible, it will help us to fasten our implementation process. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://ww

Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation

2014-09-08 Thread Saloni Jain
only once either via lifetime(ovs-vsctl create..) or importance (by table-mod messages...)? It will be great help if you can reply to our queries asap. Thanks in advance for the help. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website

Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation

2014-09-09 Thread Saloni Jain
can disable it using create table command setting overflow-policy=refuse. Similarly if eviction is done for importance using mod-table command, then how it can be disabled? Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com -

Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation

2014-09-11 Thread Saloni Jain
n the complete table using create table ... overflow-policy=evict and then change the mode of eviction as importance using mod-table command. Kindly comment on the above mentioned approach. Thanks in advance for your suggestions/feedback. Thanks and Regards, Saloni Jain Tata Consultancy Services M

Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation

2014-09-12 Thread Saloni Jain
command. Thanks in advance for you suggestion and support. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services

[ovs-dev] Fw: Re: Openflow 1.4: Eviction mechanism implementation

2014-09-15 Thread Saloni Jain
It would be great help if someone could provide the inputs asap. Thanks in advance for your inputs and suggestions. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience

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

2015-06-24 Thread Saloni Jain
Hi Ben, Thanks, my query has been resolved and the code is updated in version 10 --"[PATCH v10] ovs-ofctl:Implementation of eviction on the basis of Importance" sent on 17-June-2015. Sending a new patch version 11, rebased with the latest master. Thanks and Regards, Saloni

[ovs-dev] Openflow 1.4 - Vacancy Events

2015-07-07 Thread Saloni Jain
Hi, I want to implement and contribute Vacancy Events (EXT-192), Openflow 1.4 feature to OpenVSwitch.  If anybody has already started working on it then please let us know. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com

Re: [ovs-dev] Openflow 1.4 - Vacancy Events

2015-07-08 Thread Saloni Jain
Hi Ben, Thanks for the reply.  I have talked to Shashwat regarding implementation of Vacancy Events, I will be contributing vacancy events feature to OVS.  Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com

[ovs-dev] ovs-ofctl mod-table commands supporting OF1.4 Eviction and Vacancy-Events

2015-07-13 Thread Saloni Jain
mod-table  noevict" command will be replaced by "ovs-ofctl -O Openflow14 mod-table  clear". Please provide your inputs on the above mentioned ovs-ofctl table-mod cli's. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.co

Re: [ovs-dev] ovs-ofctl mod-table commands supporting OF1.4 Eviction and Vacancy-Events

2015-07-13 Thread Saloni Jain
for that table, but only those controller will receive those events which have OFPT_TABLE_STATUS messages turned on via OFPT_SET_ASYNC message. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com _

Re: [ovs-dev] ovs-ofctl mod-table commands supporting OF1.4 Eviction and Vacancy-Events

2015-07-14 Thread Saloni Jain
Hi Ben, In addition to my previous response, please suggest if "vswitchd" should query and get the current stored table-configurartion using query_tables_desc() and then modify table-config properties according to user's request. Thanks and Regards, Saloni Jain Tata Consultancy

Re: [ovs-dev] ovs-ofctl mod-table commands supporting OF1.4 Eviction and Vacancy-Events

2015-07-15 Thread Saloni Jain
quot;ovs-vswitchd" should query and store the current table-configuration and modify it with controllers request Please correct me if my understanding is wrong. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com

Re: [ovs-dev] ovs-ofctl mod-table commands supporting OF1.4 Eviction and Vacancy-Events

2015-07-17 Thread Saloni Jain
hould be made for which 0 is send as config parameter and it will clear both vacancy and Eviction table-config property. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty.

[ovs-dev] Query regarding the term "current vacancy" in Vacancy Events (OF1.4 -- Ext-192)

2015-07-24 Thread Saloni Jain
e remaining/free space of the table. Please help me understand the meaning of "current vacancy" -- whether it should be the remaining space percent or should be occupied space percentage ? Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.

[ovs-dev] [Patch v1 0/3]Implementation of OpenFlow 1.4 Vacancy Evevnts

2015-07-28 Thread Saloni Jain
+  ofproto/ofproto.c                                 |   31 +  ovn/controller/ofctrl.c                          |    1   tests/ofproto.at                                  |   20 +++--  25 files changed, 610 insertions(+), 33 deletions(-) Thanks and Regards, Saloni Jain Tata Consultancy

[ovs-dev] Openflow 1.5 - Egress Tables [EXT-306]

2015-07-30 Thread Saloni Jain
Hi, I want to implement and contribute Egress Tables [EXT-306], Openflow 1.5 feature to OpenVSwitch.  If anybody has already started working on it then please let us know. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com

Re: [ovs-dev] [Patch v1 0/3]Implementation of OpenFlow 1.4 Vacancy Events

2015-08-03 Thread Saloni Jain
TCH v1 3/3] : Implement OFPT_TABLE_STATUS Message. Request to kindly provide  inputs on the same(if any) or if any action is required from our end. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://w

Re: [ovs-dev] [Patch v1 0/3]Implementation of OpenFlow 1.4 Vacancy Events

2015-08-04 Thread Saloni Jain
Hi Ben, Thanks. I will rebase and repost my patches on Aug. 18, 2015. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Consulting

[ovs-dev] [PATCH v2 0/3] Implementation of OpenFlow 1.4 Vacancy Events

2015-08-19 Thread Saloni Jain
Hi Ben, This is version 2 of series of patches -- Implementation of OF1.4 [EXT-192] Vacancy Events. version 1 of the series is at:- http://openvswitch.org/pipermail/dev/2015-July/058114.html Difference between v1 and v2: 1. Rebased with the latest master. 2. Added Signed-off-by field in commit

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

2015-08-25 Thread Saloni Jain
reference. Please provide your feedback on the same. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Consulting

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

2015-08-25 Thread Saloni Jain
. Please provide your feedback on the same. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Consulting

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

2015-08-25 Thread Saloni Jain
provide your feedback on the same. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Consulting

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

2015-09-01 Thread Saloni Jain
E_DESC. 3. [PATCH v3 3/3] : Implement OFPT_TABLE_STATUS Message. Request to kindly provide  inputs on the same(if any) or if any action is required from our end. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://w

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

2015-09-08 Thread Saloni Jain
Hi Ben, Thanks, I have fix this in v4. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Consulting

Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation

2014-09-18 Thread Saloni Jain
a ofctl command? Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions

[ovs-dev] Inputs required to print Table Description

2014-09-26 Thread Saloni Jain
table mod properties but there is no such command of ofctl to dump table-description/table-mod properties. Can anyone please help in finding how table-desc/table-mod messages can be tested, either by ofctl commands or any other way? Thanks in advance. Thanks and Regards, Saloni Jain Tata Consultanc

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

2014-11-05 Thread Saloni Jain
for review. Kindly apply "[PATCH] ovs-ofctl:To set importance of a rule for eviction(OF14)" before reviewing/applying "[PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance" Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j

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

2014-11-05 Thread Saloni Jain
From: Saloni Jain This commit enables the eviction mechanism on the basis of importance as per the openflow specification 1.4. ovs-ofctl -O OpenFlow14 mod-table evict Enable eviction on of . Eviction adds a mechanism enabling the switch to automatically eliminate entries of lower

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

2014-11-06 Thread Saloni Jain
Hi Ben, >"git am" tells me "fatal: corrupt patch at line 21".  Please try to send >the patch to yourself; if you can apply it with "git am", then send it >the same way to the mailing list. "[PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance" sent on Nov 5,2014 has been succ

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

2014-11-21 Thread Saloni Jain
Hi Ben, Thank you for reviewing the patch. >"sparse" reported these warnings: All the sparse warnings have been resolved >The config field in a table description is a collection of bit-fields, >but some of this code, such as ofp_print_table_config() and >ofputil_append_table_desc_reply(), treat

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

2014-11-21 Thread Saloni Jain
undefined =-=-= 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 c

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

2014-11-21 Thread Saloni Jain
undefined =-=-= 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 c

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

2014-11-21 Thread Saloni Jain
hi.ba...@tcs.com" mail-id. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions

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

2016-01-13 Thread Saloni Jain
is case current Vacancy is 10% which is less than Vacancy down threshold value 20%. Further TABLE_STATUS messages are stopped until VACANCY_DOWN reason comes up which will occur when the current vacancy is greater than or equal to vacancy up threshold value 80%. Please verify the above understandi

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

2016-01-14 Thread Saloni Jain
ts of the specifications are contradictory. Please help me in clarifying my doubt regarding these statements. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Service

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

2016-01-22 Thread Saloni Jain
Thanks. I have updated this in version v9. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions

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

2015-06-08 Thread Saloni Jain
r greater) to disable eviction , can any one of OFPTC11_TABLE_MISS_* values be used? Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty.

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

2014-11-26 Thread Saloni Jain
Hi Ben, >ofptype_decode() and related functions check that the length of a >message agrees with the specification given in enum ofpraw in >ofp-msgs.h, so there is no need to do that again here. Thanks for the information, we will update it and will share the new patch. Thanks and Regards, Salon

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

2014-11-27 Thread Saloni Jain
From: Saloni Jain This commit enables the eviction mechanism on the basis of importance as per the openflow specification 1.4. ovs-ofctl -O OpenFlow14 mod-table evict -Enable eviction on of . Eviction adds a mechanism  enabling the switch to automatically eliminate entries of lower

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

2014-11-27 Thread Saloni Jain
Hi Ben, We are sending the new patch containing the suggested changes. The new patch also has some changes related to table-mod config properties. Kindly review and provide your comments. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http

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

2014-12-04 Thread Saloni Jain
Hi Ben/Team, Could you please review the patch "[PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance" and provide review comments if any. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://w

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

2014-12-10 Thread Saloni Jain
g property). Can you please review the patch "ovs-ofctl: Implementation of eviction on the basis of Importance", so that we can submit the patch for "Vacancy Events". Thanks and Regards, Saloni -Forwarded by Saloni Jain/DEL/TCS on 12/10/2014 04:55PM - To: "Be

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

2014-12-11 Thread Saloni Jain
for your reference. Thanks and Regards, Saloni Jain   -Ben Pfaff wrote: - To: Saloni Jain From: Ben Pfaff Date: 12/12/2014 01:42AM Cc: dev@openvswitch.org, Deepankar Gupta , Partha Datta Subject: Re: [PATCH] ovs-ofctl: Implementation of eviction on the basis of Importance On Thu, Nov

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

2014-12-26 Thread Saloni Jain
if any. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions Consulting

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

2014-12-26 Thread Saloni Jain
From: Saloni Jain This commit enables the eviction mechanism on the basis of importance as per the openflow specification 1.4. ovs-ofctl -O OpenFlow14 mod-table evict -Enable eviction on of . Eviction adds a mechanism  enabling the switch to automatically eliminate entries of lower

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

2015-01-02 Thread Saloni Jain
Hi Ben, Please find attached the updated patch for eviction feature, rebased with the latest ovs-master as on 02 Jan 2015. This patch has correct code indentation. Kindly review it and provide your comments/inputs. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j

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

2015-01-02 Thread Saloni Jain
From: Saloni Jain This commit enables the eviction mechanism on the basis of importance as per the openflow specification 1.4. ovs-ofctl -O OpenFlow14 mod-table evict -Enable eviction on of . Eviction adds a mechanism  enabling the switch to automatically eliminate entries of lower

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

2015-09-19 Thread Saloni Jain
"vacancy(low,high)" or is there any other recommended syntax which can be used?  Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Busin

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

2015-10-26 Thread Saloni Jain
Hi Ben, Please provide inputs on queries mentioned in the previous mail, so that I can submit revised patch (v5) of  OF1.4-vacancy feature. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com

[ovs-dev] Basic GTP-U tunnel implementation

2015-10-29 Thread Saloni Jain
unnel code accordingly or should I submit the code as per latest master. Thanks and Regards, Saloni Jain Tata Consultancy Services Mailto: saloni.j...@tcs.com Website: http://www.tcs.com Experience certainty. IT Services