From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: test_mp_secondary?? Date: Wed, 18 Feb 2015 13:17:22 -0800 Message-ID: <20150218131722.4d4352d6@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Neil Horman Return-path: 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" Why is test_mp_secondary in export list for eal? $ git grep test_mp_secondary MAINTAINERS:F: app/test/test_mp_secondary.c app/test/Makefile:SRCS-y += test_mp_secondary.c app/test/test.c: { "run_secondary_instances", test_mp_secondary }, app/test/test.h:int test_mp_secondary(void); app/test/test_mp_secondary.c:test_mp_secondary(void) app/test/test_mp_secondary.c: .callback = test_mp_secondary, lib/librte_eal/bsdapp/eal/rte_eal_version.map: test_mp_secondary; lib/librte_eal/linuxapp/eal/rte_eal_version.map: test_mp_secondary;