> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Haiyue Wang > Sent: Friday, July 12, 2019 1:27 AM > To: dev@dpdk.org > Cc: Wang, Haiyue <haiyue.w...@intel.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1] net/ice: use rx/tx DMA iova instead of > phys_addr which is deprecated > > The phys_addr concept is deprecated in rte_memzone, change it to access iova > member, and use the type 'rte_iova_t'. > > Also rename the rx/tx_ring_phys_addr definitions to rx/tx_ring_dma that > matches the IOVA concept design. > > Fixes: 50370662b727 ("net/ice: support device and queue ops") > Cc: sta...@dpdk.org > > Signed-off-by: Haiyue Wang <haiyue.w...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi