linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Oleg Kutkov <elenbert@gmail.com>
To: Matt <tank.en.mate@gmail.com>, linux-kernel@vger.kernel.org
Subject: Re: Network activity after route changes
Date: Mon, 19 Apr 2010 11:14:16 +0300	[thread overview]
Message-ID: <m2s5e9821061004190114k63b8c00cu969cf1d1a0113196@mail.gmail.com> (raw)
In-Reply-To: <4BCB373F.4070400@gmail.com>

Thank, but this does not help me. Maybe it really my bug.

2010/4/18 Matt <tank.en.mate@gmail.com>:
> On 18/04/10 12:15, Oleg Kutkov wrote:
>>
>> Hello.
>> I try to send and receive ethernet packets on very low level in my kernel
>> module.
>> When i change (add or delete entry) routin table (via route command) my
>> network is freeze for ~15 seconds and my application can't send and receive
>> any packets.
>> Is it normal or bug somewhere in my application?
>> Can i change this behavior of route system? Maybe change some timeouts, or
>> immediately flush route (rt_flush() ?) table?
>
> Depending on your routing configuration the change may be causing the
> problem. Have you tried flushing the route cache (as opposed to the main
> routing table)?
>
> # ip route flush table cache
>
> matt
>

      reply	other threads:[~2010-04-19  8:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-17 16:02 Network activity after route changes Oleg Kutkov
2010-04-18 11:15 ` Oleg Kutkov
2010-04-18 12:07   ` Eric Dumazet
2010-04-18 16:45   ` Matt
2010-04-19  8:14     ` Oleg Kutkov [this message]

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=m2s5e9821061004190114k63b8c00cu969cf1d1a0113196@mail.gmail.com \
    --to=elenbert@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tank.en.mate@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).