From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH RFC 0/3] only call iopl when necessary Date: Wed, 27 Aug 2014 12:04:46 +0200 Message-ID: References: <1409062300-17004-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev-VfR2kkLFssw@public.gmane.org" To: "Xie, Huawei" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Wed, Aug 27, 2014 at 11:57 AM, Xie, Huawei wrote: > That is ok. If virtio PMD is a dynamic linked library, is it possible > that virtio PMD is loaded later? > The shared library are loaded through -d option, which are loaded just before the call to rte_eal_dev_init(). -- David Marchand >