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;

Reply via email to