Re: [ovs-dev] [PATCH 5/6] Implement OpenFlow 1.4+ OFPTC_EVICTION.

2015-07-02 Thread Ben Pfaff
On Thu, Jul 02, 2015 at 12:01:32PM -0700, Jarno Rajahalme wrote: > > With some questions for clarification: > > Acked-by: Jarno Rajahalme Thanks for the review! Responses below. I'll just snip the ones the obvious fixes that I applied. > > On Jun 24, 2015, at 10:57 AM, Ben Pfaff wrote: > >

Re: [ovs-dev] [PATCH 5/6] Implement OpenFlow 1.4+ OFPTC_EVICTION.

2015-07-02 Thread Jarno Rajahalme
With some questions for clarification: Acked-by: Jarno Rajahalme > On Jun 24, 2015, at 10:57 AM, Ben Pfaff wrote: > > (snip) > diff --git a/ofproto/ofproto-provider.h b/ofproto/ofproto-provider.h > index 495f787..b7bf734 100644 > --- a/ofproto/ofproto-provider.h > +++ b/ofproto/ofproto-pro

[ovs-dev] [PATCH 5/6] Implement OpenFlow 1.4+ OFPTC_EVICTION.

2015-06-24 Thread Ben Pfaff
OpenFlow 1.4 introduces the ability to turn on flow table eviction with an OFPT_TABLE_MOD message specifying OFPTC_EVICTION. It also adds related machinery to other messages that mention OFPTC_* fields. This commit adds support for the new feature, implementing it as a second, parallel way to ena