All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Wenke <M.Wenke@web.de>
To: linux-kernel@vger.kernel.org
Subject: Try to fill route cache
Date: Wed, 31 Jan 2007 13:42:14 +0100	[thread overview]
Message-ID: <45C08EA6.9070504@web.de> (raw)

Hi,

I try to test a programm, that manages ca. 120000 connections at the
same time.

Now I want to test it with a full route cache. I can only test it from
some Test-PC's.
So the route cache ist nearly empty all the time.

I tried to fill the route cache with pktgen amongst others with the
appended configuration, but my route cache is always nearly empty.
In my log this error appears:  "eth0: too many iterations (6) in
nv_nic_irq."

I use Kernel "2.6.16.13-4-smp".

Where is the problem ?


Thanks in advance

Markus Wenke


------------------------------------
CLONE_SKB="clone_skb 1"
PKT_SIZE="pkt_size 60"
#COUNT="count 0"
COUNT="count 10000000"


PGDEV=/proc/net/pktgen/eth0
echo "Configuring $PGDEV"
pgset "$COUNT"
pgset "$CLONE_SKB"
pgset "$PKT_SIZE"
pgset "flag IPDST_RND"
pgset "dst_min 5.0.0.0"
pgset "dst_max 5.255.255.255"
pgset "flows 32768"
pgset "flowlen 10"
----------------------------------



             reply	other threads:[~2007-01-31 12:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-31 12:42 Markus Wenke [this message]
2007-02-02 13:10 ` Try to fill route cache Andi Kleen
2007-02-02 15:19   ` Markus Wenke
2007-02-02 16:18     ` Eric Dumazet
2007-02-04 20:02       ` Markus Wenke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45C08EA6.9070504@web.de \
    --to=m.wenke@web.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.