From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix build switches to enable cmdline tests Date: Wed, 02 Jul 2014 00:07:53 +0200 Message-ID: <2464013.HFTgH0ecUJ@xps13> References: <1403862406-31698-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "De Lara Guarch, Pablo" Return-path: In-Reply-To: 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" > > There were 2 typos since these commits (in 1.6.0 releases): > > 21a7f4e264 fix build without librte_cmdline > > cac6d08c8b replace --use-device option by --pci-whitelist and --vdev > > > > In makefiles, the build options are prefixed with CONFIG_RTE_ > > but in .c file, it is only RTE_. > > > > These typos were disabling cmdline unit tests and test of "--vdev > > eth_ring" > > option. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Pablo de Lara Applied for version 1.7.0. -- Thomas