From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-x22a.google.com (mail-ee0-x22a.google.com [IPv6:2a00:1450:4013:c00::22a]) by dpdk.org (Postfix) with ESMTP id 5F3F0532D for ; Wed, 12 Jun 2013 12:08:57 +0200 (CEST) Received: by mail-ee0-f42.google.com with SMTP id c4so4257572eek.29 for ; Wed, 12 Jun 2013 03:09:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=Tq9PJpu9uhRbbjEmGKxM4XM6ysrQDzXBgL1RgULI5EU=; b=mm7efRbUOeq1oxeXd+jsrTxAye3aYGQqbOMwTRBj23rDqoAguoq9hy3v8GmZqncNAU RSuYF7CsPqfA4VA4wAW0FFOLJFPv/Vm3y/RmWIdNT437sLFYt2Z4PqQ2GWMgk53OfWyW BWiz412xhKxmOxofzveroLrEWeS1niEFkqZV9h3ypj7BwQgQeX88n6Ucf7mbd12Vrgzz JmofxXilAM4akdCOLOvAtZDJd0zikzxvLgb9naO2ZdQ/YQpoO7TZFvMXtpniOi7N1GaV bHw7jNnURieLLWmBaynADAhpuq10y8YHEv3PGd7jX0XdyAanmUDHN4GHH2u5Gb0gpJ0d 46oA== X-Received: by 10.14.182.5 with SMTP id n5mr20407456eem.151.1371031746666; Wed, 12 Jun 2013 03:09:06 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id u7sm35777399eef.14.2013.06.12.03.09.05 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Jun 2013 03:09:05 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Wed, 12 Jun 2013 12:09:08 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <20130530171234.301927271@vyatta.com> <20130530171626.884622340@vyatta.com> <51AF4C82.2010603@6wind.com> In-Reply-To: <51AF4C82.2010603@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201306121209.08203.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQmFfo14hcEcWPL0/mmiCwDZ8ttBXJFCulD4eRGwQORE2E4dpWfEqDOm/phIZJDu+9ETsIuN Subject: Re: [dpdk-dev] [PATCH 3/7] optimize log/panic X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 10:08:57 -0000 05/06/2013 16:34, Vincent JARDIN : > On 30/05/2013 19:12, Stephen Hemminger wrote: > > Signed-off-by: Stephen Hemminger > > Reviewed-by: Vincent Jardin > > It does not hurt to move both to a cold section. TODO: some other init > and setup functions should be cold too. applied with modified title: log: optimize log/panic with attribute cold -- Thomas