[dpdk-dev] test_mp_secondary??

Stephen Hemminger shemming at brocade.com
Wed Feb 18 22:17:22 CET 2015


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;


More information about the dev mailing list