On Wed, Nov 06, 2013 at 10:45:22PM +0800, Alexander Wu wrote:
>  This patch is to implement table features GET msg in openflow 1.3.
> 
>  The spec says:
>   If the request body contains an array of one or more ofp_table_features
>   structs, the switch will attempt to change its flow tables to match the
>   requested flow table conguration. This operation configures the entire
>   pipeline, and the set of flow tables in the pipeline must match the set
>   in the request, or an error must be returned.
> 
>  It means OFPMP_TABLE_FEATURES consists of 2 parts: GET and SET.
>  We implement the GET message now, and part of SET.
>  But the entire SET message seems difficult, because it configures the
>  whole pipeline.

Thanks.

These patches seem to be whitespace damaged.  Perhaps you could make
them available through a branch somewhere?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to