From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:40662 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752135AbeCHRkb (ORCPT ); Thu, 8 Mar 2018 12:40:31 -0500 Date: Thu, 08 Mar 2018 12:40:29 -0500 (EST) Message-Id: <20180308.124029.2018283556912701748.davem@davemloft.net> To: ktkhai@virtuozzo.com Cc: pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de, netdev@vger.kernel.org Subject: Re: [PATCH net-next 00/16] Converting pernet_operations (part #5) From: David Miller In-Reply-To: <152041531893.11627.15708076126889316570.stgit@localhost.localdomain> References: <152041531893.11627.15708076126889316570.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Kirill Tkhai Date: Wed, 07 Mar 2018 12:38:57 +0300 > 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 mostly netfilter > operations (and they should be the last netfilter's), also > there are two patches touching pktgen and xfrm. Series applied, thanks.