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
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
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
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.
> > >
> >
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
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
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