[dpdk-stable] [dpdk-dev] [PATCH v1] net/ice: use rx/tx DMA iova instead of phys_addr which is deprecated

Zhang, Qi Z qi.z.zhang at intel.com
Mon Jul 15 02:33:21 CEST 2019



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Haiyue Wang
> Sent: Friday, July 12, 2019 1:27 AM
> To: dev at dpdk.org
> Cc: Wang, Haiyue <haiyue.wang at intel.com>; stable at 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: stable at dpdk.org
> 
> Signed-off-by: Haiyue Wang <haiyue.wang at intel.com>

Acked-by: Qi Zhang <qi.z.zhang at intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi


More information about the stable mailing list