On 1 July 2015 at 15:52, Andy Zhou wrote:
> LGTM. Thanks joe!
>
> Acked-by: Andy Zhou
Thanks Andy, applied to master.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
LGTM. Thanks joe!
Acked-by: Andy Zhou
On Wed, Jul 1, 2015 at 10:34 AM, Joe Stringer wrote:
> Datapath support for some flow key fields is used inside ofproto-dpif as
> well as odp-util. Share these fields using the same structure.
>
> Signed-off-by: Joe Stringer
> ---
> v3: Reduce shared field
Datapath support for some flow key fields is used inside ofproto-dpif as
well as odp-util. Share these fields using the same structure.
Signed-off-by: Joe Stringer
---
v3: Reduce shared fields, as suggested by Andy.
v2: Rebase against master.
---
lib/dpif-netdev.c | 10 +++---
li