Re: [ovs-dev] Incorporating OF1.4 eviction

2014-04-22 Thread Ben Pfaff
On Tue, Apr 22, 2014 at 10:03:00PM +0530, Shivanker Goel wrote: > But what I've been trying to do for a while now, is interacting with the > controller with respect to this. The controller should be able to enable > eviction in a table using an OFP_TABLE_MOD packet, it should be able to > modify

[ovs-dev] Incorporating OF1.4 eviction

2014-04-22 Thread Shivanker Goel
Hello everyone, I was attempting to incorporate OF1.4 style eviction in OVS as a project. By OF1.4 style eviction, I mean using the importance parameter of flows in deciding which flow to evict. This parameter can be set by the controller per flow. I have defined the required enums and structs