| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | build_dpdk.rst | 77 contigmem kernel module provides the ability to present contiguous blocks of 78 memory for the DPDK to use. The contigmem module must be loaded into the 80 system, the module can be found in the `/boot/modules` directory. 83 contiguous blocks to be reserved by the module can be set at runtime prior to 84 module loading using:: 103 each is set during module load if they are not specified in the environment. 105 The module can then be loaded using kldload:: 143 After loading the contigmem module, the ``nic_uio`` module must also be loaded into the 152 module. Setting this value is described in the next section below. 168 recognized DPDK devices and are not owned by another module. However, since [all …]
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_util.c | 146 tf_module_subtype_2_str(enum tf_module_type module, in tf_module_subtype_2_str() argument 149 switch (module) { in tf_module_subtype_2_str() 164 tf_module_2_str(enum tf_module_type module) in tf_module_2_str() argument 166 switch (module) { in tf_module_2_str()
|
| H A D | tf_rm.c | 84 enum tf_module_type module; member 117 enum tf_module_type module, in tf_rm_count_hcapi_reservations() argument 136 if (module != TF_MODULE_TYPE_EM && in tf_rm_count_hcapi_reservations() 141 tf_module_2_str(module), in tf_rm_count_hcapi_reservations() 233 enum tf_module_type module, in tf_rm_log_residuals() argument 369 rm_db->module, in tf_rm_check_residuals() 591 parms->module, in tf_rm_create_db() 602 tf_module_2_str(parms->module)); in tf_rm_create_db() 773 rm_db->module = parms->module; in tf_rm_create_db() 851 parms->module, in tf_rm_create_db_no_reservation() [all …]
|
| H A D | tf_util.h | 83 const char *tf_module_subtype_2_str(enum tf_module_type module, 95 const char *tf_module_2_str(enum tf_module_type module);
|
| H A D | tf_rm.h | 150 enum tf_module_type module; member
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_drivers.rst | 39 To bind ports to the ``vfio-pci`` module 116 To make use of VFIO, the ``vfio-pci`` module must be loaded: 144 but it has to be loaded with an additional module parameter: 154 echo 1 > /sys/module/vfio/parameters/enable_unsafe_noiommu_mode 161 the module again with ``enable_unsafe_noiommu_mode=1`` parameter. 187 the ``vfio-pci`` module supports the creation of virtual functions. 188 After the PF is bound to ``vfio-pci`` module, 190 and these VFs will be bound to ``vfio-pci`` module automatically. 210 #. Load the ``vfio-pci`` module with ``enable_sriov`` parameter set 220 echo 1 | sudo tee /sys/module/vfio_pci/parameters/enable_sriov [all …]
|
| /dpdk/kernel/freebsd/ |
| H A D | meson.build | 8 # values from the environment. Each module only has a single source file 17 # files, serialize the kernel module builds. Each module will depend on 31 depends: built_kmods, # make each module depend on prev
|
| /dpdk/buildtools/ |
| H A D | meson.build | 49 foreach module : python3_required_modules 51 if run_command(py3, '-c', script.format(module), check: false).returncode() != 0 52 error('missing python module: @0@'.format(module))
|
| /dpdk/drivers/common/mvep/ |
| H A D | rte_mvep_common.h | 20 int rte_mvep_init(enum mvep_module_type module, struct rte_kvargs *kvlist); 22 int rte_mvep_deinit(enum mvep_module_type module);
|
| H A D | mvep_common.c | 21 int rte_mvep_init(enum mvep_module_type module __rte_unused, in rte_mvep_init() 37 int rte_mvep_deinit(enum mvep_module_type module __rte_unused) in rte_mvep_deinit()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | kernel_nic_interface.rst | 32 The KNI kernel loadable module ``rte_kni`` provides the kernel interface 35 When the ``rte_kni`` module is loaded, it will create a device ``/dev/kni`` 37 the kernel module. 39 The ``rte_kni`` kernel module contains several optional parameters which 40 can be specified when the module is loaded to control its behavior: 70 Loading the ``rte_kni`` kernel module without any optional parameters is 111 module supports two options: "single kernel thread" mode and "multiple 129 The KNI kernel module can also be configured to start a separate kernel 154 kernel module is controlled via the ``carrier`` option when the module 255 handle requests from the ``rte_kni`` kernel module. These functions [all …]
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_nvm.c | 236 switch (module) { in ice_get_flash_bank_offset() 253 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for flash module: 0x%04x\n", module); in ice_get_flash_bank_offset() 303 ice_read_flash_module(struct ice_hw *hw, enum ice_bank_select bank, u16 module, in ice_read_flash_module() argument 311 start = ice_get_flash_bank_offset(hw, bank, module); in ice_read_flash_module() 314 module); in ice_read_flash_module() 1187 u32 module, flags, offset; in ice_validate_nvm_rw_reg() local 1190 module = ice_nvm_access_get_module(cmd); in ice_validate_nvm_rw_reg() 1195 if (module != ICE_NVM_REG_RW_MODULE || in ice_validate_nvm_rw_reg() 1318 u32 module, flags, adapter_info; in ice_handle_nvm_access() local 1333 module = ice_nvm_access_get_module(cmd); in ice_handle_nvm_access() [all …]
|
| /dpdk/doc/guides/nics/ |
| H A D | cxgbe.rst | 352 #. Load the kernel module: 390 #. Unload and reload the kernel module: 415 #. Load the kernel module: 439 #. Unload the kernel module: 492 #. Load the kernel module: 604 #. Load the kernel module: 640 #. Unload and reload the kernel module: 685 # load contigmem module during boot process 692 memory required for the contigmem kernel module. 709 #. Load the cxgbe kernel module: [all …]
|
| H A D | octeontx_ep.rst | 22 - **Kernel module** 23 This module, octeon_drv, drives the physical function, initializes hardware,
|
| H A D | kni.rst | 28 Using this PMD requires KNI kernel module be inserted. 86 If KNI kernel module (rte_kni.ko) not inserted, following error log printed:: 94 It is possible to test PMD quickly using KNI kernel module loopback feature: 96 * Insert KNI kernel module with loopback support:
|
| H A D | pfe.rst | 76 module, the PFE HIF driver and the PFE ethernet driver combined represent 148 - **pfe kernel module** 150 pfe kernel module can be obtained from NXP Layerscape software development kit at
|
| H A D | ena.rst | 167 In DPDK ``igb_uio`` it must be enabled by loading module with 173 #. Insert ``vfio-pci`` or ``igb_uio`` kernel module using the command 181 echo 1 > /sys/module/vfio/parameters/enable_unsafe_noiommu_mode 186 #. Bind the intended ENA device to ``vfio-pci`` or ``igb_uio`` module. 189 application runs to completion, the ENA can be detached from attached module if
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_nvm.c | 1392 u8 module, transaction; in i40e_nvmupd_validate_command() local 1400 module = i40e_nvmupd_get_module(cmd->config); in i40e_nvmupd_validate_command() 1428 switch (module) { in i40e_nvmupd_validate_command() 1476 if (module == 0) in i40e_nvmupd_validate_command() 1690 u8 module, transaction; in i40e_nvmupd_nvm_read() local 1694 module = i40e_nvmupd_get_module(cmd->config); in i40e_nvmupd_nvm_read() 1705 module, cmd->offset, cmd->data_size); in i40e_nvmupd_nvm_read() 1729 u8 module, transaction; in i40e_nvmupd_nvm_erase() local 1744 module, cmd->offset, cmd->data_size); in i40e_nvmupd_nvm_erase() 1769 u8 module, transaction; in i40e_nvmupd_nvm_write() local [all …]
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | kernel_nic_interface.rst | 12 which is re-mapped into the kernel address space by the KNI kernel loadable module 15 to the kernel module for each device allocated. 17 The KNI kernel loadable module is a standard net driver, 35 KNI kernel module ``rte_kni`` be loaded into the kernel. See 37 the ``rte_kni`` kernel module. 74 If link monitoring is not enabled, the ``rte_kni`` kernel module should be 135 cores are used to pin the kernel threads in the ``rte_kni`` kernel module. 150 ``port``. If the ``rte_kni`` kernel module is loaded in :ref:`multiple 160 The following commands will first load the ``rte_kni`` kernel module in 193 test application and the ``rte_kni`` kernel module. In this example, [all …]
|
| H A D | ethtool.rst | 47 * ``module-eeprom``: Dump plugin module EEPROM to file
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_logs.h | 42 #define DP_VERBOSE(p_dev, module, fmt, ...) \ argument 44 if ((p_dev)->dp_module & module) \
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | pkttest.py | 114 module = __import__('__main__') 116 print(module.config())
|
| /dpdk/usertools/ |
| H A D | dpdk-devbind.py | 103 def module_is_loaded(module): argument 106 if module == 'vfio_pci': 107 module = 'vfio-pci' 110 return module in loaded_modules 135 return module in loaded_modules
|
| /dpdk/doc/guides/gpus/ |
| H A D | cuda.rst | 46 $ # Launch gdrdrv kernel module on the system 65 for `cudart` module even if the `meson.build` file only requires default `cuda` module. 91 Additionally, the ``gdrdrv`` kernel module built with the GDRCopy project 164 module running on the system;
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | known_issues.rst | 436 igb_uio module 534 ``igb_uio`` module. 617 uio_pci_generic module bind failed in X710/XL710/XXV710 621 The ``uio_pci_generic`` module is not supported by XL710, since the errata of XL710 628 …When use ``--bind=uio_pci_generic``, the ``uio_pci_generic`` module probes device and check the In… 634 Do not bind the ``uio_pci_generic`` module in X710/XL710/XXV710 NICs. 716 ``igb_uio`` module. 741 ``vfio-pci`` module. 755 Either reboot the guest or remove and reinsert the uio_hv_generic module. 761 ``uio_hv_generic`` module. [all …]
|