[ovs-dev] [PATCH v3 03/12] ofp-actions.h: sort OVSINST_OFPIT11_xxx value in execution order

Isaku Yamahata yamahata at valinux.co.jp
Wed Jul 25 16:28:28 UTC 2012


On Tue, Jul 24, 2012 at 09:18:42PM -0700, Ben Pfaff wrote:
> On Mon, Jul 23, 2012 at 05:08:42PM +0900, Isaku Yamahata wrote:
> > This order is used by parser to check if the instruction is given
> > in this order.
> > 
> > Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
> 
> Hmm, are you saying that the OpenFlow action parser is going to require
> actual OF1.[123] instructions to be in this order?  I don't think that
> we want to do that, because OpenFlow doesn't constrain the order.
> 
> Or maybe you just mean the parser from text strings.  In that case I
> agree, that makes sense.

The latter. I should have use "parser form text string" instead
of "parser". I'll update the commit message to clarify it.
-- 
yamahata



More information about the dev mailing list