From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jacky Luk" Subject: About the netfilter_queue and multi threads! Date: Fri, 31 Oct 2008 18:45:23 +0800 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter-devel@vger.kernel.org, netfilter@vger.kernel.org Hi, Does the netfilter_queue support the multi-thread processing? In other words, I use one thread to receive packets from the netfilter_queue (Use recv() function). In the meanwhile, I dispatch them to other threads (Another 6 threads) to process by using Round-Robin method (Use nfq_set_verdict() function when the processing is finished). If so, does it cause any stability issues to the system (e.g. Cause kernel panic)? Thank you very much! Regards, Jacky Luk