Create baro_tests module
[barometer.git] / docs / release / 01-release.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) OPNFV, Intel Corporation and others.
4
5 Features to Date
6 ================
7 This section provides a summary of the features implemented to date and their
8 relevant upstream projects.
9
10 .. Figure:: Features_to_date1.png
11
12    Barometer features to date
13
14 .. Figure:: Features_to_date2.png
15
16    Barometer features to date cont.
17
18 Please note the timeline denotes DPDK releases.
19
20 Release B
21 =========
22 The features implemented for OPNFV release B (as part of SFQM) in DPDK include:
23
24 * Callback API to enable TX/RX timestamping to measure latency through DPDK.
25 * Extended NIC statistics API for 1GB, 10GB and 40GB NICs to expose detailed
26   statistics for DPDK interfaces in addition to the overall aggregate statistics.
27 * DPDK Keep Alive.
28
29 Release C
30 =========
31 The features implemented for OPNFV release C (as part of SFQM) include:
32
33 * DPDK extended NIC stats API improvement; migrate from key value pairs to
34   using id value pairs.
35 * DPDK Keep Alive improvement, so that core status is exposed through a posix
36   shared memory object.
37 * collectd dpdkstat plugin that can retrieve DPDK interface statistics.
38 * collectd ceilometer plugin that can publish any statistics collected by
39   collectd to ceilometer.
40 * Fuel plugin support for the collectd ceilometer plugin for OPNFV.