[dpdk-dev] [PATCH] mk: Make XEN_PMD build in combined library mode - v2

2015-12-04 Thread Thomas Monjalon
2015-12-03 08:04, Christian Ehrhardt: > Building RTE_LIBRTE_PMD_XENVIRT was broken when RTE_BUILD_COMBINE_LIBS was > enabled (http://dpdk.org/ml/archives/dev/2015-November/028660.html). > Now the underlying issue is rather simple, the xen code needs libxenstore. > But rte.app.mk so far only conside

[dpdk-dev] [PATCH] mk: Make XEN_PMD build in combined library mode - v2

2015-12-03 Thread Christian Ehrhardt
Building RTE_LIBRTE_PMD_XENVIRT was broken when RTE_BUILD_COMBINE_LIBS was enabled (http://dpdk.org/ml/archives/dev/2015-November/028660.html). Now the underlying issue is rather simple, the xen code needs libxenstore. But rte.app.mk so far only considered that when RTE_BUILD_COMBINE_LIBS was disab

[dpdk-dev] [PATCH] mk: Make XEN_PMD build in combined library mode

2015-12-03 Thread Christian Ehrhardt
Hi Thomas, it was already after the --start-group before my patch, only guarded by the "ifeq ($(CONFIG_RTE_BUILD_COMBINE_LIBS),n)" I've had no opinion on being inside/outside the group. I just wanted to move it out of the "ifeq" which was not appropriate for the -lxenstore. I didn't want to cause

[dpdk-dev] [PATCH] mk: Make XEN_PMD build in combined library mode

2015-12-03 Thread Thomas Monjalon
2015-12-02 13:38, Christian Ehrhardt: > Building RTE_LIBRTE_PMD_XENVIRT was broken when RTE_BUILD_COMBINE_LIBS was > enabled (http://dpdk.org/ml/archives/dev/2015-November/028660.html). > Now the underlying issue is rather simple, the xen code needs libxenstore. > But rte.app.mk so far only conside

[dpdk-dev] [PATCH] mk: Make XEN_PMD build in combined library mode

2015-12-02 Thread Christian Ehrhardt
Building RTE_LIBRTE_PMD_XENVIRT was broken when RTE_BUILD_COMBINE_LIBS was enabled (http://dpdk.org/ml/archives/dev/2015-November/028660.html). Now the underlying issue is rather simple, the xen code needs libxenstore. But rte.app.mk so far only considered that when RTE_BUILD_COMBINE_LIBS was disab