From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id B9C5B959 for ; Mon, 23 Mar 2015 17:38:27 +0100 (CET) Received: by wixw10 with SMTP id w10so68452309wix.0 for ; Mon, 23 Mar 2015 09:38:27 -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=sbaPj3T7itLF6vKLAmx1xKNhcJ7lZyjesrPoB88x9rE=; b=cZhdT4bcICY1sARKytpeAWRgBpsCxlzCdtmoxESKjXknNRTgKRtFvOu+xDYb8/Qc62 jYQDWCwRUGarNnzcuN48EoSvj0Lo+SjwkLJQecXkO1aJaYszbRWjIeiMs2OcxqF1q99Y XUlhG06m4oouQ0cchqp981gTWmFYskM/PhyEizPR/lf18lUIi88xy3jAbPDOafhQF68d tscg4l8Qjs1VXdiVNappUrMwxxCZR0mAPawWzYmMUVH6IpWj+zXyye0cPhw4EigM+Bmw 0sVVlKuwDaalN6EAefNiUo8v1mBPdAt6RLN5MbL8kSA3GgKSJuE8T1iLUu2Kp0n1NChg l6lQ== X-Gm-Message-State: ALoCoQmZt02zfqNuZxBPkzWHzMBWR3idB1R8Vxm2tlaaKeD/QelxRHJfHwkdvIEACVDhysoojPx8 X-Received: by 10.194.95.133 with SMTP id dk5mr93735219wjb.143.1427128707490; Mon, 23 Mar 2015 09:38:27 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id n3sm2107910wja.36.2015.03.23.09.38.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Mar 2015 09:38:26 -0700 (PDT) From: Thomas Monjalon To: gaohaifeng Date: Mon, 23 Mar 2015 17:37:46 +0100 Message-ID: <1960954.Lq3Zd2k7CE@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <55103BC4.5030600@6wind.com> References: <1427098299-20876-1-git-send-email-gaohaifeng.gao@huawei.com> <55103BC4.5030600@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] eal_common_options.c: set create_uio_dev option to no argument 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, 23 Mar 2015 16:38:27 -0000 > > eal options OPT_CREATE_UIO_DEV does not need argument so set it to zero. > > It needs to reset create_uio_dev explicitly. > > > > Signed-off-by: Haifeng Gao > > Acked-by: Olivier Matz > > Thank you for fixing this. > > Note for Thomas: the bug is there since my initial commit adding > the feature, you may want to add this to the commit log: > Fixes: f7f97c16048e (" pci: add option --create-uio-dev to run without > hotplug") Applied, thanks