[dpdk-dev] [PATCH v7 01/22] kvargs: build before EAL

Bruce Richardson bruce.richardson at intel.com
Thu Jun 14 16:10:11 CEST 2018


On Sun, Apr 15, 2018 at 05:07:30PM +0200, Gaetan Rivet wrote:
> Signed-off-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
> ---
>  lib/Makefile                                                      | 3 +--
>  lib/librte_eal/common/Makefile                                    | 2 +-
>  lib/librte_kvargs/Makefile                                        | 3 ++-
>  lib/librte_kvargs/rte_kvargs.c                                    | 2 +-
>  lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h | 0
>  5 files changed, 5 insertions(+), 5 deletions(-)
>  rename lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h (100%)
> 

This fails for me when building DPDK for shared libs, due to the dependency
on rte_log. I think if we to have kvargs built first it needs to be
completely independent.

/Bruce


More information about the dev mailing list