Home
last modified time | relevance | path

Searched refs:firmware (Results 1 – 25 of 48) sorted by relevance

12

/dpdk/doc/guides/nics/
H A Dnfp.rst26 with a specific NFP firmware application. Netronome's NSP ABI
31 **[email protected]** to obtain the latest available firmware.
50 NFP PMD, along with a specific NFP firmware application.
74 stopping a PF port. Since DPDK 18.05 the firmware upload happens when
77 Depending on the Netronome product installed in the system, firmware files
79 PF looks for a firmware file in this order:
81 1) First try to find a firmware image specific for this device using the
94 Netronome's software packages install firmware files under ``/lib/firmware/netronome``
97 directory per firmware application. Options 1 and 2 for firmware filenames allow
99 different firmware to each SmartNIC.
[all …]
H A Dsfc_efx.rst69 - Transmit VLAN insertion (if running firmware variant supports it)
120 firmware, is that it allows for a single RSS context.
127 adapters with full-feature firmware variant running.
132 If adapter firmware advertises support for tunnels then the PMD
269 Validating flow rules depends on the firmware variant.
346 - Requires firmware version:
355 update firmware and configure the adapter.
425 which may be used on DPDK firmware variant only
455 **auto** allows NIC firmware to make a choice based on
470 Choose the preferred firmware variant to use.
[all …]
H A Dqede.rst82 - Requires storm firmware version **8.40.33.0**. Firmware may be available
84 ``E.g. /lib/firmware/qed/qed_init_values-8.40.33.0.bin``.
85 If the required firmware files are not available then download it from
86 …`linux-firmware git repository <http://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firm…
113 Gives absolute path of firmware file.
114 ``Eg: "/lib/firmware/qed/qed_init_values-8.40.33.0.bin"``
115 Empty string indicates driver will pick up the firmware file
116 from the default location /lib/firmware/qed.
117 CAUTION this option is more for custom firmware, it is not
295 PMD: Management firmware version : 8.7.8.0
[all …]
H A Dsoftnic.rst8 is DIY and reconfigurable through ``firmware`` (DPDK Packet Framework script).
35 firmware script during device start are now destroyed.
38 The firmware script maps each internal pipeline to a CPU core. Multiple
61 --vdev "net_softnic0,firmware=firmware.cli,conn_port=8086"
63 #. ``firmware``: path to the firmware script used for Soft NIC configuration.
64 The example "firmware" script is provided at `drivers/net/softnic/`.
124 …./dpdk-testpmd -c 0x7 -s 0x4 --vdev 'net_softnic0,firmware=<script path>/firmware.cli,cpu_id=0,con…
217 The Soft NIC firmware, for example- `softnic/firmware.cli`, consists of following CLI commands
301 be configured as part of firmware file.
330 * Prepare SoftNIC firmware
[all …]
H A Dcxgbe.rst73 - Requires firmware version **1.25.6.0** and higher. Visit
78 Chelsio Unified Wire package should get you the latest firmware. More
82 For FreeBSD, the latest firmware obtained from the Chelsio Unified Wire
140 the firmware configuration file on the adapter.
317 the firmware configuration file on the adapter.
378 #. Use cxgbtool to load the firmware config file onto the card:
384 #. Use cxgbtool to load the firmware image onto the card:
401 ethtool -i p1p1 | grep "firmware"
407 firmware-version: 1.25.6.0, TP 0.1.23.2
634 #. Use cxgbetool to load the firmware image onto the card:
[all …]
H A Dbnx2x.rst70 - Requires firmware version **7.13.11.0**. It is included in most of the
72 …`linux-firmware git repository <https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-fir…
73 to get the required firmware.
H A Di40e.rst94 It is highly recommended to upgrade the i40e kernel driver and firmware to
484 The floating VEB functionality requires a NIC firmware version of 5.0
494 functionality requires a NIC firmware version of 6.0 or greater.
609 For firmware versions prior to 5.0, MPLS packets are not recognized by the NIC.
616 With the NIC firmware version 5.0 or greater, some limited MPLS support
620 as with previous firmware versions. Meanwhile, the Ethertype filter can be
746 Due to firmware restriction of X722, the same VSI cannot have more than one mirror rule.
751 As there might be firmware fixes for performance enhancement in latest version
752 of firmware image, the firmware update might be needed for getting high performance.
753 Check the Intel support website for the latest firmware updates.
[all …]
H A Dionic.rst31 The ionic PMD requires firmware which supports 16 segment transmit SGLs.
H A Dice.rst19 - Please follow the matching list to download specific kernel driver, firmware and DDP package from
47 It is highly recommended to upgrade the ice kernel driver, firmware and DDP package
364 in the following paths in order: /lib/firmware/updates/intel/ice/ddp
365 and /lib/firmware/intel/ice/ddp. The corresponding device-specific DDP
H A Dhns3.rst108 Used to mask the capability which queried from firmware.
111 firmware, and the args value is 0xF which means the bit0~bit3 should be
137 Therefore, to use the LSC for the PF driver, ensure that the firmware version
H A Dmlx4.rst186 Mellanox OFED releases include firmware updates for ConnectX-3 adapters.
220 - firmware version: **2.42.5000** and above.
250 3. Verify the firmware is the correct one::
H A Dbnxt.rst140 PF or run the PMD on both the PFs. In such cases, the firmware picks one of the
658 The feature uses a newly implemented control-plane firmware interface which
777 The BNXT PMD supports the application to retrieve the firmware version.
783 Note that the applications cannot update the firmware using BNXT PMD.
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic.c170 p->params.firmware, in pmd_dev_start()
444 char *firmware = NULL; in pmd_parse_args() local
452 if (rte_strscpy(p->firmware, SOFTNIC_FIRMWARE, in pmd_parse_args()
453 sizeof(p->firmware)) < 0) { in pmd_parse_args()
456 SOFTNIC_FIRMWARE, sizeof(p->firmware)); in pmd_parse_args()
480 &get_string, &firmware); in pmd_parse_args()
484 if (rte_strscpy(p->firmware, firmware, in pmd_parse_args()
485 sizeof(p->firmware)) < 0) { in pmd_parse_args()
489 firmware, sizeof(p->firmware)); in pmd_parse_args()
490 free(firmware); in pmd_parse_args()
[all …]
/dpdk/doc/guides/vdpadevs/
H A Dsfc.rst22 This PMD uses libefx (common/sfc_efx) code to access the device firmware.
50 Requires firmware version: v1.0.7.0 or higher
53 to get Xilinx Utilities with the latest firmware.
55 update firmware and configure the adapter.
/dpdk/doc/guides/regexdevs/
H A Dmlx5.rst31 :ref:`mlx5 firmware configuration <mlx5_firmware_config>`,
51 - The firmware version must be greater than XX.31.0364
/dpdk/drivers/net/qede/
H A Dqede_main.c148 edev->firmware = rte_zmalloc("qede_fw", bufsz, RTE_CACHE_LINE_SIZE); in qed_load_firmware_data()
149 if (!edev->firmware) { in qed_load_firmware_data()
155 memcpy(edev->firmware, buf, bufsz); in qed_load_firmware_data()
277 data = (const uint8_t *)edev->firmware + sizeof(u32); in qed_slowpath_start()
338 rte_free(edev->firmware); in qed_slowpath_start()
339 edev->firmware = NULL; in qed_slowpath_start()
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst452 to load MMP firmware qat_895xcc_mmp.bin`` in kernel logs, this may be as a
455 Download firmware from the `kernel firmware repo
456 <http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/tree/>`_.
458 Copy qat binaries to ``/lib/firmware``::
460 cp qat_895xcc.bin /lib/firmware
461 cp qat_895xcc_mmp.bin /lib/firmware
505 …bdf>/version/fw`` to confirm the driver is correctly installed and is using firmware version 4.2.0.
508 Confirm the driver is correctly installed and is using firmware version 4.2.0::
H A Docteontx.rst74 OCTEON TX crypto PF driver needs microcode to be available at `/lib/firmware/` directory.
/dpdk/doc/guides/platform/
H A Dmlx5.rst39 - **DevX** allows accessing firmware objects
131 Mellanox OFED/EN releases include firmware updates.
182 The firmware, the libraries libibverbs, libmlx5, and mlnx-ofed-kernel modules
196 After installing, the firmware version can be checked::
309 If link type was changed, firmware must be reset as well::
469 Below are some firmware configurations listed.
/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst133 Normally the auto-negotiation is supported by firmware and software doesn't care about
134 it. But on x550em_x, firmware doesn't support auto-negotiation. As the ports of x550em_x
139 * **Added software-firmware sync on X550EM_a.**
141 Added support for software-firmware sync for resource sharing.
142 Use the PHY token, shared between software-firmware for PHY access on X550EM_a.
H A Drelease_17_02.rst48 * **Added firmware version get API.**
50 Added a new function ``rte_eth_dev_fw_version_get()`` to fetch the firmware
309 This release has been tested with the below list of CPU/device/firmware/OS.
H A Drelease_21_08.rst18 * **Added XZ compressed firmware support.**
20 Using ``rte_firmware_read`` a driver can now handle XZ compressed firmware
H A Drelease_19_05.rst91 * Added firmware version reading.
101 * Added firmware version reading.
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst72 Make sure each NIC has been flashed the latest version of NVM/firmware.
/dpdk/drivers/common/sfc_efx/base/
H A Defx_mcdi.c1053 uint32_t firmware; in efx_mcdi_get_version() local
1097 firmware = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE); in efx_mcdi_get_version()
1111 firmware = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE); in efx_mcdi_get_version()
1120 verp->emv_firmware = firmware; in efx_mcdi_get_version()

12