From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-x235.google.com (mail-bk0-x235.google.com [IPv6:2a00:1450:4008:c01::235]) by dpdk.org (Postfix) with ESMTP id 60209532D for ; Wed, 12 Jun 2013 17:12:40 +0200 (CEST) Received: by mail-bk0-f53.google.com with SMTP id e11so4036045bkh.40 for ; Wed, 12 Jun 2013 08:12:50 -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=InNfuO0L/o8H9BnP0xbKD9crAdXEY0aXZk3a3F0cawk=; b=EmTpppwGSWLGuceIeAzd8jLafQhDa/T6bVt2XiBuWfVxKpU4RMBJpdShU/lJ2pmjTW FSkXvEbgKzCc8ZV9qJKkQuc5/x6p2Rn1SjjpC0+s7nr79K3/mtH45HNlVRsiaiWaJx4U Y7SVz0kyZnn0BcCAN5O86ZhSyqKRfhSL64I5ybyHs60d8K4VqPTsgv8ONvf5jv7v2LXE 4l8mCCKM7EJDPZvLztpsgqhx7gHYxKvJMsNVdXiUkhknoSaFUdctG/0vOBIl/qkgWxax RyVt0woDD2QiHZOFzL5ir83+LYWD0tYGs+BjAD408ytSjbnlBdsqOBGgBfkVBK+LYgOc dLMA== X-Received: by 10.205.11.135 with SMTP id pe7mr2841675bkb.127.1371049969616; Wed, 12 Jun 2013 08:12:49 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id og1sm7969960bkb.16.2013.06.12.08.12.47 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Jun 2013 08:12:48 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Wed, 12 Jun 2013 17:12:50 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1371023487-23617-1-git-send-email-thomas.monjalon@6wind.com> <51B861CA.8060203@6wind.com> In-Reply-To: <51B861CA.8060203@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201306121712.50774.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQkQsbfcnFmXuF9G2DyMpmHJqsNA7h5MzuPex2ebhUqhVgRy4oPP0Bw4eKNVeYY/qUIfZRCT Subject: Re: [dpdk-dev] [PATCH] eal: add support for shared object drivers 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 15:12:40 -0000 12/06/2013 13:55, Olivier MATZ : > On 06/12/2013 09:51 AM, Thomas Monjalon wrote: > > From: Damien Millescamps > > > > Add an option to specify libraries to be loaded before probing the PCI. > > Looks good to me. pushed -- Thomas