Re: [ovs-dev] [PATCH] datapath: refactor netlink flow handling for mega flow support

2013-05-08 Thread Jesse Gross
On Thu, May 2, 2013 at 12:36 PM, Andy Zhou wrote: > This patch refactors the netlink flow handling code to make > the processing, error checking and prerequisite checking > more stream lined. > > Signed-off-by: Andy Zhou I think separating parsing from validation is a good idea and will help a l

[ovs-dev] [PATCH] datapath: refactor netlink flow handling for mega flow support

2013-05-02 Thread Andy Zhou
This patch refactors the netlink flow handling code to make the processing, error checking and prerequisite checking more stream lined. Signed-off-by: Andy Zhou --- datapath/datapath.c | 44 +++- datapath/flow.c | 652 --- datapath/flow.h