From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: DPDK and custom memory Date: Sat, 30 Aug 2014 15:03:54 +0200 Message-ID: <1971750.bXvAyT2929@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Saygin, Artur" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello, 2014-08-29 18:40, Saygin, Artur: > Imagine a PMD for an FPGA-based NIC that is limited to accessing certain > memory regions . Does it mean Intel is making an FPGA-based NIC? > Is there a way to make DPDK use that exact memory? Maybe I don't understand the question well, because it doesn't seem really different of what other PMDs do. Assuming your NIC is PCI, you can access it via uio (igb_uio) or VFIO. > Perhaps this is more of a hugetlbfs question than DPDK but I thought I'd > start here. It's a pleasure to receive new drivers. Welcome here :) -- Thomas