mbox series

[net-next,0/2] gtp: minor enhancements

Message ID 20200828133056.22751-1-nicolas.dichtel@6wind.com
Headers show
Series gtp: minor enhancements | expand

Message

Nicolas Dichtel Aug. 28, 2020, 1:30 p.m. UTC
The first patch removes a useless rcu lock and the second relax alloc
constraints when a PDP context is added.

 drivers/net/gtp.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Comments are welcomed,
Nicolas

Comments

David Miller Aug. 31, 2020, 7:24 p.m. UTC | #1
From: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Date: Fri, 28 Aug 2020 15:30:54 +0200

> The first patch removes a useless rcu lock and the second relax alloc
> constraints when a PDP context is added.

Series applied, thanks.