DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] config: fix meson build
@ 2018-04-19 20:31 Ferruh Yigit
  2018-04-19 20:35 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2018-04-19 20:31 UTC (permalink / raw)
  To: Bruce Richardson, Thomas Monjalon; +Cc: dev, Ferruh Yigit, xiao.w.wang

New config option "CONFIG_RTE_MAX_VFIO_CONTAINERS=64" introduced and
this config option is used by eal_vfio.c

Meson config file, rte_config.h, missing this config option causing
build error with meson, fixed by adding missing config.

Fixes: 52d790189dcd ("vfio: extend data structure for multi container")

Reported-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
Cc: xiao.w.wang@intel.com
---
 config/rte_config.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/rte_config.h b/config/rte_config.h
index ed2deb5d7..ec1f562f4 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -32,6 +32,7 @@
 #define RTE_LOG_DP_LEVEL RTE_LOG_INFO
 #define RTE_BACKTRACE 1
 #define RTE_EAL_VFIO 1
+#define RTE_MAX_VFIO_CONTAINERS 64
 
 /* bsd module defines */
 #define RTE_CONTIGMEM_MAX_NUM_BUFS 64
-- 
2.14.3

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

* Re: [dpdk-dev] [PATCH] config: fix meson build
  2018-04-19 20:31 [dpdk-dev] [PATCH] config: fix meson build Ferruh Yigit
@ 2018-04-19 20:35 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2018-04-19 20:35 UTC (permalink / raw)
  To: Bruce Richardson, Thomas Monjalon; +Cc: dev, xiao.w.wang

On 4/19/2018 9:31 PM, Ferruh Yigit wrote:
> New config option "CONFIG_RTE_MAX_VFIO_CONTAINERS=64" introduced and
> this config option is used by eal_vfio.c
> 
> Meson config file, rte_config.h, missing this config option causing
> build error with meson, fixed by adding missing config.
> 
> Fixes: 52d790189dcd ("vfio: extend data structure for multi container")
> 
> Reported-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Squashed into relevant commit in next-net, thanks.

(Build error was in next-net, fix squashed)

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

end of thread, other threads:[~2018-04-19 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19 20:31 [dpdk-dev] [PATCH] config: fix meson build Ferruh Yigit
2018-04-19 20:35 ` 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).