| /dpdk/usertools/ |
| H A D | dpdk-devbind.py | 329 def unbind_one(dev_id, force): 338 if dev["Ssh_if"] and not force: 354 def bind_one(dev_id, driver, force): 361 if dev["Ssh_if"] and not force: 373 unbind_one(dev_id, force) 425 bind_one(dev_id, saved_driver, force) 440 bind_one(dev_id, saved_driver, force) 461 def unbind_all(dev_list, force=False): 468 unbind_one(devices[d]["Slot"], force) 478 unbind_one(d, force) 328 unbind_one(dev_id, force) global() argument 353 bind_one(dev_id, driver, force) global() argument 460 unbind_all(dev_list, force=False) global() argument 480 bind_all(dev_list, driver, force=False) global() argument [all...] |
| /dpdk/doc/guides/cryptodevs/ |
| H A D | ionic.rst | 12 `(pdf) <https://pensandoio.secure.force.com/DownloadFile?id=a0L4T000004IKurUAG>`__ 14 `(pdf) <https://pensandoio.secure.force.com/DownloadFile?id=a0L4T000004IKuwUAG>`__
|
| /dpdk/doc/guides/nics/ |
| H A D | ionic.rst | 10 - DSC-25 dual-port 25G Distributed Services Card `(pdf) <https://pensandoio.secure.force.com/Downlo… 11 - DSC-100 dual-port 100G Distributed Services Card `(pdf) <https://pensandoio.secure.force.com/Down…
|
| H A D | idpf.rst | 97 If the CPU supports AVX512 and EAL argument ``--force-max-simd-bitwidth``
|
| H A D | vdev_netvsc.rst | 83 - ``force`` [int]
|
| H A D | nfp.rst | 233 The NFP PF PMD supports force reload the firmware 235 For example, user can force a PF with PCI ID 0000:af:00.0 reload firmware by:
|
| H A D | af_xdp.rst | 147 The force_copy argument allows the user to force the socket to use copy mode
|
| H A D | mlx4.rst | 124 - **-1**: force device-managed flow steering (DMFS).
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 220 * ``--force-max-simd-bitwidth=<val>``: 226 --force-max-simd-bitwidth=512 230 --force-max-simd-bitwidth=64 234 --force-max-simd-bitwidth=0
|
| H A D | build_dpdk.rst | 157 to force the generation of 32-bit objects and binaries.
|
| /dpdk/app/test-acl/ |
| H A D | test-acl.sh | 62 --force-max-simd-bitwidth=0 --no-pci -- \
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_sec_mgr.h | 89 int fpga_stop_flash_update(struct ifpga_fme_hw *fme, int force);
|
| H A D | ifpga_fme_rsu.c | 394 int fpga_stop_flash_update(struct ifpga_fme_hw *fme, int force) in fpga_stop_flash_update() argument 413 if (force) { in fpga_stop_flash_update()
|
| H A D | ifpga_api.c | 257 static int ifpga_mgr_stop_flash_update(struct opae_manager *mgr, int force) in ifpga_mgr_stop_flash_update() argument 261 return fpga_stop_flash_update(fme, force); in ifpga_mgr_stop_flash_update()
|
| H A D | opae_hw_api.c | 1044 int opae_mgr_stop_flash_update(struct opae_manager *mgr, int force) in opae_mgr_stop_flash_update() argument 1050 return mgr->ops->stop_flash_update(mgr, force); in opae_mgr_stop_flash_update()
|
| /dpdk/dts/framework/testbed_model/ |
| H A D | posix_session.py | 144 def remove_remote_file(self, remote_file_path: str | PurePath, force: bool = True) -> None: 146 opts = PosixSession.combine_short_options(f=force) 153 force: bool = True, 156 opts = PosixSession.combine_short_options(r=recursive, f=force)
|
| /dpdk/doc/guides/tools/ |
| H A D | devbind.rst | 50 * ``--force`` 53 routes in the routing table - cannot be modified. Using the ``--force``
|
| /dpdk/doc/guides/howto/ |
| H A D | avx512.rst | 33 ./app/dpdk-testpmd --force-max-simd-bitwidth=512
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | rte_pmd_ifpga.c | 356 rte_pmd_ifpga_stop_update(uint16_t dev_id, int force) in rte_pmd_ifpga_stop_update() argument 364 return opae_mgr_stop_flash_update(adapter->mgr, force); in rte_pmd_ifpga_stop_update()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_ml.h | 141 int __roc_api roc_ml_mlip_reset(struct roc_ml *roc_ml, bool force);
|
| H A D | roc_ml.c | 322 roc_ml_mlip_reset(struct roc_ml *roc_ml, bool force) in roc_ml_mlip_reset() argument 327 if (force) { in roc_ml_mlip_reset()
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | octeontx.rst | 50 #rpm -ivh OCTEONTX-SDK-6.2.0-build35.x86_64.rpm --force --nodeps
|
| /dpdk/drivers/common/idpf/base/ |
| H A D | idpf_controlq.c | 397 struct idpf_ctlq_msg *msg_status[], bool force) in __idpf_ctlq_clean_sq() argument 420 if (!force && !(LE16_TO_CPU(desc->flags) & IDPF_CTLQ_FLAG_DD)) in __idpf_ctlq_clean_sq()
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_rdline.c | 158 display_right_buffer(struct rdline *rdl, int force) in display_right_buffer() argument 163 if (!force && CIRBUF_IS_EMPTY(&rdl->right)) in display_right_buffer()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 84 buffers to be dequeue, this flag should be enabled to force only linear 408 side which will force memory to be allocated when it calls mmap 412 For async data path, we force the VM memory to be pre-allocated at vhost
|