Re: [ovs-dev] [PATCH] Make it more obvious that OVS_KEY_ATTR_MPLS may be an array

2013-05-01 Thread Jesse Gross
On Wed, May 1, 2013 at 6:49 PM, Simon Horman wrote: > Note that OVS_KEY_ATTR_MPLS may be an array of ovs_key_mpls > and that the acceptable length may be restricted by the implementation. > > Currently the user-space datapath and proposed kernel datapath > implementation restrict the length to a s

[ovs-dev] [PATCH] Make it more obvious that OVS_KEY_ATTR_MPLS may be an array

2013-05-01 Thread Simon Horman
Note that OVS_KEY_ATTR_MPLS may be an array of ovs_key_mpls and that the acceptable length may be restricted by the implementation. Currently the user-space datapath and proposed kernel datapath implementation restrict the length to a single element. Also update the mpls_top_lse name of the eleme