From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f179.google.com (mail-we0-f179.google.com [74.125.82.179]) by dpdk.org (Postfix) with ESMTP id AC8A911F5 for ; Mon, 29 Sep 2014 14:08:57 +0200 (CEST) Received: by mail-we0-f179.google.com with SMTP id u56so4909000wes.38 for ; Mon, 29 Sep 2014 05:15:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=CkDY3iqz6UgFtvX5qcSQL0F+osCrOZPnAwe3zFTgE3Q=; b=LK/mZr2AZH297nT1FUToGDTzHHg1Y0RZkGPmejoxY3kIhXKjat4ggmaBrjzfkTTry0 ihDSq0VU1qQghbWG2sVOg5HzlMyHHVOWCbK4tLT+uSIzZ5IuL1A+x9jUNPYbsfLsVOsI TT4codQgeT4pYsfWzlzTRXYVq88Kcu/VglH5pygDYtwLTHBxq6Cq2yFq23TQadznYL0K 9hnBd9JL8cFsAyvzic4+nPPlM1gZtmkl0ZWU0FyBlA3dGsEIL64E1IZJ5w+qDQyMWz5X Annfb6y0N6hIHC3pxe4LQRujIrRHNIyfjaiaWXUhK5+3VqdQ9btAXaCzLungEXx1zKyX wEUQ== X-Gm-Message-State: ALoCoQmNhIkMxDRlBK4qrdp6hcoeDaT/2GEzD+GPcck1cxylpsPjenJOjocvpq5QZVhChULYZE12 X-Received: by 10.194.78.101 with SMTP id a5mr2854944wjx.118.1411992933506; Mon, 29 Sep 2014 05:15:33 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fx2sm15508073wjb.37.2014.09.29.05.15.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Sep 2014 05:15:32 -0700 (PDT) From: Thomas Monjalon To: Declan Doherty Date: Mon, 29 Sep 2014 14:15:21 +0200 Message-ID: <13448136.zM7WU4UMLY@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <20140926141140.GE3930@hmsreliant.think-freely.org> References: <1411734684-13965-1-git-send-email-thomas.monjalon@6wind.com> <20140926141140.GE3930@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] examples: do not probe pci twice 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: Mon, 29 Sep 2014 12:08:57 -0000 > > Since commit a155d430119 ("support link bonding device initialization"), > > rte_eal_pci_probe() is called in rte_eal_init(). > > So it doesn't have to be called by application anymore. > > It has been fixed for testpmd in commit 2950a769315, > > and this patch remove it from other applications. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Neil Horman Applied in the serie about bonding cleanup. -- Thomas