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

2014-09-18 Thread Ben Pfaff
Business Solutions > Consulting > > > > > From: Ben Pfaff > To: Saloni Jain > Cc: dev@openvswitch.org, Deepankar Gupta , > Hiteshi Madan , Sanjay6 Singh > > Date: 09/15

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

2014-09-18 Thread Saloni Jain
Consulting From: Ben Pfaff To: Saloni Jain Cc: dev@openvswitch.org, Deepankar Gupta , Hiteshi Madan , Sanjay6 Singh Date: 09/15/2014 08:54 PM Subject: Re: Fw: Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation At this point I think yo

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

2014-09-12 Thread Saloni Jain
Business Solutions Consulting To: Saloni Jain From: Ben Pfaff Date: 09/11/2014 11:03PM Cc: dev@openvswitch.org, Hiteshi Madan , Deepankar Gupta , Sanjay6 Singh Subject: Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation On Thu, Sep 11,

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

2014-09-11 Thread Ben Pfaff
On Thu, Sep 11, 2014 at 05:34:34PM +0530, Saloni Jain wrote: > 1. As per current implementation, "ovs-vsctl create table ... > overflow-policy=evict" command, configures openvswitch database(conf.db) and > sets table structure eviction fields and eviction groups. > ? > 2. As per our understanding

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

2014-09-11 Thread Saloni Jain
loni Jain From: Ben Pfaff Date: 09/09/2014 08:25PM Cc: dev@openvswitch.org, Hiteshi Madan , Deepankar Gupta Subject: Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation On Tue, Sep 09, 2014 at 05:15:06PM +0530, Saloni Jain wrote: > 1. If eviction on the switch is set on the basis of

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

2014-09-09 Thread Ben Pfaff
On Tue, Sep 09, 2014 at 05:15:06PM +0530, Saloni Jain wrote: > 1. If eviction on the switch is set on the basis of "lifetime" by > create table command and then the command for "importance" (mod-table > command) is given then what will be the basis of eviction in this > case. Will in this case, evi

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

2014-09-09 Thread Saloni Jain
Ben Pfaff wrote: - To: Saloni Jain From: Ben Pfaff Date: 09/08/2014 11:21PM Cc: dev@openvswitch.org, Hiteshi Madan , Deepankar Gupta Subject: Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation On Mon, Sep 08, 2014 at 04:53:57PM +0530, Saloni Jain wrote: > 1. Setting evictio

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

2014-09-08 Thread Ben Pfaff
On Mon, Sep 08, 2014 at 04:53:57PM +0530, Saloni Jain wrote: > 1. Setting eviction using table-mod messages should not disturb the > current ovs eviction configuration mechanism(without implementation > of openflow specification 1.4). That means, if eviction is to be > performed on the basis of lif

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

2014-09-08 Thread Saloni Jain
o: Saloni Jain From: Ben Pfaff Date: 08/22/2014 08:54PM Cc: dev@openvswitch.org, Hiteshi Madan , Deepankar Gupta Subject: Re: [ovs-dev] Openflow 1.4: Eviction mechanism implementation On Fri, Aug 22, 2014 at 05:17:32PM +0530, Saloni Jain wrote: > Kindly validate following approach for imp

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

2014-08-22 Thread Ben Pfaff
On Fri, Aug 22, 2014 at 05:17:32PM +0530, Saloni Jain wrote: > Kindly validate following approach for implementation of eviction > mechanism and vacancy events as specified in openflow specification > 1.4. According to specification eviction and vacancy events are set > through table_mod messages.

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

2014-08-22 Thread Saloni Jain
w.tcs.com Experience certainty. IT Services Business Solutions Consulting -"dev" wrote: - To: Shashwat Srivastava From: Ben Pfaff Sent by: "dev&q

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

2014-08-11 Thread Ben Pfaff
On Fri, Aug 08, 2014 at 05:39:26PM +0530, Shashwat Srivastava wrote: > I want to incorporate "Eviction mechanism" as per the openflow > specification 1.4 > > As per the openflow specification 1.4 (Section 7.3.4.1), there are three > eviction flags: importance,lifetime and other. If importance fl

[ovs-dev] Openflow 1.4: Eviction mechanism implementation

2014-08-08 Thread Shashwat Srivastava
Hi All, I want to incorporate "Eviction mechanism" as per the openflow specification 1.4 As per the openflow specification 1.4 (Section 7.3.4.1), there are three eviction flags: importance,lifetime and other. If importance flag is the only flag set (lifetime and others not set), eviction is pe