Re: [ovs-dev] [PATCH] lib/dpif-netlink.c: rename linux_flow variable to datapath_flow

2014-09-19 Thread Ben Pfaff
On Fri, Sep 19, 2014 at 03:34:45PM -0700, Nithin Raju wrote: > In the flow related functions, there's a stack variable called > 'linux_flow'. Since this code is not specific to Linux anymore, > in this patch, we rename the variable to 'datpath_flow'. > > Signed-off-by: Nithin Raju Applied, thank

[ovs-dev] [PATCH] lib/dpif-netlink.c: rename linux_flow variable to datapath_flow

2014-09-19 Thread Nithin Raju
In the flow related functions, there's a stack variable called 'linux_flow'. Since this code is not specific to Linux anymore, in this patch, we rename the variable to 'datpath_flow'. Signed-off-by: Nithin Raju --- lib/dpif-netlink.c | 32 1 files changed, 16 i