Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 30) sorted by relevance

12

/dpdk/usertools/
H A Ddpdk-devbind.py329 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 Dionic.rst12 `(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 Dionic.rst10 - 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 Didpf.rst97 If the CPU supports AVX512 and EAL argument ``--force-max-simd-bitwidth``
H A Dvdev_netvsc.rst83 - ``force`` [int]
H A Dnfp.rst233 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 Daf_xdp.rst147 The force_copy argument allows the user to force the socket to use copy mode
H A Dmlx4.rst124 - **-1**: force device-managed flow steering (DMFS).
/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst220 * ``--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 Dbuild_dpdk.rst157 to force the generation of 32-bit objects and binaries.
/dpdk/app/test-acl/
H A Dtest-acl.sh62 --force-max-simd-bitwidth=0 --no-pci -- \
/dpdk/drivers/raw/ifpga/base/
H A Difpga_sec_mgr.h89 int fpga_stop_flash_update(struct ifpga_fme_hw *fme, int force);
H A Difpga_fme_rsu.c394 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 Difpga_api.c257 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 Dopae_hw_api.c1044 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 Dposix_session.py144 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 Ddevbind.rst50 * ``--force``
53 routes in the routing table - cannot be modified. Using the ``--force``
/dpdk/doc/guides/howto/
H A Davx512.rst33 ./app/dpdk-testpmd --force-max-simd-bitwidth=512
/dpdk/drivers/raw/ifpga/
H A Drte_pmd_ifpga.c356 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 Droc_ml.h141 int __roc_api roc_ml_mlip_reset(struct roc_ml *roc_ml, bool force);
H A Droc_ml.c322 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 Docteontx.rst50 #rpm -ivh OCTEONTX-SDK-6.2.0-build35.x86_64.rpm --force --nodeps
/dpdk/drivers/common/idpf/base/
H A Didpf_controlq.c397 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 Dcmdline_rdline.c158 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 Dvhost_lib.rst84 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

12