From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-he1eur01on0101.outbound.protection.outlook.com ([104.47.0.101]:23321 "EHLO EUR01-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932489AbeCMKgu (ORCPT ); Tue, 13 Mar 2018 06:36:50 -0400 Subject: [PATCH net-next 0/4] Converting pernet_operations (part #6) From: Kirill Tkhai To: davem@davemloft.net, vyasevich@gmail.com, nhorman@tuxdriver.com, jon.maloy@ericsson.com, ying.xue@windriver.com, santosh.shilimkar@oracle.com, netdev@vger.kernel.org, ktkhai@virtuozzo.com Date: Tue, 13 Mar 2018 13:36:33 +0300 Message-ID: <152093726634.31266.4973922580771632781.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: Hi, this series continues to review and to convert pernet_operations to make them possible to be executed in parallel for several net namespaces in the same time. There are sctp, tipc and rds in this series. Thanks, Kirill --- Kirill Tkhai (4): net: Convert sctp_defaults_ops net: Convert sctp_ctrlsock_ops net: Convert tipc_net_ops net: Convert rds_tcp_net_ops net/rds/tcp.c | 1 + net/sctp/protocol.c | 2 ++ net/tipc/core.c | 1 + 3 files changed, 4 insertions(+) -- Signed-off-by: Kirill Tkhai