[dpdk-dev] [PATCH] eal: fix compile error for old glibc caused by pthread_setname_np()

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Nov 24 18:54:15 CET 2015


2015-11-19 17:44, Ferruh Yigit:
>  examples/tep_termination/main.c                    | 2 +-
>  examples/vhost/main.c                              | 2 +-
>  examples/vhost_xen/main.c                          | 2 +-
>  lib/librte_eal/common/eal_thread.h                 | 6 ++++++

It cannot compile because eal_thread.h is not part of the public API
so not included in the examples.
Please could you move it in lib/librte_eal/common/include?
An idea of the filename it should be?


More information about the dev mailing list