commit | 59d269731e2bcfb72d29f2e0281d6631aef1ff8e | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Wed Mar 07 12:40:19 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 08 12:36:44 2018 -0500 |
tree | 4ee361fa51b4b83a82e248fa56abf80da22c1574 | |
parent | bd54dce0796522b669f5be45b96e02fa94738de9 [diff] |
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>