DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: announce removal of indirect mbuf check macro
@ 2018-05-25  0:53 Yongseok Koh
  2018-05-25  1:20 ` [dpdk-dev] [PATCH v2] " Yongseok Koh
  0 siblings, 1 reply; 6+ messages in thread
From: Yongseok Koh @ 2018-05-25  0:53 UTC (permalink / raw)
  To: olivier.matz, thomas
  Cc: dev, arybchenko, konstantin.ananyev, stephen, Yongseok Koh

Link: http://dpdk.org/ml/archives/dev/2018-April/099476.html

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
---
 doc/guides/rel_notes/deprecation.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 1e2443c76..44da16445 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -42,6 +42,11 @@ Deprecation Notices
   is defined in librte_sched in a non-generic way. The new generic format
   will contain: queue ID, traffic class, color. Field size will not change.
 
+* mbuf: the macro ``RTE_MBUF_INDIRECT()`` will be removed in v18.08 and replaced
+  with ``RTE_MBUF_CLONED()``. As EXT_ATTACHED_MBUF is introduced in v18.05,
+  ``RTE_MBUF_INDIRECT()`` is no longer mutually exclusive with
+  ``RTE_MBUF_DIRECT()``. This change will fix the semantic inconsistency.
+
 * ethdev: a new Tx and Rx offload API was introduced on 17.11.
   In the new API, offloads are divided into per-port and per-queue offloads.
   Offloads are disabled by default and enabled per application request.
-- 
2.11.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-28  0:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25  0:53 [dpdk-dev] [PATCH] doc: announce removal of indirect mbuf check macro Yongseok Koh
2018-05-25  1:20 ` [dpdk-dev] [PATCH v2] " Yongseok Koh
2018-05-25  6:34   ` Andrew Rybchenko
2018-05-25  7:20   ` Olivier Matz
2018-05-28  0:54     ` Thomas Monjalon
2018-05-27  4:36   ` Shahaf Shuler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).