1 .. SPDX-License-Identifier: BSD-3-Clause
2 Copyright(c) 2010-2014 Intel Corporation.
11 * Poll-mode driver support for an early release of the PCIE host interface of the Intel(R) Ethernet Switch FM10000.
13 * Basic Rx/Tx functions for PF/VF
15 * Interrupt handling support for PF/VF
17 * Per queue start/stop functions for PF/VF
19 * Support Mailbox handling between PF/VF and PF/Switch Manager
21 * Receive Side Scaling (RSS) for PF/VF
23 * Scatter receive function for PF/VF
25 * Reta update/query for PF/VF
27 * VLAN filter set for PF
29 * Link status query for PF/VF
31 .. note:: The software is intended to run on pre-release hardware and may contain unknown or unresolved defects or
32 issues related to functionality and performance.
33 The poll mode driver is also pre-release and will be updated to a released version post hardware and base driver release.
34 Should the official hardware release be made between DPDK releases an updated poll-mode driver will be made available.
38 * Support for adaptive load balancing (mode 6) to the link bonding library.
40 * Support for registration of link status change callbacks with link bonding devices.
42 * Support for slaves devices which do not support link status change interrupts in the link bonding library via a link status polling mechanism.
44 * PCI Hotplug with NULL PMD sample application
50 * Non-EAL Thread Support
52 * Multi-pthread Support
58 * Architecture Independent CRC Hash
60 * uio_pci_generic Support
66 * Virtio (link, vlan, mac, port IO, perf)
74 * Indirect Attached MBUF Flag
76 * Use default port configuration in TestPMD
78 * Tunnel offloading in TestPMD
80 * Poll Mode Driver - 40 GbE Controllers (librte_pmd_i40e)
82 * Support for Flow Director
84 * Support for ethertype filter
88 * Support configuring redirection table with different size from 1GbE and 10 GbE
90 - 128/512 entries of 40GbE PF
92 - 64 entries of 40GbE VF
94 * Support configuring hash functions
96 * Support for VXLAN packet on IntelĀ® 40GbE Controllers
98 * Poll Mode Driver for Mellanox ConnectX-3 EN adapters (mlx4)
100 .. note:: This PMD is only available for Linux and is disabled by default
101 due to external dependencies (libibverbs and libmlx4). Please
102 refer to the NIC drivers guide for more information.
104 * Packet Distributor Sample Application
106 * Job Stats library and Sample Application.
108 * Enhanced Jenkins hash (jhash) library
110 .. note:: The hash values returned by the new jhash library are different
111 from the ones returned by the previous library.