From mboxrd@z Thu Jan 1 00:00:00 1970 From: Serge Hallyn Subject: Re: [RFC][PATCH] iproute: Faster ip link add, set and delete Date: Wed, 27 Mar 2013 22:20:46 -0500 Message-ID: <20130328032046.GA32083@sergelap> References: <874nfwri6o.fsf@xmission.com> <20130327104746.0ec9dcb5@nehalam.linuxnetplumber.net> <87620cpd0y.fsf@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger , Benoit Lourdelet , "netdev@vger.kernel.org" To: "Eric W. Biederman" Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:34899 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754275Ab3C1DUz (ORCPT ); Wed, 27 Mar 2013 23:20:55 -0400 Content-Disposition: inline In-Reply-To: <87620cpd0y.fsf@xmission.com> Sender: netdev-owner@vger.kernel.org List-ID: Quoting Eric W. Biederman (ebiederm@xmission.com): > Stephen Hemminger writes: > > > If you need to do lots of operations the --batch mode will be significantly faster. > > One command start and one link map. > > The problem in this case as I understand it is lots of independent > operations. Now maybe lxc should not shell out to ip and perform the > work itself. fwiw lxc uses netlink to create new veths, and picks random names with mktemp() ahead of time. -serge