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

2013-11-20 Thread Simon Horman
On Wed, Nov 20, 2013 at 04:59:19PM -0800, Ben Pfaff wrote: > On Wed, Nov 13, 2013 at 01:25: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 v2 1/2] ofproto: Add table config to struct ofproto

2013-11-20 Thread Ben Pfaff
On Wed, Nov 13, 2013 at 01:25: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 v2 1/2] ofproto: Add table config to struct ofproto

2013-11-12 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 --- v2 * Add OVS_EXCLUDED annotation to table_set_config(). This was mistak