ofproto-dpif: Modularize mirror code.
authorEthan Jackson <ethan@nicira.com>
Thu, 20 Jun 2013 20:00:27 +0000 (13:00 -0700)
committerEthan Jackson <ethan@nicira.com>
Sun, 7 Jul 2013 10:58:47 +0000 (03:58 -0700)
commitec7ceaed4f3e03a3e59056a3a82a08886c328ce8
tree93694925d2c04574007e1474b3a985397c4bedcb
parentcdf5d3a51e9ccd33ef77b5dcd9b03671f3352650
ofproto-dpif: Modularize mirror code.

This code modularizes ofproto-dpif's mirror code by moving it to
ofproto-dpif-mirror.  Not only does this shorten ofproto-dpif and
hide complexity, but its also necessary for future patches which
modularize ofproto-dpif-xlate in preparation for multi-threading.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/automake.mk
ofproto/ofproto-dpif-mirror.c [new file with mode: 0644]
ofproto/ofproto-dpif-mirror.h [new file with mode: 0644]
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h