[dpdk-dev] Pktgen rate issue

2016-04-21 Thread Iñaki Murillo
Hello Keith, I sent the patch as it is described in http://dpdk.org/dev but I got confused and I did not put that it was a patch for Pktgen. I hope it does not make anyone get confused. Thank you, I?aki Murillo El 21/04/16 a las 16:28, Wiles, Keith escribi?: >> Hello Keith, >&g

[dpdk-dev] Pktgen rate issue

2016-04-21 Thread Iñaki Murillo
Hello Keith, I have done a patch to the pktgen, but I not sure how to submit it. I would be very grateful if you give me some advice on how to contribute. Thank you, I?aki Murillo El 12/04/16 a las 14:55, Wiles, Keith escribi?: >> Hello >> >> I have been using pktgen

[dpdk-dev] Pktgen rate issue

2016-04-12 Thread Iñaki Murillo
speed between two hole numbers. It seemed to work properly. Is there a reason to use an uint8_t instead of a float, for example? Thank you, I?aki Murillo

[dpdk-dev] Doubt: QEMU <-> OVS using DPDK

2015-02-11 Thread IÑAKI MURILLO
. As far as I know, I think that I have to use MEMNIC or Ivshmem, but I cannot find much information about how to do it. Could someone explain to me how can it be done? Thank you in advanced. I?aki Murillo

[dpdk-dev] DPDK on Xen Dom-U hangs during hugepage setup

2014-11-03 Thread Murillo
emsize-mB/memsize cd example/helloworld make ./build/helloworld -c 0x3 -n 2 --xen-dom0 ?no-huge El 31/10/14 a las 19:08, Kiran KN escribi?: > Hello Murillo, > > Yes, am using rte_dom0_mm as explained in DPDK programmers guide section > 14.3.3 step (4). > > The examples work when using

[dpdk-dev] DPDK xen-dom0 not working at all

2014-11-03 Thread Murillo
gt; > Change > CONFIG_RTE_MACHINE="native" > To > CONFIG_RTE_MACHINE="default" > > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Murillo >> Sent: Thursday, October 30, 2014 11:11 PM >> To: dev at dpdk.org &g

[dpdk-dev] DPDK on Xen Dom-U hangs during hugepage setup

2014-10-31 Thread Murillo
Hello, Xen does not support hugepages, so you have to use a kernel module called rte_dom0_mm. The instructions are in the getting started guide in the seccion 2.3.3. If you manage to execute any example please tell me, because I am stuck during the execution of the examples after configuring the

[dpdk-dev] DPDK xen-dom0 not working at all

2014-10-30 Thread Murillo
d in the following command. > > echo 2048 > /sys/kernel/mm/dom0-mm/memsize-mB/memsize > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Murillo >> Sent: Thursday, October 30, 2014 6:27 PM >> To: dev at dpdk.org >> Subject:

[dpdk-dev] DPDK xen-dom0 not working at all

2014-10-30 Thread Murillo
English is not my native language; please excuse typing errors. I am new to DPDK with Xen, but I am able to run DPDK applications without xen using hugepages. But when I try to do it in xen-dom0 it does not work. Let me explain: I have followed the intructions on the Getting Started Guide, so