| /dpdk/lib/mempool/ |
| H A D | mempool_trace_points.c | 25 lib.mempool.generic.get) 28 lib.mempool.get.bulk) 31 lib.mempool.get.blocks) 64 lib.mempool.get.page.size)
|
| /dpdk/config/ |
| H A D | meson.build | 24 major_version = '@0@.@1@'.format(pver.get(0), pver.get(1)) 35 dpdk_conf.set('RTE_VER_YEAR', pver.get(0).to_int()) 36 dpdk_conf.set('RTE_VER_MONTH', pver.get(1).to_int()) 37 if pver.get(2).contains('-rc') 38 rc_ver = pver.get(2).split('-rc') 39 dpdk_conf.set('RTE_VER_MINOR', rc_ver.get(0).to_int()) 41 dpdk_conf.set('RTE_VER_RELEASE', rc_ver.get(1).to_int()) 43 dpdk_conf.set('RTE_VER_MINOR', pver.get(2).to_int()) 278 if not dpdk_conf.get('RTE_ARCH_64') 302 if dpdk_conf.get('RTE_ARCH_64') [all …]
|
| /dpdk/config/arm/ |
| H A D | meson.build | 422 if dpdk_conf.get('RTE_ARCH_32') 431 soc_config = socs.get(soc, {'not_supported': true}) 478 soc_config = socs.get(soc, {'not_supported': true}) 486 soc_config = socs.get(soc, {'not_supported': true}) 497 soc_flags = soc_config.get('flags', []) 498 if not soc_config.get('numa', true) 502 disable_drivers += ',' + soc_config.get('disable_drivers', '') 503 enable_drivers += ',' + soc_config.get('enable_drivers', '') 530 …dpdk_flags = flags_common + implementer_config['flags'] + part_number_config.get('flags', []) + so…
|
| /dpdk/drivers/net/enic/ |
| H A D | meson.build | 28 if cc.get_define('__AVX2__', args: machine_args) != '' and dpdk_conf.get('RTE_ARCH_64') 34 elif cc.has_argument('-mavx2') and dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/net/hns3/ |
| H A D | meson.build | 10 if arch_subdir != 'x86' and arch_subdir != 'arm' or not dpdk_conf.get('RTE_ARCH_64') 38 if arch_subdir == 'arm' and dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ntb.rst | 45 NTB PMD needs kernel PCI driver to support write combining (WC) to get 136 Based on this ring layout, enqueue reads rx_tail to get how many free 139 And dequeue reads tx_tail to get how many packets are arrived, and 143 to get better performance.
|
| /dpdk/buildtools/ |
| H A D | meson.build | 19 get_cpu_count_cmd = py3 + files('get-cpu-count.py') 20 get_numa_count_cmd = py3 + files('get-numa-count.py')
|
| /dpdk/config/x86/ |
| H A D | meson.build | 4 # get binutils version for the workaround of Bug 97 65 if dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/doc/guides/nics/ |
| H A D | ipn3ke.rst | 23 <http://www.intel.com/support>`_ and get the latest NVM/FW images. 27 - To get better performance on Intel platforms, please follow the "How to get best performance with…
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | intro.rst | 8 It is designed to get customers up and running quickly. 20 …is document): Describes how to install and configure the DPDK; designed to get users up and runnin…
|
| /dpdk/drivers/common/octeontx/ |
| H A D | meson.build | 5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/mempool/octeontx/ |
| H A D | meson.build | 4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | bcmfs.rst | 81 To get BCMFS PMD executing, device node must be owned by VFIO platform module only. 82 For example, below commands can be run to get hold of a device node by VFIO.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | intro.rst | 25 designed to get users up and running quickly with the software. 29 …Refer to this guide for installation and configuration instructions to get started using the DPDK …
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry.py | 78 run_dir = os.environ.get('RUNTIME_DIRECTORY') 83 run_dir = os.environ.get('XDG_RUNTIME_DIR', '/tmp')
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | meson.build | 4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | meson.build | 5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/net/octeontx/ |
| H A D | meson.build | 4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/dma/hisilicon/ |
| H A D | meson.build | 10 if (arch_subdir != 'x86' and arch_subdir != 'arm') or (not dpdk_conf.get('RTE_ARCH_64'))
|
| /dpdk/drivers/event/octeontx/ |
| H A D | meson.build | 4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/lib/kni/ |
| H A D | meson.build | 10 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/regex/cn9k/ |
| H A D | meson.build | 5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/net/thunderx/ |
| H A D | meson.build | 4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | meson.build | 4 if ((arch_subdir != 'x86' or not dpdk_conf.get('RTE_ARCH_64')) and
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | meson.build | 5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
|