Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/doc/guides/tools/
H A Ddevbind.rst38 NOTE: if this flag is passed along with a bind/unbind option, the
44 Select the driver to use or "none" to unbind the device
46 * ``-u, --unbind``
87 To unbind 0000:01:00.0 from using any driver::
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dvirtio.rst73 echo -n 0000:00:04.0 > /sys/bus/pci/drivers/virtio-pci/unbind
H A Dqat.rst579 The unbind command below assumes ``BDFs`` of ``03:01.00-03:04.07``, if your
580 VFs are different adjust the unbind command below::
592 The unbind command below assumes ``BDFs`` of ``1a:01.00-1a:02.07``,
594 adjust the unbind command below::
608 The unbind command below assumes ``BDFs`` of ``01:01.00-01:02.07``, if your
609 VFs are different adjust the unbind command below::
H A Docteontx2.rst107 echo 0002:10:00.1 > /sys/bus/pci/devices/0002:10:00.1/driver/unbind
/f-stack/dpdk/doc/guides/nics/
H A Dnetvsc.rst79 On older kernels, the same effect can be had by manual sysfs bind and unbind
87 echo $DEV_UUID > /sys/bus/vmbus/drivers/hv_netvsc/unbind
H A Dbnx2x.rst52 please make sure to unbind Linux drivers from all PFs of the adapter.
H A Denic.rst432 - Currently, unbind of the ENIC kernel mode driver 'enic.ko' on the VM
555 then be used to unbind the device's bus id from the ENIC kernel mode driver.
565 Root privilege is required to bind and unbind vNICs to/from VFIO/UIO.
H A Dintel_vf.rst463 echo 0000:08:10.0 > /sys/bus/pci/devices/0000:08:10.0/driver/unbind
518 echo 0000:08:10.0 > /sys/bus/pci/devices/0000:08:10.0/driver/unbind
553 can also be used to bind and unbind devices to a virtual machine in Ubuntu.
H A Dqede.rst58 please make sure to unbind Linux drivers from all PFs of the adapter.
H A Dmlx5.rst1285 echo -n "<device pci address" > /sys/bus/pci/drivers/mlx5_core/unbind
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst215 As of release 1.4, DPDK applications no longer automatically unbind all supported network ports fro…
226 and to bind and unbind those ports from the different kernel modules,
H A Dnic_perf_intel_platform.rst184 4. Check which kernel drivers needs to be loaded and whether there is a need to unbind the network …
/f-stack/dpdk/usertools/
H A Ddpdk-devbind.py678 elif opt.unbind:
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_trigger.c906 goto unbind; in mlx5_hairpin_bind()
912 unbind: in mlx5_hairpin_bind()
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js1028 $(document).unbind('mousemove.'+NAMESPACE);
1322 $(targets).unbind('.' + this._id + (suffix ? '-'+suffix : ''));
1540 else { $(targets[0]).unbind('.'+this._id+'-create'); }
1744 targets.show.add(targets.hide).unbind(namespace);
H A Djquery.js441 jQuery( document ).trigger( "ready" ).unbind( "ready" );
3820 unbind: function( types, fn ) { method
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst305 Use newer kernels or do not unbind ports.
528 This way we do not need to unbind the device to bind it to igb_uio.