mbuf: remove physical address alias
authorThomas Monjalon <thomas@monjalon.net>
Mon, 14 Sep 2020 09:43:25 +0000 (11:43 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 18 Sep 2020 22:25:37 +0000 (00:25 +0200)
commit4be717272e5f73ca14b0a029b1449977c75cf994
tree7bb8e23c3ea320eef627ebdf75b92a86c268e700
parentce627d633b04b45d7f0d97f2c6eefc059b6cf89e
mbuf: remove physical address alias

Remove the deprecated buf_physaddr union field from rte_mbuf.
It is replaced with buf_iova which is at the same offset.

The single field buf_physaddr in rte_kni_mbuf is also renamed.

This concludes a 3-year process of semantic change.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_20_11.rst
drivers/common/cpt/cpt_ucode.h
drivers/net/i40e/i40e_rxtx_vec_avx2.c
drivers/net/iavf/iavf_rxtx_vec_avx2.c
drivers/net/ice/ice_rxtx_vec_avx2.c
kernel/linux/kni/kni_net.c
lib/librte_eal/linux/include/rte_kni_common.h
lib/librte_mbuf/rte_mbuf_core.h