Re: [ovs-dev] [PATCH v3 2/3] ofproto: Add table config to struct ofproto

2013-12-30 Thread Ben Pfaff
On Mon, Dec 23, 2013 at 09:59:46PM +0900, Simon Horman wrote: > On Thu, Dec 19, 2013 at 10:34:21AM -0800, Ben Pfaff wrote: > > On Thu, Dec 19, 2013 at 10:03:16AM +0900, Simon Horman wrote: > > > thanks for applying this patch. > > > > > > Although it doesn't really do much without > > > "[PATCH v3

Re: [ovs-dev] [PATCH v3 2/3] ofproto: Add table config to struct ofproto

2013-12-23 Thread Simon Horman
On Thu, Dec 19, 2013 at 10:34:21AM -0800, Ben Pfaff wrote: > On Thu, Dec 19, 2013 at 10:03:16AM +0900, Simon Horman wrote: > > thanks for applying this patch. > > > > Although it doesn't really do much without > > "[PATCH v3 3/3] ofproto: Honour Table Mod settings for table-miss handling" > > does

Re: [ovs-dev] [PATCH v3 2/3] ofproto: Add table config to struct ofproto

2013-12-19 Thread Ben Pfaff
On Thu, Dec 19, 2013 at 10:03:16AM +0900, Simon Horman wrote: > thanks for applying this patch. > > Although it doesn't really do much without > "[PATCH v3 3/3] ofproto: Honour Table Mod settings for table-miss handling" > does depend on "[PATCH v3 1/3] ofproto: Make check_table_id() generic". I

Re: [ovs-dev] [PATCH v3 2/3] ofproto: Add table config to struct ofproto

2013-12-18 Thread Simon Horman
On Wed, Dec 18, 2013 at 12:35:22PM +0900, Simon Horman wrote: > On Tue, Dec 17, 2013 at 05:13:38PM -0800, Ben Pfaff wrote: > > On Mon, Dec 16, 2013 at 05:53:22PM +0900, Simon Horman wrote: > > > Add table config to to struct ofproto and set it > > > when a table mod message is received. > > > > >

Re: [ovs-dev] [PATCH v3 2/3] ofproto: Add table config to struct ofproto

2013-12-17 Thread Simon Horman
On Tue, Dec 17, 2013 at 05:13:38PM -0800, Ben Pfaff wrote: > On Mon, Dec 16, 2013 at 05:53:22PM +0900, Simon Horman wrote: > > Add table config to to struct ofproto and set it > > when a table mod message is received. > > > > This is in preparation for changing the behaviour of the switch > > base

Re: [ovs-dev] [PATCH v3 2/3] ofproto: Add table config to struct ofproto

2013-12-17 Thread Ben Pfaff
On Mon, Dec 16, 2013 at 05:53:22PM +0900, Simon Horman wrote: > Add table config to to struct ofproto and set it > when a table mod message is received. > > This is in preparation for changing the behaviour of the switch > based on table config. > > Cc: Andy Zhou > Signed-off-by: Simon Horman

[ovs-dev] [PATCH v3 2/3] ofproto: Add table config to struct ofproto

2013-12-16 Thread Simon Horman
Add table config to to struct ofproto and set it when a table mod message is received. This is in preparation for changing the behaviour of the switch based on table config. Cc: Andy Zhou Signed-off-by: Simon Horman --- v3 * As suggested by Ben Pfaff + Use atomic type for config field of st