]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/deprecation.rst
mbuf: remove deprecated timestamp field
[dpdk.git] / doc / guides / rel_notes / deprecation.rst
index fe3fd3956c0bd568d34fd050fed9d943a7606c3a..22aecf0bab126a9077c0dfc0561ca7a65e44958a 100644 (file)
@@ -84,10 +84,6 @@ Deprecation Notices
 * mbuf: Some fields will be converted to dynamic API in DPDK 20.11
   in order to reserve more space for the dynamic fields, as explained in
   `this presentation <https://www.youtube.com/watch?v=Ttl6MlhmzWY>`_.
-  The following static fields will be moved as dynamic:
-
-  - ``timestamp``
-
   As a consequence, the layout of the ``struct rte_mbuf`` will be re-arranged,
   avoiding impact on vectorized implementation of the driver datapaths,
   while evaluating performance gains of a better use of the first cache line.