New upstream version 18.02
[deb_dpdk.git] / doc / guides / rel_notes / release_1_8.rst
1 ..  SPDX-License-Identifier: BSD-3-Clause
2     Copyright(c) 2010-2014 Intel Corporation.
3
4 DPDK Release 1.8
5 ================
6
7 New Features
8 ------------
9
10 *   Link Bonding
11
12     *   Support for 802.3ad link aggregation (mode 4) and transmit load balancing (mode 5) to the link bonding library.
13
14     *   Support for registration of link status change callbacks with link bonding devices.
15
16     *   Support for slaves devices which do not support link status change interrupts in the link bonding library via a link status polling mechanism.
17
18 *   Poll Mode Driver - 40 GbE Controllers (librte_pmd_i40e)
19
20     *   Support for Flow Director
21
22     *   Support for ethertype filter
23
24     *   Support RSS in VF
25
26     *   Support configuring redirection table with different size from 1GbE and 10 GbE
27
28        -   128/512 entries of 40GbE PF
29
30        -   64 entries of 40GbE VF
31
32     *   Support configuring hash functions
33
34     *   Support for VXLAN packet on Intel 40GbE Controllers
35
36 *   Packet Distributor Sample Application