On Tue, Aug 09, 2011 at 10:57:50AM -0700, Ethan Jackson wrote:
> > I decided to further add:
> >
> > ? ? ? ?Tables 128 and above are reserved for use by the switch
> > ? ? ? ?itself; please use only tables 0 through 127.
> >
> > I'd like to document this somewhere else in the tree but it's not
> >
> I decided to further add:
>
> Tables 128 and above are reserved for use by the switch
> itself; please use only tables 0 through 127.
>
> I'd like to document this somewhere else in the tree but it's not
> clear where.
Are we planning to enforce this?
Ethan
>
> On Tue, Aug 09,
That's a good thought, thank you.
On Tue, Aug 09, 2011 at 09:37:05AM -0700, Justin Pettit wrote:
> What about "DESIGN"?
>
> --Justin
>
>
> On Aug 9, 2011, at 9:24 AM, Ben Pfaff wrote:
>
> > I decided to further add:
> >
> > Tables 128 and above are reserved for use by the switch
> >
What about "DESIGN"?
--Justin
On Aug 9, 2011, at 9:24 AM, Ben Pfaff wrote:
> I decided to further add:
>
> Tables 128 and above are reserved for use by the switch
>itself; please use only tables 0 through 127.
>
> I'd like to document this somewhere else in the tree but it's not
I decided to further add:
Tables 128 and above are reserved for use by the switch
itself; please use only tables 0 through 127.
I'd like to document this somewhere else in the tree but it's not
clear where.
On Tue, Aug 09, 2011 at 09:22:29AM -0700, Ben Pfaff wrote:
> Good idea.
Good idea. I added:
- ovs-vswitchd:
- The software switch now supports 255 OpenFlow tables, instead
of just one. By default, only table 0 is consulted, but the
new NXAST_RESUBMIT_TABLE action can look up in additional
tables.
I'll push this soon.
On Mon, Aug 0
Looks good,
May want to update NEWS for this series.
Ethan
On Thu, Aug 4, 2011 at 16:29, Ben Pfaff wrote:
> This makes multiple table support in ofproto-dpif useful, by allowing
> resubmits into tables other than 0.
> ---
> include/openflow/nicira-ext.h | 52 ++-
>
This makes multiple table support in ofproto-dpif useful, by allowing
resubmits into tables other than 0.
---
include/openflow/nicira-ext.h | 52 ++-
lib/ofp-parse.c | 39 +--
lib/ofp-print.c | 13
lib/ofp-u