]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/ofproto-dpif.c
odp-util: Share fields between odp and dpif_backer.
authorJoe Stringer <joestringer@nicira.com>
Tue, 30 Jun 2015 23:43:03 +0000 (16:43 -0700)
committerJoe Stringer <joestringer@nicira.com>
Mon, 6 Jul 2015 17:17:37 +0000 (10:17 -0700)
commit2494ccd78fa0d5cfb3d855abd6bf351acf27e401
tree4d1b5bd36168527730bdbb637712ff9076e5cbb8
parent7552cf4bcadefc4dbb907d293936d307c552ea2d
odp-util: Share fields between odp and dpif_backer.

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 <joestringer@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
lib/dpif-netdev.c
lib/odp-util.c
lib/odp-util.h
lib/tnl-ports.c
ofproto/bond.c
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h
tests/test-odp.c