[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140922190953.GA15929@master>
Date: Mon, 22 Sep 2014 14:09:53 -0500
From: Joe M <joe9mail@...il.com>
To: Tom Herbert <therbert@...gle.com>
Cc: Eric Dumazet <eric.dumazet@...il.com>,
Stephen Hemminger <stephen@...workplumber.org>,
David Miller <davem@...emloft.net>,
Linux Netdev List <netdev@...r.kernel.org>
Subject: Re: [PATCH v2 net] ipv4: do not use this_cpu_ptr() in preemptible
context
Hello Eric,
Thanks for the quick fix.
> > v2: use latest and shiny raw_cpu_ptr(), as it seems the latest
> > incantation of ever changing percpu interface.
> >
> > net/ipv4/ip_tunnel.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
The below grep shows 3 uses of this_cpu_ptr, whereas the patch only
replaces 2 instances. Just want to check if that is ok.
grep --ignore-case --exclude-dir=".git" --recursive this_cpu_ptr ip_tunnel.c
__tunnel_dst_set(this_cpu_ptr(t->dst_cache), dst, saddr);
idst = this_cpu_ptr(t->dst_cache);
tstats = this_cpu_ptr(tunnel->dev->tstats);
Thanks
Joe
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists