4 .. **Read this first.**
6 The text below explains how to update the release notes.
8 Use proper spelling, capitalization and punctuation in all sections.
10 Variable and config names should be quoted as fixed width text: ``LIKE_THIS``.
12 Build the docs and view the output file to ensure the changes are correct::
16 firefox build/doc/html/guides/rel_notes/release_16_11.html
22 .. This section should contain new features added in this release. Sample format:
24 * **Add a title in the past tense with a full stop.**
26 Add a short 1-2 sentence description in the past tense. The description
27 should be enough to allow someone scanning the release notes to understand
30 If the feature adds a lot of sub-features you can use a bullet list like this.
32 * Added feature foo to do something.
33 * Enhanced feature bar to do something else.
35 Refer to the previous release notes for examples.
37 This section is a comment. Make sure to start the actual text at the margin.
40 * **Added software parser for packet type.**
42 * Added a new function ``rte_pktmbuf_read()`` to read the packet data from an
43 mbuf chain, linearizing if required.
44 * Added a new function ``rte_net_get_ptype()`` to parse an Ethernet packet
45 in an mbuf chain and retrieve its packet type by software.
46 * Added new functions ``rte_get_ptype_*()`` to dump a packet type as a string.
48 * **Improved offloads support in mbuf.**
50 * Added a new function ``rte_raw_cksum_mbuf()`` to process the checksum of
51 data embedded in an mbuf chain.
52 * Added new Rx checksum flags in mbufs to describe more states: unknown,
53 good, bad, or not present (useful for virtual drivers). This modification
54 was done for IP and L4.
55 * Added a new RX LRO mbuf flag, used when packets are coalesced. This
56 flag indicates that the segment size of original packets is known.
58 * **Added vhost-user dequeue zero copy support**
60 The copy in dequeue path is saved, which is meant to improve the performance.
61 In the VM2VM case, the boost is quite impressive. The bigger the packet size,
62 the bigger performance boost you may get. However, for VM2NIC case, there
63 are some limitations, yet the boost is not that impressive as VM2VM case.
64 It may even drop quite a bit for small packets.
66 For such reason, this feature is disabled by default. It can be enabled when
67 ``RTE_VHOST_USER_DEQUEUE_ZERO_COPY`` flag is given. Check the vhost section
68 at programming guide for more information.
70 * **Added vhost-user indirect descriptors support.**
72 If indirect descriptor feature is negotiated, each packet sent by the guest
73 will take exactly one slot in the enqueue virtqueue. Without the feature, in
74 current version, even 64 bytes packets take two slots with Virtio PMD on guest
77 The main impact is better performance for 0% packet loss use-cases, as it
78 behaves as if the virtqueue size was enlarged, so more packets can be buffered
79 in case of system perturbations. On the downside, small performance degradation
80 is measured when running micro-benchmarks.
82 * **Added vhost PMD xstats.**
84 Added extended statistics to vhost PMD from per port perspective.
86 * **Supported offloads with virtio.**
91 * **Added virtio NEON support for ARM.**
93 * **Updated the ixgbe base driver.**
95 Updated the ixgbe base driver, including the following changes:
97 * add X550em_a 10G PHY support
98 * support flow control auto negotiation for X550em_a 1G PHY
99 * add X550em_a FW ALEF support
100 * increase mailbox version to ixgbe_mbox_api_13
101 * add two MAC ops for Hyper-V support
103 * **Updated the QAT PMD.**
105 The QAT PMD was updated with following support:
108 * SHA224-HMAC algorithm
109 * SHA384-HMAC algorithm
111 * KASUMI (F8 and F9) algorithm
117 * **Added libcrypto PMD.**
119 A new crypto PMD has been added, which provides several ciphering and hashing.
120 All cryptography operations are using Openssl library crypto API.
122 * **Updated the IPsec example with following support:**
125 * AES CBC IV generation with cipher forward function
128 * **Added support for new gcc -march option.**
130 The GCC 4.9 ``-march`` option supports the Intel processor code names.
131 The config option ``RTE_MACHINE`` can be used to pass code names to the compiler as ``-march`` flag.
137 .. This section should contain bug fixes added to the relevant sections. Sample format:
139 * **code/section Fixed issue in the past tense with a full stop.**
141 Add a short 1-2 sentence description of the resolved issue in the past tense.
142 The title should contain the code/lib section like a commit message.
143 Add the entries in alphabetic order in the relevant sections below.
145 This section is a comment. Make sure to start the actual text at the margin.
171 .. This section should contain new known issues in this release. Sample format:
173 * **Add title in present tense with full stop.**
175 Add a short 1-2 sentence description of the known issue in the present
176 tense. Add information on any known workarounds.
178 This section is a comment. Make sure to start the actual text at the margin.
184 .. This section should contain API changes. Sample format:
186 * Add a short 1-2 sentence description of the API change. Use fixed width
187 quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
189 This section is a comment. Make sure to start the actual text at the margin.
191 * The driver names have been changed. It especially impacts ``--vdev`` arguments.
192 Examples: ``eth_pcap`` becomes ``net_pcap``
193 and ``cryptodev_aesni_mb_pmd`` becomes ``crypto_aesni_mb``.
195 * The log history is removed.
197 * The ``rte_ivshmem`` feature (including library and EAL code) has been removed
198 in 16.11 because it had some design issues which were not planned to be fixed.
200 * The ``file_name`` data type of ``struct rte_port_source_params`` and
201 ``struct rte_port_sink_params`` is changed from `char *`` to ``const char *``.
207 .. This section should contain ABI changes. Sample format:
209 * Add a short 1-2 sentence description of the ABI change that was announced in
210 the previous releases and made in this release. Use fixed width quotes for
211 ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
213 This section is a comment. Make sure to start the actual text at the margin.
217 Shared Library Versions
218 -----------------------
220 .. Update any library version updated in this release and prepend with a ``+``
225 + librte_cfgfile.so.2
230 The libraries prepended with a plus sign were incremented in this version.
238 librte_cryptodev.so.1
239 librte_distributor.so.1
267 .. This section should contain a list of platforms that were tested with this release.
276 This section is a comment. Make sure to start the actual text at the margin.
282 .. This section should contain a list of NICs that were tested with this release.
291 This section is a comment. Make sure to start the actual text at the margin.
297 .. This section should contain a list of OSes that were tested with this release.
298 The format is as follows, in alphabetical order:
304 * Red Hat Enterprise Linux 7.2
305 * SUSE Enterprise Linux 12
310 This section is a comment. Make sure to start the actual text at the margin.