numam-dpdk/drivers
Jerin Jacob 9a8e7062c8 mempool/octeontx2: add devargs for max pool selection
The maximum number of mempools per application needs to be configured
on HW during mempool driver initialization. HW can support up to 1M
mempools, Since each mempool costs set of HW resources, the max_pools
devargs parameter is being introduced to configure the number of
mempools required for the application.
For example:

-w 0002:02:00.0,max_pools=512

With the above configuration, the driver will set up only 512 mempools
for the given application to save HW resources.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Harman Kalra <hkalra@marvell.com>
2019-06-25 23:35:57 +02:00
..
baseband
bus bus/pci: fix TOCTOU for sysfs access 2019-06-14 16:33:56 +09:00
common drivers: add init and fini on octeontx2 NPA object 2019-06-25 23:35:57 +02:00
compress
crypto crypto/aesni_mb: fix build with gcc 4.8.5 2019-06-05 18:37:08 +02:00
event
mempool mempool/octeontx2: add devargs for max pool selection 2019-06-25 23:35:57 +02:00
net net/qede: fix warnings from invalid assert 2019-06-24 12:25:03 +01:00
raw
Makefile
meson.build