On Thu, Jan 05, 2017 at 05:44:40PM -0800, Jarno Rajahalme wrote:
> Always storing the maximum mf_value size wastes about 120 bytes for
> each stack entry.  This patch changes the stack from an mf_value array
> to a string of value-length pairs.
> 
> The length is stored after the value so that the stack pop may first
> read the length and then the appropriate number of bytes.
> 
> Signed-off-by: Jarno Rajahalme <[email protected]>
> ---
> v3: Address Ben's comments and fold in a fix avoiding assert in OVS due to
>     a controller error.

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to