From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?gb2312?B?wsC299O+?= Subject: when create DMA space to NIC Date: Thu, 17 Apr 2014 16:29:48 +0800 Message-ID: <001401cf5a17$329c5e90$97d51bb0$@com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit To: Return-path: Content-Language: zh-cn 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" HI ! When create NIC tx_desc in eth_igb_tx_queue_setup(), tx_desc was allocated by ring_dma_zone_reserve(). But when DMA speace was allocated by EAL(memzone)? eth_igb_tx_queue_setup()-->ring_dma_zone_reserve()-->memzone_lookup_thread_u nsafe()-->mcfg->memzone[] THANKS