1 .. SPDX-License-Identifier: BSD-3-Clause
2 Copyright(c) 2010-2014 Intel Corporation.
10 * Poll-mode driver support for an early release of the PCIE host interface of the Intel(R) Ethernet Switch FM10000.
12 * Basic Rx/Tx functions for PF/VF
14 * Interrupt handling support for PF/VF
16 * Per queue start/stop functions for PF/VF
18 * Support Mailbox handling between PF/VF and PF/Switch Manager
20 * Receive Side Scaling (RSS) for PF/VF
22 * Scatter receive function for PF/VF
24 * Reta update/query for PF/VF
26 * VLAN filter set for PF
28 * Link status query for PF/VF
30 .. note:: The software is intended to run on pre-release hardware and may contain unknown or unresolved defects or
31 issues related to functionality and performance.
32 The poll mode driver is also pre-release and will be updated to a released version post hardware and base driver release.
33 Should the official hardware release be made between DPDK releases an updated poll-mode driver will be made available.
37 * Support for adaptive load balancing (mode 6) to the link bonding library.
39 * Support for registration of link status change callbacks with link bonding devices.
41 * Support for slaves devices which do not support link status change interrupts in the link bonding library via a link status polling mechanism.
43 * PCI Hotplug with NULL PMD sample application
49 * Non-EAL Thread Support
51 * Multi-pthread Support
57 * Architecture Independent CRC Hash
59 * uio_pci_generic Support
65 * Virtio (link, vlan, mac, port IO, perf)
73 * Indirect Attached MBUF Flag
75 * Use default port configuration in TestPMD
77 * Tunnel offloading in TestPMD
79 * Poll Mode Driver - 40 GbE Controllers (librte_pmd_i40e)
81 * Support for Flow Director
83 * Support for ethertype filter
87 * Support configuring redirection table with different size from 1GbE and 10 GbE
89 - 128/512 entries of 40GbE PF
91 - 64 entries of 40GbE VF
93 * Support configuring hash functions
95 * Support for VXLAN packet on IntelĀ® 40GbE Controllers
97 * Poll Mode Driver for Mellanox ConnectX-3 EN adapters (mlx4)
99 .. note:: This PMD is only available for Linux and is disabled by default
100 due to external dependencies (libibverbs and libmlx4). Please
101 refer to the NIC drivers guide for more information.
103 * Packet Distributor Sample Application
105 * Job Stats library and Sample Application.
107 * Enhanced Jenkins hash (jhash) library
109 .. note:: The hash values returned by the new jhash library are different
110 from the ones returned by the previous library.