Thanks, I'll merge this shortly
Ethan
On Mon, Jul 8, 2013 at 2:27 PM, Ben Pfaff wrote:
> On Thu, Jul 04, 2013 at 02:56:30AM -0700, Ethan Jackson wrote:
>> This code modularizes ofproto-dpif's mirror code by moving it to
>> ofproto-dpif-mirror. Not only does this shorten ofproto-dpif and
>> hide
On Thu, Jul 04, 2013 at 02:56:30AM -0700, Ethan Jackson wrote:
> 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
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
---
o