numam-dpdk/examples/vhost
Bernard Iremonger f17eb17904 examples/vhost: reduce number of hugepages needed
Add #ifndef MAX_QUEUES to change MAX_QUEUES at compile time if needed.
Change MAX_QUEUES from 512 to 128 to reduce the number of hugepages
required by the vhost-switch program.

To change MAX_QUEUES add '-D MAX_QUEUES=512' to the EXTRA_CFLAGS variable,
before building the application.

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2015-12-10 22:33:54 +01:00
..
main.c examples/vhost: reduce number of hugepages needed 2015-12-10 22:33:54 +01:00
main.h examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
Makefile eal: set name to threads 2015-11-03 15:32:34 +01:00