From: Silimite <silimite@gmail.com>
To: netfilter-devel <netfilter-devel@lists.netfilter.org>
Subject: ip_queue/libipq panics on SMP kernel
Date: Mon, 16 May 2005 12:31:33 -0400 [thread overview]
Message-ID: <5ad977d105051609312d0aae18@mail.gmail.com> (raw)
Is anyone successfully using the QUEUE (with libipq) stuff on SMP kernels?
I'm just curious because I've never been able to get it to run for
more than a few hours before the kernel freezes/panics. I've tried
many different kernel versions from the 2.6 series and I have tried on
several different machines running different Linux distros. I have
had other people report the same problem.
Even a simple program that does nothing but set the verdict to
NF_ACCEPT will eventually kill the whole system. It appears that you
need a rule loaded into iptables and a program listening and
processing the queued packets. The time it takes varies anywhere from
a few minutes to several hours before the machine dies (race
condition?).
This has something to do with SMP because if I compile a non-SMP
kernel everything works fine, then if I use the exact same kernel
config except compiled with SMP turned on then ip_queue causes
problems. This is irregardless of whether or not I'm actually using
multiple processors or even an SMP capable machine.
I also noticed that the libipq header(s) are not C++ friendly. The
header does not do a "#ifdef __cplusplus" extern "C" check.
s
next reply other threads:[~2005-05-16 16:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-16 16:31 Silimite [this message]
2005-05-17 19:44 ` ip_queue/libipq panics on SMP kernel Patrick McHardy
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=5ad977d105051609312d0aae18@mail.gmail.com \
--to=silimite@gmail.com \
--cc=netfilter-devel@lists.netfilter.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.