Re: [dpdk-dev] [PATCH 4/4] mbuf: remove physical address alias

2020-09-15 Thread Andrew Rybchenko
On 9/14/20 7:18 PM, Thomas Monjalon wrote: > 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. > > Si

[dpdk-dev] [PATCH 4/4] mbuf: remove physical address alias

2020-09-14 Thread Thomas Monjalon
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 --- doc/guides/rel_notes/dep