Binding Network Ports - Chelsio Communications DPDK Installation And User Manual

Driver for linux
Table of Contents

Advertisement

Chapter 5. Software/Driver Configuration and Fine Tuning
5.2.

Binding network ports

Please make sure that adapter's physical function 4 is used, since it is assigned
Note
for all NIC functions of the adapter.
Run the following command to bind network ports to DPDK environment, with UIO support:
[root@host~]# dpdk_nic_bind.py --bind=igb_uio <PCI-ID-PF4>
Now, verify using:
[root@host~]# dpdk_nic_bind.py –status
Example:
Run the following command to bind network ports to DPDK environment, with VFIO
support:
[root@host~]# dpdk_nic_bind.py --bind=vfio-pci <PCI-ID-PF4>
Now, verify using:
[root@host~]# dpdk_nic_bind.py –status
Example:
Chelsio DPDK Driver for Linux
15

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DPDK and is the answer not in the manual?

Questions and answers

Table of Contents