]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix API change in release notes
authorJingjing Wu <jingjing.wu@intel.com>
Wed, 9 Mar 2016 11:59:03 +0000 (19:59 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Mar 2016 17:00:06 +0000 (18:00 +0100)
Move the structure ``rte_eth_fdir_masks`` change announcement from ABI
to API in release notes.

Fixes: 1409f127d7f1 (ethdev: fix byte order consistency of flow director)
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
doc/guides/rel_notes/release_16_04.rst

index d1326d1626157496ac3f5fea17603e0964607cac..985b3a4ccbb9035d50a14ef106947df9b343ef06 100644 (file)
@@ -144,6 +144,9 @@ This section should contain API changes. Sample format:
 * Add a short 1-2 sentence description of the API change. Use fixed width
   quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
 
+* The fields in ethdev structure ``rte_eth_fdir_masks`` were changed
+  to be in big endian.
+
 
 ABI Changes
 -----------
@@ -152,9 +155,6 @@ ABI Changes
   the previous releases and made in this release. Use fixed width quotes for
   ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
 
-* The fields in ethdev structure ``rte_eth_fdir_masks`` were changed
-  to be in big endian.
-
 * The RETA entry size in ``rte_eth_rss_reta_entry64`` has been increased
   from 8-bit to 16-bit.