Searched refs:platform (Results 1 – 25 of 113) sorted by relevance
12345
| /dpdk/config/ppc/ |
| H A D | meson.build | 6 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 D | bcmfs.rst | 64 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 D | cnxk.rst | 80 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 D | octeontx.rst | 67 **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 D | octeontx_mbox.c | 66 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 D | has_hugepage.py | 5 import platform 8 os_name = platform.system()
|
| /dpdk/doc/guides/platform/ |
| H A D | bluefield.rst | 7 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 D | octeontx.rst | 7 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 D | index.rst | 7 The following are platform specific guides and setup information.
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | dpaa.rst | 9 platform to perform event scheduling. 34 See :doc:`../platform/dpaa` for setup information
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | dpaa.rst | 30 See :doc:`../platform/dpaa` for setup information 43 target platform is dpaa-based. No additional compilation steps are necessary.
|
| /dpdk/config/arm/ |
| H A D | arm64_cn10k_linux_gcc | 16 platform = 'cn10k'
|
| H A D | arm64_thunderxt88_linux_gcc | 16 platform = 'thunderxt88'
|
| H A D | arm32_armv8_linux_gcc | 16 platform = 'generic_aarch32'
|
| H A D | arm64_bluefield_linux_gcc | 16 platform = 'bluefield'
|
| H A D | arm64_centriq2400_linux_gcc | 16 platform = 'centriq2400'
|
| H A D | arm64_n1sdp_linux_gcc | 16 platform = 'n1sdp'
|
| H A D | arm64_n2_linux_gcc | 16 platform = 'n2'
|
| H A D | arm64_stingray_linux_gcc | 16 platform = 'stingray'
|
| H A D | arm64_graviton2_linux_gcc | 16 platform = 'graviton2'
|
| H A D | arm64_thunderx2_linux_gcc | 16 platform = 'thunderx2'
|
| H A D | arm64_emag_linux_gcc | 16 platform = 'emag'
|
| H A D | arm64_kunpeng920_linux_gcc | 16 platform = 'kunpeng920'
|
| H A D | arm64_kunpeng930_linux_gcc | 16 platform = 'kunpeng930'
|
| H A D | arm64_cn9k_linux_gcc | 16 platform = 'cn9k'
|
12345