Re: Test on 10GBE Intel based network card

2009-08-03 Thread Ray Kinsella
Hi all, cpuset is the command to set a cpu affinity, there are details @ http://bramp.net/blog/post vmstat -z is the command you need to determine whether there is contention for mbufs. although the cpu usage does not suggest the system is memory constrained. Regards Ray Kinsella On Mon, Aug 3

Re: Test on 10GBE Intel based network card

2009-08-03 Thread Ray Kinsella
Hi Fabizio, Ignore my last mail direct to you, 638976 PPS is awful. (today is a national holiday here, my brain is not switched on). To me it looks like interrupt coalescing is not switched on for some reason. Are you passing any parameters to the driver in boot.conf. Could you retest with vmstat

Re: Test on 10GBE Intel based network card

2009-08-03 Thread Julian Elischer
Invernizzi Fabrizio wrote: Hi -Original Message- From: Stefan Lambrev [mailto:stefan.lamb...@moneybookers.com] Sent: lunedì 3 agosto 2009 11.22 To: Invernizzi Fabrizio Cc: freebsd-performance@freebsd.org Subject: Re: Test on 10GBE Intel based network card Hi, The limitation that you

Re: Test on 10GBE Intel based network card

2009-08-03 Thread Jack Vogel
If you go to FreeBSD 8 you will get the improved stack code, and the RX/TX queue pairs will be pinned to cpus. It should improve performance. Make sure you have enough mbuf memory allocated, try increasing the descriptors. Jack On Mon, Aug 3, 2009 at 3:26 AM, Invernizzi Fabrizio < fabrizio.inve

RE: Test on 10GBE Intel based network card

2009-08-03 Thread Invernizzi Fabrizio
> > If you are meaning in term of Packet per second, you are right. > > These are the packet per second measured during tests: > > > > 64 byte:610119 Pps > > 512 byte: 516917 Pps > > 1492 byte: 464962 Pps > > > > > >> Am I correct that the maximum you can reach is around 639,000

Re: Test on 10GBE Intel based network card

2009-08-03 Thread István
what about your sysctls? I would like to see what have you done yet. Here is a previous conversation about that: http://www.mail-archive.com/freebsd-performance@freebsd.org/msg02293.html Actually I am not aware of the chan

Re: Test on 10GBE Intel based network card

2009-08-03 Thread István
Nice, I guess to analyse the bottlenecks you might want to use dtraceIf it is working with 7.2, I am not sure about that. Regards, Istvan On Mon, Aug 3, 2009 at 11:17 AM, Invernizzi Fabrizio < fabrizio.inverni...@telecomitalia.it> wrote: > HI > > These are the sysctl vars you pointed out > >

RE: Test on 10GBE Intel based network card

2009-08-03 Thread Invernizzi Fabrizio
HI These are the sysctl vars you pointed out kern.ipc.somaxconn: 128 net.inet.tcp.recvspace: 65536 net.inet.tcp.sendspace: 32768 kern.ipc.shmmax: 33554432 kern.ipc.shmmni: 192 kern.ipc.shmseg: 128 kern.ipc.semmni: 10 net.local.stream.sendspace: 8192 net.local.stream.recvspace: 8192 net.inet.tcp.l

Re: Test on 10GBE Intel based network card

2009-08-03 Thread Stefan Lambrev
Hi, On Aug 3, 2009, at 12:53 PM, Invernizzi Fabrizio wrote: Hi -Original Message- From: Stefan Lambrev [mailto:stefan.lamb...@moneybookers.com] Sent: lunedì 3 agosto 2009 11.22 To: Invernizzi Fabrizio Cc: freebsd-performance@freebsd.org Subject: Re: Test on 10GBE Intel based network

RE: Test on 10GBE Intel based network card

2009-08-03 Thread Invernizzi Fabrizio
Hi > -Original Message- > From: Stefan Lambrev [mailto:stefan.lamb...@moneybookers.com] > Sent: lunedì 3 agosto 2009 11.22 > To: Invernizzi Fabrizio > Cc: freebsd-performance@freebsd.org > Subject: Re: Test on 10GBE Intel based network card > > Hi, > > The limitation that you see is about

Re: Test on 10GBE Intel based network card

2009-08-03 Thread Stefan Lambrev
Hi, The limitation that you see is about the max number of packets that FreeBSD can handle - it looks like your best performance is reached at 64 byte packets? Am I correct that the maximum you can reach is around 639,000 packets per second? Also you are not routing the traffic, but instead

Test on 10GBE Intel based network card

2009-08-03 Thread Invernizzi Fabrizio
Hi all I am doing some tests on a BSD system with a 10gbe Intel based network card and I have some doubts about the configuration since the performance I am experiencing looks (very) poor. This is the system I am doing test on: - HP 380 G5 (XEON X5420, CPU speed: 2.50GHz, BUS speed: 1333 MHz