Update librte-pmd-bond1.symbols with new symbol.
[deb_dpdk.git] / debian / dpdk.interfaces
1 #
2 # <bus>         Currently only "pci" is supported
3 # <id>          Device ID on the specified bus
4 # <driver>      Driver to bind against (vfio-pci, uio_pci_generic, igb_uio or
5 #               rte_kni)
6 #
7 # Be aware that the two dpdk compatible drivers uio_pci_generic and vfio-pci are
8 # part of linux-image-extra-<VERSION> package.
9 # This package is not always installed by default - for example in cloud-images.
10 # So please install it in case you run into missing module issues.
11 #
12 # For the module igb_uio, please install the dpdk-igb-uio-dkms package.
13 # For the module rte_kni, please install the dpdk-rte-kni-dkms package.
14 #
15 # <bus> <id>            <driver>
16 # pci   0000:04:00.0    vfio-pci
17 # pci   0000:04:00.1    uio_pci_generic
18 # pci   0000:05:00.0    igb_uio
19 # pci   0000:06:00.0    rte_kni