Re: [dpdk-dev] [PATCH v2 1/2] net/bnxt: use new API to get iova address

2018-01-10 Thread Ferruh Yigit
On 1/3/2018 10:32 AM, Olivier Matz wrote: > Replace internal functions to get dma address them with their generic iova > version. Also rename the 'data' variable to 'mbuf' for more readability. > > Signed-off-by: Olivier Matz > Acked-by: Ajit Khaparde Series applied to dpdk-next-net/master, tha

[dpdk-dev] [PATCH v2 1/2] net/bnxt: use new API to get iova address

2018-01-03 Thread Olivier Matz
Replace internal functions to get dma address them with their generic iova version. Also rename the 'data' variable to 'mbuf' for more readability. Signed-off-by: Olivier Matz Acked-by: Ajit Khaparde --- v1 -> v2: - invert patches 1/2 and 2/2, and update commit log consequently drivers/net/bn