Re: [ovs-dev] [xlate v2 4/5] ofproto-dpif: Modularize mirror code.

2013-07-08 Thread Ethan Jackson
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

Re: [ovs-dev] [xlate v2 4/5] ofproto-dpif: Modularize mirror code.

2013-07-08 Thread Ben Pfaff
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

[ovs-dev] [xlate v2 4/5] ofproto-dpif: Modularize mirror code.

2013-07-05 Thread Ethan Jackson
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