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: Tue, 26 Mar 2013 09:17:47 -0500 Message-ID: <20130326141747.GA18692@sergelap> References: <87wqsu72r6.fsf@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Benoit Lourdelet , Stephen Hemminger , "netdev@vger.kernel.org" To: "Eric W. Biederman" Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:53003 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758355Ab3CZOR5 (ORCPT ); Tue, 26 Mar 2013 10:17:57 -0400 Content-Disposition: inline In-Reply-To: <87wqsu72r6.fsf@xmission.com> Sender: netdev-owner@vger.kernel.org List-ID: Quoting Eric W. Biederman (ebiederm@xmission.com): > Specifing the names would dramatically improve your creation > performance. It should only take you about 10s for 5000 veth pairs. > But you have to specify the names. Thanks, Eric. I'm going to update lxc to always specify names for the veth pairs, rather than only when they are requested by the user's configuration file. -serge