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 9826668CB for ; Thu, 10 Apr 2014 16:05:21 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id bs8so5049281wib.5 for ; Thu, 10 Apr 2014 07:06:58 -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=cGZTNd7y7ns1Et1hBp541l06/uXPAhCay9rMd8Y0yJo=; b=Sd7OiFqqV2EpUoY4KQDbbv0SPAmJjHXDuvPu9/P75H4T5D+YEWTeEv6Wga3pZq0zvP aICOHH1ysIOG4PpHAXCiKrglU8FeCFoJSQVkUKZlKXSfqMjDo20wGQCDqabyASIHH62/ 2PGzMj65QZUZfpub23owF00YbCJ7U3JazKT9VmgTIfFGncu2vyApFmfblM/NVHyBVlG4 rI1rR1eZCGOViZFg9QsIoUnJ2+ZhQuGHdQM1VacXTH00c9+PIUkY8aMnzyuYznVvo0i4 sBAqSLxfD+n84JfapwQOOG8jTemK+f6RqBasmo8lDY85XLZypZY2sO9Wjo2pZ4ETCGuG n7HQ== X-Gm-Message-State: ALoCoQluaPFcoslZuAIaIvxlXUFiuxun+VPRYV5NXeeuDpb2/AVZ9vp169rTZoxcSTg2DtxxFutu X-Received: by 10.181.13.82 with SMTP id ew18mr15438417wid.22.1397138818865; Thu, 10 Apr 2014 07:06:58 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fi2sm16966899wic.15.2014.04.10.07.06.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Apr 2014 07:06:57 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Date: Thu, 10 Apr 2014 16:06:57 +0200 Message-ID: <2979688.tVHKrksoqg@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.7-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <1393676094-17787-1-git-send-email-olivier.matz@6wind.com> References: <1393608350-4431-11-git-send-email-olivier.matz@6wind.com> <1393676094-17787-1-git-send-email-olivier.matz@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 v2 10/11] device-args: allow to provide per pci device command line arguments 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: Thu, 10 Apr 2014 14:05:21 -0000 2014-03-01 13:14, Olivier Matz: > Some PCI drivers may require some specific initialization arguments at > start-up. > > Even if unused today, adding this feature seems coherent with virtual > devices in order to provide a full-featured rte_devargs framework. In > the future, it could be added in pmd_ixgbe or pmd_igb for instance to > enable debug of drivers or setting a specific operating mode at > start-up. > > Signed-off-by: Olivier Matz Acked-by: Thomas Monjalon Applied for version 1.6.0r2. -- Thomas