Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 169) sorted by relevance

1234567

/dpdk/lib/mempool/
H A Dmempool_trace_points.c25 lib.mempool.generic.get)
28 lib.mempool.get.bulk)
31 lib.mempool.get.blocks)
64 lib.mempool.get.page.size)
/dpdk/config/
H A Dmeson.build24 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 Dmeson.build422 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 Dmeson.build28 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 Dmeson.build10 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 Dntb.rst45 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 Dmeson.build19 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 Dmeson.build4 # get binutils version for the workaround of Bug 97
65 if dpdk_conf.get('RTE_ARCH_64')
/dpdk/doc/guides/nics/
H A Dipn3ke.rst23 <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 Dintro.rst8 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 Dmeson.build5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/drivers/mempool/octeontx/
H A Dmeson.build4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst81 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 Dintro.rst25 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 Ddpdk-telemetry.py78 run_dir = os.environ.get('RUNTIME_DIRECTORY')
83 run_dir = os.environ.get('XDG_RUNTIME_DIR', '/tmp')
/dpdk/drivers/compress/octeontx/
H A Dmeson.build4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/drivers/mempool/cnxk/
H A Dmeson.build5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/drivers/net/octeontx/
H A Dmeson.build4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/drivers/dma/hisilicon/
H A Dmeson.build10 if (arch_subdir != 'x86' and arch_subdir != 'arm') or (not dpdk_conf.get('RTE_ARCH_64'))
/dpdk/drivers/event/octeontx/
H A Dmeson.build4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/lib/kni/
H A Dmeson.build10 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/drivers/regex/cn9k/
H A Dmeson.build5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/drivers/net/thunderx/
H A Dmeson.build4 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
/dpdk/drivers/vdpa/sfc/
H A Dmeson.build4 if ((arch_subdir != 'x86' or not dpdk_conf.get('RTE_ARCH_64')) and
/dpdk/drivers/crypto/cnxk/
H A Dmeson.build5 if not is_linux or not dpdk_conf.get('RTE_ARCH_64')

1234567