[dpdk-dev] could not l2fwd in DOM0

2014-05-07 Thread Samuel Monderer
mm_data->block_info[i].exchange_flag = 1; mm_data->block_info[i].mfn = pfn_to_mfn(mm_data->block_info[i].pfn); Samuel > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of

[dpdk-dev] [Xen-devel] dpdk kernel module when calling xen_create_contiguous_region

2014-05-01 Thread Samuel Monderer
> -Original Message- > From: Konrad Rzeszutek Wilk [mailto:konrad.wilk at oracle.com] > Sent: Thursday, May 01, 2014 6:07 PM > To: Samuel Monderer > Cc: xen-devel at lists.xen.org; Shimon Zadok; Eyal Ben Saadon; Andrew > Sergeev > Subject: Re: [Xen-devel] dpdk kerne

[dpdk-dev] could not l2fwd in DOM0

2014-04-29 Thread Samuel Monderer
Hi, First I've encountered a compiling problem when compiling for DOM0 due to prototype change of the function xen_create_contiguous_region I made the following changes: diff --git a/lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c b/lib/librte_eal/linuxapp/xen index 87fa3e6..8addc21 100644 ---

[dpdk-dev] compiling with specific kernel headers

2014-04-28 Thread Samuel Monderer
Hi, The target machine has a different kernel version than the one my Desktop. I do have the appropriate kernel headers installed on my desktop. Is there a parameter I can pass to make to tell him which headers to use? Samuel

[dpdk-dev] BUG: unable to handle kernel paging request

2014-04-07 Thread Samuel Monderer
Hi, When trying to bind VF to igb_uio on a PV machine I get the following error the module crashes BUG: unable to handle kernel paging request Xen dmesg shows mm.c:618:d1 Could not get page ref for pfn df300 I'm new to dpdk so if you need any other information let me know. Regards, Samue