Re: [ovs-dev] [PATCH v3] datapath: Add genl_exec().

2012-01-04 Thread Pravin Shelar
I fixed this patch according to comments and pushed "flow-table-rehashing" series to master. Thanks, Pravin. On Wed, Jan 4, 2012 at 4:16 PM, Jesse Gross wrote: > On Tue, Jan 3, 2012 at 3:07 PM, Pravin B Shelar wrote: >> genl_lock is not exported from older kernel. Following patch add >> genl_ex

Re: [ovs-dev] [PATCH v3] datapath: Add genl_exec().

2012-01-04 Thread Jesse Gross
On Tue, Jan 3, 2012 at 3:07 PM, Pravin B Shelar wrote: > genl_lock is not exported from older kernel. Following patch add > genl_exec() which can run any function (passed as arg) with > genl_lock held. > > Signed-off-by: Pravin B Shelar I noticed a few random small things, none of which are part

[ovs-dev] [PATCH v3] datapath: Add genl_exec().

2012-01-03 Thread Pravin B Shelar
Fixed according to comments from Jesse. v2-v3: Moved genl compat code to datapath dir. Removed locking from init and exit code paths. v1-v2: Fixed -ENOMEM case from genl_exec() --8<--cut here-->8- genl_lock is not exported