jdenisco | 569a278 | 2018-11-09 15:20:26 -0500 | [diff] [blame] | 1 | .. _vpp18.10:
|
| 2 |
|
| 3 | ###############################
|
| 4 | Features for Release VPP 18.10
|
| 5 | ###############################
|
| 6 |
|
| 7 | This section lists those features that became available in VPP Release 18.10:
|
| 8 |
|
| 9 | Infrastructure
|
| 10 | +++++++++++++++
|
| 11 |
|
| 12 | * DPDK 18.08 Integration
|
| 13 | * New Stats infrastructure (interface, error, node performance counters)
|
| 14 | * Add configurable "Doug Lea malloc" support
|
| 15 |
|
| 16 | VNET & Plugins
|
| 17 | +++++++++++++++
|
| 18 |
|
| 19 | * Load balancing: support per-port VIP and all-port VIP
|
| 20 | * Port NSH plugin to VPP
|
| 21 | * NAT
|
| 22 |
|
| 23 | - Configurable port range
|
| 24 | - Virtual Fragmentation Reassembly for endpoint-dependent mode
|
| 25 | - Client-IP based session affinity for load-balancing
|
| 26 | - TCP MSS clamping
|
| 27 | - Session timeout
|
| 28 | - Bug-fixing and performance optimizations
|
| 29 |
|
| 30 | Host stack
|
| 31 | +++++++++++
|
| 32 |
|
| 33 | * Support for applications with multiple workers
|
| 34 | * Support for binds from multiple app workers to same ip:port
|
| 35 | * Switched to a message queue for io and control event notifications
|
Paul Vinciguerra | 340c15c | 2019-11-05 15:34:36 -0500 | [diff] [blame] | 36 | * Support for eventfd based notifications as alternative to mutex-condvar pair
|
jdenisco | 569a278 | 2018-11-09 15:20:26 -0500 | [diff] [blame] | 37 | * VCL refactor to support async event notifications and multiple workers
|
Paul Vinciguerra | 340c15c | 2019-11-05 15:34:36 -0500 | [diff] [blame] | 38 | * TLS async support in client for HW acceleration
|
jdenisco | 569a278 | 2018-11-09 15:20:26 -0500 | [diff] [blame] | 39 | * Performance optimizations and bug-fixing
|
| 40 | * A number of binary APIs will be deprecated in favor of using the event message queue. Details in the API section.
|
| 41 |
|
| 42 | Known issues
|
| 43 | ---------------
|
| 44 |
|
| 45 | For the full list of issues please refer to fd.io `JIRA <https://jira.fd.io/>`_.
|
| 46 |
|
| 47 | Issues fixed
|
| 48 | --------------
|
| 49 |
|
| 50 | For the full list of fixed issues please refer to:
|
| 51 |
|
| 52 | * fd.io `JIRA <https://jira.fd.io/>`_
|
| 53 | * git `commit log <https://git.fd.io/vpp/log/?h=stable/1810>`_
|
| 54 |
|