[dpdk-dev] [dpdk-dev, 2/3] eth_dev: add support for device dma mask

2016-05-13 Thread Thomas Monjalon
2016-05-13 09:38, Alejandro Lucero: > On Thu, May 12, 2016 at 4:41 PM, Jan Viktorin > > Alejandro Lucero wrote: > > > On Thu, May 12, 2016 at 3:52 PM, Jan Viktorin > > > > "Alejandro.Lucero" wrote: > > > > > - New dma_mask field in rte_eth_dev_data. > > > > > - If PMD sets device dma_mask,

[dpdk-dev] [dpdk-dev, 2/3] eth_dev: add support for device dma mask

2016-05-13 Thread Alejandro Lucero
On Thu, May 12, 2016 at 4:41 PM, Jan Viktorin wrote: > Hi, > > Just a note, please, when replying inline, do not prepend ">" before your > new text. I could not find your replies. > > My gmail interface does not show that prepend character... It seems I have to leave a white line before my

[dpdk-dev] [dpdk-dev, 2/3] eth_dev: add support for device dma mask

2016-05-12 Thread Jan Viktorin
Hi, Just a note, please, when replying inline, do not prepend ">" before your new text. I could not find your replies. See below... On Thu, 12 May 2016 16:03:14 +0100 Alejandro Lucero wrote: > Hi Jan > > On Thu, May 12, 2016 at 3:52 PM, Jan Viktorin > wrote: > > > Hello Alejandro, > > > >

[dpdk-dev] [dpdk-dev, 2/3] eth_dev: add support for device dma mask

2016-05-12 Thread Jan Viktorin
Hello Alejandro, On Thu, 12 May 2016 15:33:59 +0100 "Alejandro.Lucero" wrote: > - New dma_mask field in rte_eth_dev_data. > - If PMD sets device dma_mask, call to check hugepages within I think that one of the purposes of DPDK is to support DMA transfers in userspace. In other words, I can

[dpdk-dev] [dpdk-dev, 2/3] eth_dev: add support for device dma mask

2016-05-12 Thread Alejandro Lucero
Hi Jan On Thu, May 12, 2016 at 3:52 PM, Jan Viktorin wrote: > Hello Alejandro, > > On Thu, 12 May 2016 15:33:59 +0100 > "Alejandro.Lucero" wrote: > > > - New dma_mask field in rte_eth_dev_data. > > - If PMD sets device dma_mask, call to check hugepages within > > I think that one of the