* [dpdk-dev] [PATCH v2] mempool/bucket: add the driver to meson build
@ 2018-05-16 16:44 Andrew Rybchenko
2018-05-21 9:58 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Rybchenko @ 2018-05-16 16:44 UTC (permalink / raw)
To: dev; +Cc: Bruce Richardson
Fixes: 4ed00862c81d ("mempool/bucket: implement bucket mempool manager")
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
---
v1 -> v2:
- fix from to be consistent with signed-off-by
config/meson.build | 1 +
drivers/mempool/meson.build | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/config/meson.build b/config/meson.build
index 2179c689c..50081b572 100644
--- a/config/meson.build
+++ b/config/meson.build
@@ -73,6 +73,7 @@ dpdk_conf.set('RTE_LIBEAL_USE_HPET', get_option('use_hpet'))
dpdk_conf.set('RTE_EAL_ALLOW_INV_SOCKET_ID', get_option('allow_invalid_socket_id'))
# values which have defaults which may be overridden
dpdk_conf.set('RTE_MAX_VFIO_GROUPS', 64)
+dpdk_conf.set('RTE_DRIVER_MEMPOOL_BUCKET_SIZE_KB', 64)
compile_time_cpuflags = []
if host_machine.cpu_family().startswith('x86')
diff --git a/drivers/mempool/meson.build b/drivers/mempool/meson.build
index 693a8617b..4527d9806 100644
--- a/drivers/mempool/meson.build
+++ b/drivers/mempool/meson.build
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
-drivers = ['dpaa', 'dpaa2', 'octeontx', 'ring', 'stack']
+drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'ring', 'stack']
std_deps = ['mempool']
config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
driver_name_fmt = 'rte_mempool_@0@'
--
2.17.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH v2] mempool/bucket: add the driver to meson build
2018-05-16 16:44 [dpdk-dev] [PATCH v2] mempool/bucket: add the driver to meson build Andrew Rybchenko
@ 2018-05-21 9:58 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-05-21 9:58 UTC (permalink / raw)
To: Andrew Rybchenko; +Cc: dev, Bruce Richardson
16/05/2018 18:44, Andrew Rybchenko:
> Fixes: 4ed00862c81d ("mempool/bucket: implement bucket mempool manager")
>
> Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-21 9:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 16:44 [dpdk-dev] [PATCH v2] mempool/bucket: add the driver to meson build Andrew Rybchenko
2018-05-21 9:58 ` Thomas Monjalon
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).