net/bntx: use new API to get iova address XXX
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 12 Dec 2017 08:43:19 +0000 (09:43 +0100)
committerOlivier Matz <olivier.matz@6wind.com>
Thu, 14 Dec 2017 12:19:04 +0000 (13:19 +0100)
XXX: use mbuf instead of m ?

The functions rte_mbuf_data_dma_addr*() are deprecated.
Replace them with their iova version. Also rename the 'data' variable
to 'm' (for mbuf) to avoid confusion.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>

No differences found