[dpdk-dev] IRC Channel, Come Guys ;)

2014-04-02 Thread Fred Pedrisa
use : http://webchat.freenode.net and join the ##dpdk channel J Sincerely, Fred Pedrisa

[dpdk-dev] RES: L2FWD uses 'too much' CPU

2014-04-01 Thread Fred Pedrisa
of it. Sincerely, Fred De: Vladimir Medvedkin [mailto:medvedkinv at gmail.com] Enviada em: ter?a-feira, 1 de abril de 2014 13:36 Para: Fred Pedrisa Cc: dev at dpdk.org Assunto: Re: [dpdk-dev] L2FWD uses 'too much' CPU Hi, One of the objectives of DPDK is avoiding of interrupts, so application

[dpdk-dev] L2FWD uses 'too much' CPU

2014-04-01 Thread Fred Pedrisa
Hi, Why by default L2FWD saturate both cores ? I mean, it seems it keeps wasting cycles due to the infinite loop placed there to check the queues. Which would be the way to improve this and make it to become more efficient ? Sincerely, Fred

[dpdk-dev] RES: Core Performance

2014-03-30 Thread Fred Pedrisa
Hello, Ok, but the current dpdk code (1.6.0 r0) for FreeBSD is achieving this current performance ? Sincerely, Fred Pedrisa -Mensagem original- De: Jayakumar, Muthurajan [mailto:muthurajan.jayakumar at intel.com] Enviada em: domingo, 30 de mar?o de 2014 19:27 Para: Fred Pedrisa; dev

[dpdk-dev] Core Performance

2014-03-30 Thread Fred Pedrisa
Hi, guys. What is the expected performance using a 2650 (2.0ghz) per core ? In terms of packet forwarding with a 82599 ? - Small 64b packets ? - Large 1540b packets ? Sincerely, Fred

[dpdk-dev] RES: RES: RES: RES: hw.nic_uio.bdfs

2014-03-27 Thread Fred Pedrisa
Hi ! I've attached my contribution (the fixed source) by changing the behavior the way Alan wanted :) It is working and if you like to use it, this would be cool. Sincerely, Fred Pedrisa -Mensagem original- De: Fred Pedrisa [mailto:fredhps10 at hotmail.com] Enviada em: quinta-feira

[dpdk-dev] RES: RES: RES: RES: hw.nic_uio.bdfs

2014-03-27 Thread Fred Pedrisa
Hello, It just requires a small code change :), and it can work in the expected way. So you mean bdfs is to 'select' the only wanted devices yes ? May I change my code proposition for you ? Sincerely, Fred Pedrisa -Mensagem original- De: Carew, Alan [mailto:alan.carew at intel.com

[dpdk-dev] RES: Attempting to get the DPDK to build for FreeBSD 9.2Release DPDK 1.6.0

2014-03-27 Thread Fred Pedrisa
Hello, Im my first attempt, I had to restart the server :D -Mensagem original- De: dev [mailto:dev-bounces at dpdk.org] Em nome de Randall Stewart Enviada em: quinta-feira, 27 de mar?o de 2014 08:26 Para: dev at dpdk.org Assunto: Re: [dpdk-dev] Attempting to get the DPDK to build for

[dpdk-dev] RES: RES: RES: RES: l2fwd high latency/delay

2014-03-27 Thread Fred Pedrisa
at dpdk.org] Em nome de Fred Pedrisa Enviada em: quarta-feira, 26 de mar?o de 2014 23:55 Para: 'Masaru Oki' Cc: dev at dpdk.org Assunto: [dpdk-dev] RES: RES: RES: l2fwd high latency/delay Hello, Also the same problem happens with : testpmd 64 bytes from 192.168.2.81: icmp_seq=1612 ttl=64 time=1002.400

[dpdk-dev] RES: RES: RES: l2fwd high latency/delay

2014-03-27 Thread Fred Pedrisa
-bounces at dpdk.org] Em nome de Fred Pedrisa Enviada em: quarta-feira, 26 de mar?o de 2014 23:27 Para: 'Masaru Oki' Cc: dev at dpdk.org Assunto: [dpdk-dev] RES: RES: l2fwd high latency/delay Hello, I see, but even making it?s value as 1, still doesn?t help ? :/ De: Masaru Oki [mailto:m-oki

[dpdk-dev] RES: RES: l2fwd high latency/delay

2014-03-27 Thread Fred Pedrisa
Hello, I see, but even making it?s value as 1, still doesn?t help ? :/ De: Masaru Oki [mailto:m-oki at stratosphere.co.jp] Enviada em: quarta-feira, 26 de mar?o de 2014 23:18 Para: Fred Pedrisa Cc: dev at dpdk.org Assunto: Re: [dpdk-dev] RES: l2fwd high latency/delay there is problem

[dpdk-dev] RES: l2fwd high latency/delay

2014-03-26 Thread Fred Pedrisa
=128 time=3654 ms 64 bytes from 192.168.2.249: icmp_seq=985 ttl=128 time=2654 ms However, this is what happens :-( -Mensagem original- De: dev [mailto:dev-bounces at dpdk.org] Em nome de Fred Pedrisa Enviada em: quarta-feira, 26 de mar?o de 2014 20:34 Para: dev at dpdk.org Assunto: [dpdk-dev

[dpdk-dev] l2fwd high latency/delay

2014-03-26 Thread Fred Pedrisa
Hi, I am testing l2fwd in FreeBSD and I am noticing a delay of around 0~3 seconds, what could be causing this behavior ? Fred

[dpdk-dev] RES: RES: RES: hw.nic_uio.bdfs

2014-03-26 Thread Fred Pedrisa
Oh, don't forget to make : static char bdf_str[1024]; Anywhere in the nic_uio.c file, so this way the other methods can check the content :-) And remove the local declaration from nic_uio_load. -Mensagem original- De: dev [mailto:dev-bounces at dpdk.org] Em nome de Fred Pedrisa

[dpdk-dev] RES: RES: hw.nic_uio.bdfs

2014-03-26 Thread Fred Pedrisa
& pci_get_device(dev) == devices[i].dev) { device_set_desc(dev, "Intel(R) DPDK PCI Device"); return (BUS_PROBE_SPECIFIC); } return (ENXIO); } Now it is working as intended ;) -----Mensagem original- De: dev [mailto:dev-bounc

[dpdk-dev] RES: hw.nic_uio.bdfs

2014-03-26 Thread Fred Pedrisa
Hello, Yes, I am writing a fix for this too ;) De: Masaru Oki [mailto:m-oki at stratosphere.co.jp] Enviada em: quarta-feira, 26 de mar?o de 2014 04:08 Para: Fred Pedrisa Cc: dev at dpdk.org Assunto: Re: [dpdk-dev] hw.nic_uio.bdfs > By default nic_uio takes all the NICs for itself

[dpdk-dev] RES: RES: hw.nic_uio.bdfs

2014-03-26 Thread Fred Pedrisa
device_detach(dev); } } } } } } I think it looks better this way. -Mensagem original- De: dev [mailto:dev-bounces at dpdk.org] Em nome de Fred Pedrisa Enviada em: quarta-feira, 26 de mar?o de 2014 03:50 Para: 'Masaru Oki' Cc: dev at dpdk.org Assunto: [dpdk-dev] RES: hw.n

[dpdk-dev] RES: hw.nic_uio.bdfs

2014-03-26 Thread Fred Pedrisa
GMT+09:00 Fred Pedrisa : Hello, You did not understand the purpose of that parameter, it is made to ?avoid? nic_uio from pursuing the wanted NICs... so they are free to be used in the system :) Right now the code to handle it is wrong and I am trying to fix it myself. De: Masaru Oki

[dpdk-dev] RES: hw.nic_uio.bdfs

2014-03-26 Thread Fred Pedrisa
at stratosphere.co.jp] Enviada em: quarta-feira, 26 de mar?o de 2014 03:16 Para: Fred Pedrisa Cc: dev at dpdk.org Assunto: Re: [dpdk-dev] hw.nic_uio.bdfs Hi, I tried with Intel version 1.6.0 and FreeBSD 9.2-RELEASE on VMware Player. kldload nic_uio by hand, works fine. But kldunload nic_uio only detach uio

[dpdk-dev] hw.nic_uio.bdfs

2014-03-26 Thread Fred Pedrisa
Hi, guys. This variable is not working as intended for FreeBSD :( It does not dettach nic_uio from the wanted ports :/

[dpdk-dev] FreeBSD and NICs

2014-03-25 Thread Fred Pedrisa
Hi, I have these settings in /boot/loader.conf hw.contigmem.num_buffers=2 hw.contigmem.buffer_size=1073741824 hw.nic_uio.bdfs="3:0:0,3:0:1,4:0:0,4:0:1" contigmem_load="YES" nic_uio_load="YES" However, the DPDK is taking all the available NIC Ports (8) from my system, when I wanted it

[dpdk-dev] Choosing NIC Ports to be used

2014-03-25 Thread Fred Pedrisa
Hi, I've added : hw.nic_uio.bdfs="3:0:0,3:0:1,4:0:0,4:0:1" to my /boot/loader.conf in FreeBSD However, once the nic_uio is loaded, it takes all the ports to itself, how can I solve this ?

[dpdk-dev] RES: Latest git version (Compiling Bugs)

2014-03-25 Thread Fred Pedrisa
on git, and there are problems compiling the > sources under FreeBSD 9.2, is this expected ? > > > > Sincerely, > > > > Fred Pedrisa >

[dpdk-dev] Latest git version (Compiling Bugs)

2014-03-25 Thread Fred Pedrisa
Hi, Guys. I am using the latest version on git, and there are problems compiling the sources under FreeBSD 9.2, is this expected ? Sincerely, Fred Pedrisa