[Sdnp] [forces] a few initial comments on draft-haleplidis-forces-openflow-lib-00

Zoltán Lajos Kis zoltan.lajos.kis at ericsson.com
Fri Jun 1 06:31:27 EDT 2012


 

> -----Original Message-----
> From: Jamal Hadi Salim [mailto:hadi at mojatatu.com] 
> Sent: Thursday, May 31, 2012 7:16 PM
> To: Zoltán Lajos Kis
> Cc: Haleplidis Evangelos; forces at ietf.org; sdnp at lucidvision.com
> Subject: Re: [forces] [Sdnp] a few initial comments on 
> draft-haleplidis-forces-openflow-lib-00
> 
> On Thu, May 31, 2012 at 12:07 PM, Zoltán Lajos Kis 
> <zoltan.lajos.kis at ericsson.com> wrote:
> > Hi,
> >
> > Yes, the interpretation is correct. If the apply-actions' 
> action list contains an output or group action, a copy of the 
> current packet (i.e., the previous actions in the action list 
> have been applied) are sent to the port or group, as if the 
> packet reached the end of the pipeline. The pipeline 
> processing will continue with the original copy with the next 
> action in the action list.
> >
> 
> Is it correct to conclude that the apply-actions cannot 
> terminate a flow pipeline?
> 

Correct, pipeline processing ends (and processing of the action set begins) if:
a) a matching entry was found, and the entry has no Goto (to the next table) instruction, OR
b) no matching entry was found, and the table miss behavior is not to Continue (to the next table)

Note that in OF 1.3 the table miss behavior configuration has been replaced with a table miss flow entry.
This allows one to describe the miss behavior using the instruction semantics of flow entries.

Regards,
Zoltan.


More information about the SDNP mailing list