From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 10/11] device-args: allow to provide per pci device command line arguments Date: Thu, 10 Apr 2014 16:06:57 +0200 Message-ID: <2979688.tVHKrksoqg@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Olivier Matz Return-path: In-Reply-To: <1393676094-17787-1-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> 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" 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