DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] port: fix library build order dependency
@ 2019-11-05 19:42 Rahul Shah
  2019-11-07  9:11 ` Dumitrescu, Cristian
  2019-11-07 14:19 ` Ferruh Yigit
  0 siblings, 2 replies; 3+ messages in thread
From: Rahul Shah @ 2019-11-05 19:42 UTC (permalink / raw)
  To: cristian.dumitrescu; +Cc: dev

The port library should be build after eventdev library.

Fixes: 	5d92c4e5 ("port: add eventdev port type")

Signed-off-by: Rahul Shah <rahul.r.shah@intel.com>
---
 lib/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Makefile b/lib/Makefile
index 5d04ab915..2c2b80ac3 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -90,6 +90,7 @@ DEPDIRS-librte_distributor := librte_eal librte_mbuf librte_ethdev
 DIRS-$(CONFIG_RTE_LIBRTE_PORT) += librte_port
 DEPDIRS-librte_port := librte_eal librte_mempool librte_mbuf librte_ethdev
 DEPDIRS-librte_port += librte_ip_frag librte_sched
+DEPDIRS-librte_port += librte_eventdev
 ifeq ($(CONFIG_RTE_LIBRTE_KNI),y)
 DEPDIRS-librte_port += librte_kni
 endif
-- 
2.20.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] port: fix library build order dependency
  2019-11-05 19:42 [dpdk-dev] [PATCH] port: fix library build order dependency Rahul Shah
@ 2019-11-07  9:11 ` Dumitrescu, Cristian
  2019-11-07 14:19 ` Ferruh Yigit
  1 sibling, 0 replies; 3+ messages in thread
From: Dumitrescu, Cristian @ 2019-11-07  9:11 UTC (permalink / raw)
  To: Shah, Rahul R; +Cc: dev



> -----Original Message-----
> From: Shah, Rahul R <rahul.r.shah@intel.com>
> Sent: Tuesday, November 5, 2019 7:42 PM
> To: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>
> Cc: dev@dpdk.org
> Subject: [PATCH] port: fix library build order dependency
> 
> The port library should be build after eventdev library.
> 
> Fixes: 	5d92c4e5 ("port: add eventdev port type")
> 
> Signed-off-by: Rahul Shah <rahul.r.shah@intel.com>
> ---
>  lib/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/Makefile b/lib/Makefile
> index 5d04ab915..2c2b80ac3 100644
> --- a/lib/Makefile
> +++ b/lib/Makefile
> @@ -90,6 +90,7 @@ DEPDIRS-librte_distributor := librte_eal librte_mbuf
> librte_ethdev
>  DIRS-$(CONFIG_RTE_LIBRTE_PORT) += librte_port
>  DEPDIRS-librte_port := librte_eal librte_mempool librte_mbuf librte_ethdev
>  DEPDIRS-librte_port += librte_ip_frag librte_sched
> +DEPDIRS-librte_port += librte_eventdev
>  ifeq ($(CONFIG_RTE_LIBRTE_KNI),y)
>  DEPDIRS-librte_port += librte_kni
>  endif
> --
> 2.20.1

Cosmetically, you might want to squeeze & add librte_eventdev on the line immediately above.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] port: fix library build order dependency
  2019-11-05 19:42 [dpdk-dev] [PATCH] port: fix library build order dependency Rahul Shah
  2019-11-07  9:11 ` Dumitrescu, Cristian
@ 2019-11-07 14:19 ` Ferruh Yigit
  1 sibling, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2019-11-07 14:19 UTC (permalink / raw)
  To: Rahul Shah, cristian.dumitrescu; +Cc: dev

On 11/5/2019 7:42 PM, Rahul Shah wrote:
> The port library should be build after eventdev library.
> 
> Fixes: 	5d92c4e5 ("port: add eventdev port type")
> 
> Signed-off-by: Rahul Shah <rahul.r.shah@intel.com>

Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-07 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 19:42 [dpdk-dev] [PATCH] port: fix library build order dependency Rahul Shah
2019-11-07  9:11 ` Dumitrescu, Cristian
2019-11-07 14:19 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).