Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-18 Thread Burakov, Anatoly
On 17-Feb-19 6:18 AM, Shahaf Shuler wrote: Thursday, February 14, 2019 6:20 PM, Burakov, Anatoly: Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory On 14-Feb-19 1:28 PM, Shahaf Shuler wrote: Thursday, February 14, 2019 12:19 PM, Burakov, Anatoly: Subject

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-16 Thread Shahaf Shuler
Thursday, February 14, 2019 6:20 PM, Burakov, Anatoly: > Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for > external memory > > On 14-Feb-19 1:28 PM, Shahaf Shuler wrote: > > Thursday, February 14, 2019 12:19 PM, Burakov, Anatoly: > >> Subject

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-14 Thread Burakov, Anatoly
On 14-Feb-19 1:41 PM, Shahaf Shuler wrote: Thursday, February 14, 2019 2:22 PM, Alejandro Lucero: >Any current NIC or device will work with virtual addresses if IOMMU is in place, not matter if the device isĀ  IOMMU-aware or not. Not sure what you mean here. For example Intel devices works w/

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-14 Thread Burakov, Anatoly
On 14-Feb-19 1:28 PM, Shahaf Shuler wrote: Thursday, February 14, 2019 12:19 PM, Burakov, Anatoly: Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory On 13-Feb-19 7:24 PM, Shahaf Shuler wrote: Wednesday, February 13, 2019 1:43 PM, Alejandro Lucero: Subject

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-14 Thread Shahaf Shuler
Thursday, February 14, 2019 2:22 PM, Alejandro Lucero: >On Wed, Feb 13, 2019 at 7:24 PM Shahaf Shuler wrote: >Wednesday, February 13, 2019 1:43 PM, Alejandro Lucero: >> Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for >> external memory >> >> O

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-14 Thread Shahaf Shuler
Thursday, February 14, 2019 12:19 PM, Burakov, Anatoly: > Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for > external memory > > On 13-Feb-19 7:24 PM, Shahaf Shuler wrote: > > Wednesday, February 13, 2019 1:43 PM, Alejandro Lucero: > >> Subject

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-14 Thread Alejandro Lucero
On Thu, Feb 14, 2019 at 12:22 PM Alejandro Lucero < alejandro.luc...@netronome.com> wrote: > > > On Wed, Feb 13, 2019 at 7:24 PM Shahaf Shuler > wrote: > >> Wednesday, February 13, 2019 1:43 PM, Alejandro Lucero: >> > Subject: Re: [dpdk-dev] [PATCH 0

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-14 Thread Alejandro Lucero
On Wed, Feb 13, 2019 at 7:24 PM Shahaf Shuler wrote: > Wednesday, February 13, 2019 1:43 PM, Alejandro Lucero: > > Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for > > external memory > > > > On Wed, Feb 13, 2019 at 9:11 AM Shahaf Shuler > >

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-14 Thread Burakov, Anatoly
On 13-Feb-19 7:24 PM, Shahaf Shuler wrote: Wednesday, February 13, 2019 1:43 PM, Alejandro Lucero: Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory On Wed, Feb 13, 2019 at 9:11 AM Shahaf Shuler wrote: This series is in continue to RFC[1]. The DPDK APIs

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-13 Thread Shahaf Shuler
Wednesday, February 13, 2019 1:43 PM, Alejandro Lucero: > Subject: Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for > external memory > > On Wed, Feb 13, 2019 at 9:11 AM Shahaf Shuler > wrote: > > > This series is in continue to RFC[1]. > > > > Th

Re: [dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-13 Thread Alejandro Lucero
On Wed, Feb 13, 2019 at 9:11 AM Shahaf Shuler wrote: > This series is in continue to RFC[1]. > > The DPDK APIs expose 3 different modes to work with memory used for DMA: > > 1. Use the DPDK owned memory (backed by the DPDK provided hugepages). > This memory is allocated by the DPDK libraries, inc

[dpdk-dev] [PATCH 0/6] introduce DMA memory mapping for external memory

2019-02-13 Thread Shahaf Shuler
This series is in continue to RFC[1]. The DPDK APIs expose 3 different modes to work with memory used for DMA: 1. Use the DPDK owned memory (backed by the DPDK provided hugepages). This memory is allocated by the DPDK libraries, included in the DPDK memory system (memseg lists) and automa