aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
diff options
context:
space:
mode:
authorKirill Tkhai <ktkhai@virtuozzo.com>2018-03-07 12:40:19 +0300
committerDavid S. Miller <davem@davemloft.net>2018-03-08 12:36:44 -0500
commit59d269731e2bcfb72d29f2e0281d6631aef1ff8e (patch)
tree4ee361fa51b4b83a82e248fa56abf80da22c1574 /net/core/pktgen.c
parentnet: Convert nfnl_queue_net_ops (diff)
downloadlinux-dev-59d269731e2bcfb72d29f2e0281d6631aef1ff8e.tar.xz
linux-dev-59d269731e2bcfb72d29f2e0281d6631aef1ff8e.zip
net: Convert pg_net_ops
These pernet_operations create per-net pktgen threads and /proc entries. These pernet subsys looks closed in itself, and there are no pernet_operations outside this file, which are interested in the threads. Init and/or exit methods look safe to be executed in parallel. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/pktgen.c')
-rw-r--r--net/core/pktgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/pktgen.c b/net/core/pktgen.c
index b8ab5c829511..d81bddd1bb80 100644
--- a/net/core/pktgen.c
+++ b/net/core/pktgen.c
@@ -3851,6 +3851,7 @@ static struct pernet_operations pg_net_ops = {
.exit = pg_net_exit,
.id = &pg_net_id,
.size = sizeof(struct pktgen_net),
+ .async = true,
};
static int __init pg_init(void)