Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 113) sorted by relevance

12345

/dpdk/config/ppc/
H A Dmeson.build6 error('Only 64-bit compiles are supported for this platform type')
28 if platform == 'generic' variable
34 elif platform == 'native' variable
65 char * platform = (char*) getauxval(AT_PLATFORM);
66 if (platform) {
67 if (!strncmp(platform,"power",5)) {
68 printf("%s", platform+5); return 0;
100 # User has explicitly chosen a platform for the build, use that
101 if cc.has_argument('-mcpu=' + platform)
102 cpu_instruction_set = platform
[all …]
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst64 compiling platform and same gets enabled in rte_vfio.h.
66 The BCMFS PMD may be compiled natively on a Stingray platform or
67 cross-compiled on an x86 platform. For example, below commands can be executed
68 for cross compiling on x86 platform.
79 The supported platform devices should be present in the
80 */sys/bus/platform/devices/fs<version>/<dev_name>* path on the booted kernel.
81 To get BCMFS PMD executing, device node must be owned by VFIO platform module only.
87 io_device_name="vfio-platform"
88 echo $io_device_name > /sys/bus/platform/devices/${SETUP_SYSFS_DEV_NAME}/driver_override
89 echo ${SETUP_SYSFS_DEV_NAME} > /sys/bus/platform/drivers_probe
H A Dcnxk.rst80 The OCTEON cnxk crypto PMD may be compiled natively on an OCTEON cnxk platform
81 or cross-compiled on an x86 platform.
83 Refer to :doc:`../platform/cnxk` for instructions to build your DPDK
96 List the CPT PF devices available on cn9k platform:
136 List the CPT PF devices available on cn10k platform:
H A Docteontx.rst67 **OCTEON TX** :sup:`®` board or cross-compiled on an x86 based platform.
69 Refer :doc:`../platform/octeontx` for details about setting up the platform
/dpdk/drivers/common/octeontx/
H A Docteontx_mbox.c66 uint32_t platform:12; member
298 if (app_intf_ver->platform != kernel_intf_ver.platform || in octeontx_check_mbox_version()
310 .platform = 0x01, in octeontx_mbox_init()
331 rm_intf_ver.platform, rm_intf_ver.major, in octeontx_mbox_init()
332 rm_intf_ver.minor, MBOX_INTERFACE_VERSION.platform, in octeontx_mbox_init()
/dpdk/app/test/
H A Dhas_hugepage.py5 import platform
8 os_name = platform.system()
/dpdk/doc/guides/platform/
H A Dbluefield.rst7 This document has information about steps to setup Mellanox BlueField platform
55 an x86 based platform.
82 They can also be simply copied from the filesystem of a working BlueField platform.
83 The following script can be run on a BlueField platform in order to create
H A Docteontx.rst7 This doc has information about steps to setup OCTEON TX platform
70 The OCTEON TX platform drivers can be compiled either natively on
71 **OCTEON TX** :sup:`®` board or cross-compiled on an x86 based platform.
92 Once the target is ready for native compilation, the OCTEON TX platform
110 The DPDK applications can be cross-compiled on any x86 based platform. The
H A Dindex.rst7 The following are platform specific guides and setup information.
/dpdk/doc/guides/eventdevs/
H A Ddpaa.rst9 platform to perform event scheduling.
34 See :doc:`../platform/dpaa` for setup information
/dpdk/doc/guides/dmadevs/
H A Ddpaa.rst30 See :doc:`../platform/dpaa` for setup information
43 target platform is dpaa-based. No additional compilation steps are necessary.
/dpdk/config/arm/
H A Darm64_cn10k_linux_gcc16 platform = 'cn10k'
H A Darm64_thunderxt88_linux_gcc16 platform = 'thunderxt88'
H A Darm32_armv8_linux_gcc16 platform = 'generic_aarch32'
H A Darm64_bluefield_linux_gcc16 platform = 'bluefield'
H A Darm64_centriq2400_linux_gcc16 platform = 'centriq2400'
H A Darm64_n1sdp_linux_gcc16 platform = 'n1sdp'
H A Darm64_n2_linux_gcc16 platform = 'n2'
H A Darm64_stingray_linux_gcc16 platform = 'stingray'
H A Darm64_graviton2_linux_gcc16 platform = 'graviton2'
H A Darm64_thunderx2_linux_gcc16 platform = 'thunderx2'
H A Darm64_emag_linux_gcc16 platform = 'emag'
H A Darm64_kunpeng920_linux_gcc16 platform = 'kunpeng920'
H A Darm64_kunpeng930_linux_gcc16 platform = 'kunpeng930'
H A Darm64_cn9k_linux_gcc16 platform = 'cn9k'

12345