[ovs-dev] [PATCH 00/11] ofproto-dpif: Cleanup, reduce copying struct flow.

Ben Pfaff blp at nicira.com
Wed Jun 12 22:16:49 UTC 2013


On Fri, May 31, 2013 at 02:35:10PM +0300, Jarno Rajahalme wrote:
> The code in ofproto-dpif.c became harder on the eye after the reorg of
> struct xlate. This series tries cleaning that up a bit, and while at it,
> identifying and reducing unnecessary copying of struct flow.  The main
> enabler for this is to 1) pass struct flow around via a pointer, and 2)
> initializing a new one only if necessary.

I apologize for taking so long to review this series.  It looks
worthwhile.  Are you willing to rebase the unapplied patches against
current master?



More information about the dev mailing list