Re: [dpdk-dev] [PATCH v3 2/6] ethdev: add function for checking IOVAs by a device

2018-07-07 Thread Andrew Rybchenko
On 04.07.2018 15:53, Alejandro Lucero wrote: A PMD should invoke this function for checking memsegs iovas are within the supported range by the device. Signed-off-by: Alejandro Lucero --- lib/librte_ether/rte_ethdev.h | 13 + lib/librte_ether/rte_ethdev_version.map | 1

[dpdk-dev] [PATCH v3 2/6] ethdev: add function for checking IOVAs by a device

2018-07-04 Thread Alejandro Lucero
A PMD should invoke this function for checking memsegs iovas are within the supported range by the device. Signed-off-by: Alejandro Lucero --- lib/librte_ether/rte_ethdev.h | 13 + lib/librte_ether/rte_ethdev_version.map | 1 + 2 files changed, 14 insertions(+) diff --git