Re: [ovs-dev] [PATCH 1/3] datapath: RCU'ed dps list.

2011-12-02 Thread Jesse Gross
On Fri, Dec 2, 2011 at 11:00 AM, Pravin B Shelar wrote: > diff --git a/datapath/datapath.c b/datapath/datapath.c > index c86c20b..acbd3bf 100644 > --- a/datapath/datapath.c > +++ b/datapath/datapath.c > @@ -1544,7 +1544,7 @@ static int ovs_dp_cmd_dump(struct sk_buff *skb, struct > netlink_callbac

[ovs-dev] [PATCH 1/3] datapath: RCU'ed dps list.

2011-12-02 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar --- datapath/datapath.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datapath/datapath.c b/datapath/datapath.c index c86c20b..acbd3bf 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -84,7 +84,7 @@ EXPORT_SYMBOL(ovs_dp