From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 08523DE3 for ; Tue, 28 Jan 2014 15:36:37 +0100 (CET) Received: by mail-wg0-f54.google.com with SMTP id x13so915825wgg.33 for ; Tue, 28 Jan 2014 06:37:56 -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=kLl9SS0v0AIHQ+i3w0yRHKaN3HxdJxAJSWem0RjdyGo=; b=miPO5wJmxRDM9oeVx8KvCtXoyXsUh/2N4UAW9gS5rMZLsllgNytC+Mh68qKTi6DuJU 9Ozl7rsG1wXeKqCDi9zbIo7hOE0s9wyK0kVCafZE65lTQUy9Gmsma72HhD4Tg85uN8Os 7SFx9TdLSU0YeHxVs/eVh+qQgQ6wPPm6asov8+5KCmcWWVXlq7mfIy6Xxg8IVdPuD1rE Kuxe+E8KX3GY4Jb+GFeLN+53VFUopt09mN+me9xhw01nLEj5uV4k8N4tWJHmd0xXkbfA vmbq3QO6OqTgayKwsoEdlrXSiz6T0xx+8+M7wu/Sn9beTVBs1DMkNAQjALJBDehWiD0B vjQg== X-Gm-Message-State: ALoCoQnNHJmnZhyXtnZVDVWnWQPACFWtsV2LWEztnQ4cest4JOaiLolw+AUC6bRp68dvujlCfzdn X-Received: by 10.194.58.132 with SMTP id r4mr1221145wjq.45.1390919876276; Tue, 28 Jan 2014 06:37:56 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id 12sm33387614wjm.10.2014.01.28.06.37.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jan 2014 06:37:55 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Olivier Matz Date: Tue, 28 Jan 2014 15:37:53 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1390577487-22242-1-git-send-email-olivier.matz@6wind.com> <1390577487-22242-3-git-send-email-olivier.matz@6wind.com> In-Reply-To: <1390577487-22242-3-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201401281537.53735.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 2/2] 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 14:36:38 -0000 24/01/2014 16:31, Olivier Matz: > --- a/lib/librte_eal/linuxapp/eal/eal.c > +++ b/lib/librte_eal/linuxapp/eal/eal.c > @@ -357,6 +358,7 @@ eal_usage(const char *prgname) > " --"OPT_NO_PCI" : disable pci\n" > " --"OPT_NO_HPET" : disable hpet\n" > " --"OPT_NO_SHCONF": no shared config (mmap'd files)\n" > + " --"OPT_CREATE_UIO_DEV": create /dev/uioX (usually done by > hotplug)\n" "\n", The option is added in section "EAL options for DEBUG use only". Shouldn't be in the general section "EAL options" ? -- Thomas