All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mempool/bucket: add the driver to meson build
@ 2018-05-16 16:41 Andrew Rybchenko
  2018-05-16 16:48 ` Andrew Rybchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Rybchenko @ 2018-05-16 16:41 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, Andrew Rybchenko

From: Andrew Rybchenko <Andrew.Rybchenko@oktetlabs.ru>

Fixes: 4ed00862c81d ("mempool/bucket: implement bucket mempool manager")

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
---
 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 related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mempool/bucket: add the driver to meson build
  2018-05-16 16:41 [PATCH] mempool/bucket: add the driver to meson build Andrew Rybchenko
@ 2018-05-16 16:48 ` Andrew Rybchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Rybchenko @ 2018-05-16 16:48 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

On 05/16/2018 07:41 PM, Andrew Rybchenko wrote:
> Fixes: 4ed00862c81d ("mempool/bucket: implement bucket mempool manager")
>
> Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>

Self NACK, sorry v2 is sent to fix From: and I've just realized that 
forgot to use --in-reply-to in v2

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

end of thread, other threads:[~2018-05-16 16:48 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:41 [PATCH] mempool/bucket: add the driver to meson build Andrew Rybchenko
2018-05-16 16:48 ` Andrew Rybchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.