doc: add warning for fm10k early driver
[dpdk.git] / doc / guides / rel_notes / new_features.rst
index 568d0c9..e3edec4 100644 (file)
 
 New Features
 ============
+*   Poll-mode driver support for an early release of the PCIE host interface of the Intel(R) Ethernet Switch FM10000.
 
-*   Packet Distributor library for dynamic, single-packet at a time, load balancing
+.. note:: The software is intended to run on pre-release hardware and may contain unknown or unresolved defects or
+          issues related to functionality and performance.
+          The poll mode driver is also pre-release and will be updated to a released version post hardware and base driver release.
+          Should the official hardware release be made between DPDK releases an updated poll-mode driver will be made available.
 
-*   IP fragmentation and reassembly library
+*   Link Bonding
 
-*   Support for IPv6 in IP fragmentation and reassembly sample applications
+    *   Support for adaptive load balancing (mode 6) to the link bonding library.
 
-*   Support for VFIO for mapping BARs and setting up interrupts
+    *   Support for registration of link status change callbacks with link bonding devices.
 
-*   Link Bonding PMD Library supporting round-robin, active backup, balance(layer 2, layer 2+3, and layer 3+4) and broadcast bonding modes
+    *   Support for slaves devices which do not support link status change interrupts in the link bonding library via a link status polling mechanism.
 
-*   Support zero copy mode RX/TX in user space vhost sample
+*   Poll Mode Driver - 40 GbE Controllers (librte_pmd_i40e)
 
-*   Support multiple queues in virtio-net PMD
+    *   Support for Flow Director
 
-*   Support for Intel® 40GbE Controllers
+    *   Support for ethertype filter
 
-*   Support NIC filters in addition to flow director for Intel® 1GbE and 10GbE Controllers
+    *   Support RSS in VF
+
+    *   Support configuring redirection table with different size from 1GbE and 10 GbE
+
+       -   128/512 entries of 40GbE PF
+
+       -   64 entries of 40GbE VF
+
+    *   Support configuring hash functions
+
+    *   Support for VXLAN packet on Intel® 40GbE Controllers
+
+*   Packet Distributor Sample Application
+
+*   Job Stats library and Sample Application.
+
+*   Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch FM10000 Series (librte_pmd_fm10k)
+
+    *   Basic Rx/Tx functions for PF/VF
+
+    *   Interrupt handling support for PF/VF
+
+    *   Per queue start/stop functions for PF/VF
+
+    *   Support Mailbox handling between PF/VF and PF/Switch Manager
+
+    *   Receive Side Scaling (RSS) for PF/VF
+
+    *   Scatter receive function for PF/VF
+
+    *   Reta update/query for PF/VF
+
+    *   VLAN filter set for PF
+
+    *   Link status query for PF/VF
 
 For further features supported in this release, see Chapter 3 Supported Features.