flow: add miniflow_push_uint8
authorSimon Horman <simon.horman@netronome.com>
Wed, 20 Jan 2016 06:15:00 +0000 (15:15 +0900)
committerSimon Horman <simon.horman@netronome.com>
Wed, 24 Feb 2016 05:13:50 +0000 (14:13 +0900)
commit1dcf9ac7ee61a66b75790c05d082ded5266df00d
treec611202601a3ae832a4609019df10441bcba158c
parent1af27e8a4e08ac993834bcbc8ef49ef6e50a9385
flow: add miniflow_push_uint8

The motivation is to allow pushing single bytes in
a manner to that already used for 16, 32 and 64 bit integers.

This will be used by a follow-up patch to allow layer 3 packet -
that is packets without an ethernet header - to be represented in flows.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
lib/flow.c