mbuf: remove deprecated macro
authorYongseok Koh <yskoh@mellanox.com>
Mon, 14 Jan 2019 05:20:54 +0000 (21:20 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 Jan 2019 15:37:36 +0000 (16:37 +0100)
commit952f4cf5f042e933b6e22b0944d5392f3cf03e30
tree78c936a0e7023696baacde0aa2b48008aa9d1fb1
parent6af649a44c4ccc6a830bab2d6c928776b99b934c
mbuf: remove deprecated macro

RTE_MBUF_INDIRECT() is replaced with RTE_MBUF_CLONED() and removed.
This macro was deprecated in release 18.05 when EXT_ATTACHED_MBUF was
introduced.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_19_02.rst
drivers/net/mlx4/mlx4_rxtx.h
drivers/net/mlx5/mlx5_rxtx.h
lib/librte_mbuf/rte_mbuf.h
test/bpf/mbuf.h