From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 369C7DE3 for ; Tue, 28 Jan 2014 16:34:59 +0100 (CET) Received: by mail-wg0-f46.google.com with SMTP id x12so1069227wgg.1 for ; Tue, 28 Jan 2014 07:36:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=OxnneKiQGLKqBTg/7m4T7VpCF+pchZFzM/FylOsFgWA=; b=NF3r3CT/YzXTbJ8bRl4/xgy+RBhzwWjEo5hHH6ytCPxKlR+ysQVxGYknJpiZAZd2fH WMZBHAvZTQTxPqeBc6lkwnL6/+a8HJwzMK2PBE2oAlBaPAXmQ37BJ2sSWtulYSKbVzuf KLGryNRc4JP528Hk8q88azJrSmJkoAekpn+zOcZ1XNZgzUR2wUyJYOK28+bSpDUEuNm/ QYbcduZ+SD+IXoLBmWJ3zz3z0aKHJpmomXHQoIpuV2B3OhL8ddRKUnMA2J1dsHH8dJ3A z8hAtF3rqjQTXTKar5tqrKiNUi9bozhL4dV94MBoKZESNkuLJg/GT+9Ue77/QEyrm9pd D9ig== X-Gm-Message-State: ALoCoQnefMU+Byn4Fd+hqNk25vcfCU1RM5TOrJWs8T85zA6gmevU8kNJXguInEuHt6GJeA7bT/Ho X-Received: by 10.194.188.80 with SMTP id fy16mr1508364wjc.30.1390923377621; Tue, 28 Jan 2014 07:36:17 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ev4sm35089804wib.1.2014.01.28.07.36.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jan 2014 07:36:16 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Olivier Matz Date: Tue, 28 Jan 2014 16:36:15 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <201401281537.53735.thomas.monjalon@6wind.com> <1390922760-6739-1-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1390922760-6739-1-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201401281636.15255.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 2/2 v2] pci: add option --create-uio-dev to run without hotplug 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: Tue, 28 Jan 2014 15:34:59 -0000 28/01/2014 16:26, Olivier Matz: > When the user specifies --create-uio-dev in dpdk eal start options, the > DPDK will create the /dev/uioX instead of waiting that a program does it > (which is usually hotplug). > > This option is useful in embedded environments where there is no hotplug > to do the work. > > Signed-off-by: Olivier Matz Acked and applied. Thank you -- Thomas