Network Interface Controller Drivers
- 1. Overview of Networking Drivers
- 2. Features Overview
- 2.1. Speed capabilities
- 2.2. Link status
- 2.3. Link status event
- 2.4. Removal event
- 2.5. Queue status event
- 2.6. Rx interrupt
- 2.7. Lock-free Tx queue
- 2.8. Fast mbuf free
- 2.9. Free Tx mbuf on demand
- 2.10. Queue start/stop
- 2.11. MTU update
- 2.12. Jumbo frame
- 2.13. Scattered Rx
- 2.14. LRO
- 2.15. TSO
- 2.16. Promiscuous mode
- 2.17. Allmulticast mode
- 2.18. Unicast MAC filter
- 2.19. Multicast MAC filter
- 2.20. RSS hash
- 2.21. Inner RSS
- 2.22. RSS key update
- 2.23. RSS reta update
- 2.24. VMDq
- 2.25. SR-IOV
- 2.26. DCB
- 2.27. VLAN filter
- 2.28. Ethertype filter
- 2.29. N-tuple filter
- 2.30. SYN filter
- 2.31. Tunnel filter
- 2.32. Flexible filter
- 2.33. Hash filter
- 2.34. Flow director
- 2.35. Flow control
- 2.36. Flow API
- 2.37. Rate limitation
- 2.38. Traffic mirroring
- 2.39. Inline crypto
- 2.40. CRC offload
- 2.41. VLAN offload
- 2.42. QinQ offload
- 2.43. L3 checksum offload
- 2.44. L4 checksum offload
- 2.45. Timestamp offload
- 2.46. MACsec offload
- 2.47. Inner L3 checksum
- 2.48. Inner L4 checksum
- 2.49. Packet type parsing
- 2.50. Timesync
- 2.51. Rx descriptor status
- 2.52. Tx descriptor status
- 2.53. Basic stats
- 2.54. Extended stats
- 2.55. Stats per queue
- 2.56. FW version
- 2.57. EEPROM dump
- 2.58. Module EEPROM dump
- 2.59. Registers dump
- 2.60. LED
- 2.61. Multiprocess aware
- 2.62. BSD nic_uio
- 2.63. Linux UIO
- 2.64. Linux VFIO
- 2.65. Other kdrv
- 2.66. ARMv7
- 2.67. ARMv8
- 2.68. Power8
- 2.69. x86-32
- 2.70. x86-64
- 2.71. Usage doc
- 2.72. Design doc
- 2.73. Perf doc
- 2.74. Runtime Rx queue setup
- 2.75. Runtime Tx queue setup
- 2.76. Other dev ops not represented by a Feature
- 3. Compiling and testing a PMD for a NIC
- 4. ARK Poll Mode Driver
- 5. AVP Poll Mode Driver
- 6. AXGBE Poll Mode Driver
- 7. BNX2X Poll Mode Driver
- 8. BNXT Poll Mode Driver
- 9. CXGBE Poll Mode Driver
- 10. DPAA Poll Mode Driver
- 11. DPAA2 Poll Mode Driver
- 12. Driver for VM Emulated Devices
- 13. ENA Poll Mode Driver
- 14. ENIC Poll Mode Driver
- 14.1. How to obtain ENIC PMD integrated DPDK
- 14.2. Configuration information
- 14.3. Flow director support
- 14.4. SR-IOV mode utilization
- 14.5. Generic Flow API support
- 14.6. Overlay Offload
- 14.7. Limitations
- 14.8. How to build the suite
- 14.9. Supported Cisco VIC adapters
- 14.10. Supported Operating Systems
- 14.11. Supported features
- 14.12. Known bugs and unsupported features in this release
- 14.13. Prerequisites
- 14.14. Additional Reference
- 14.15. Contact Information
- 15. FM10K Poll Mode Driver
- 16. I40E Poll Mode Driver
- 16.1. Features
- 16.2. Prerequisites
- 16.3. Pre-Installation Configuration
- 16.4. Driver compilation and testing
- 16.5. SR-IOV: Prerequisites and sample Application Notes
- 16.6. Sample Application Notes
- 16.7. Limitations or Known issues
- 16.7.1. MPLS packet classification
- 16.7.2. 16 Byte RX Descriptor setting on DPDK VF
- 16.7.3. Receive packets with Ethertype 0x88A8
- 16.7.4. Incorrect Rx statistics when packet is oversize
- 16.7.5. VF & TC max bandwidth setting
- 16.7.6. TC TX scheduling mode setting
- 16.7.7. VF performance is impacted by PCI extended tag setting
- 16.7.8. Vlan strip of VF
- 16.7.9. DCB function
- 16.7.10. Global configuration warning
- 16.8. High Performance of Small Packets on 40GbE NIC
- 16.9. Example of getting best performance with l3fwd example
- 17. IFCVF vDPA driver
- 18. IGB Poll Mode Driver
- 19. IXGBE Driver
- 20. Intel Virtual Function Driver
- 21. KNI Poll Mode Driver
- 22. LiquidIO VF Poll Mode Driver
- 23. MLX4 poll mode driver library
- 24. MLX5 poll mode driver
- 25. MVPP2 Poll Mode Driver
- 26. NFP poll mode driver library
- 27. OCTEONTX Poll Mode driver
- 28. QEDE Poll Mode Driver
- 29. Solarflare libefx-based Poll Mode Driver
- 30. SZEDATA2 poll mode driver library
- 31. Tun|Tap Poll Mode Driver
- 32. ThunderX NICVF Poll Mode Driver
- 33. VDEV_NETVSC driver
- 34. Poll Mode Driver for Emulated Virtio NIC
- 35. Poll Mode Driver that wraps vhost library
- 36. Poll Mode Driver for Paravirtual VMXNET3 NIC
- 37. Libpcap and Ring Based Poll Mode Drivers
- 38. Fail-safe poll mode driver library
Figures
Fig. 20.1 Virtualization for a Single Port NIC in SR-IOV Mode
Fig. 20.2 Performance Benchmark Setup
Fig. 20.3 Fast Host-based Packet Processing
Fig. 20.4 Inter-VM Communication
Fig. 34.2 Host2VM Communication Example Using kni vhost Back End
Fig. 34.4 Host2VM Communication Example Using qemu vhost Back End
Fig. 36.1 Assigning a VMXNET3 interface to a VM using VMware vSphere Client