From patchwork Mon May 20 02:52:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2259 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id BD90885218B for ; Sun, 19 May 2019 17:52:31 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 456SkQ3yx9z519PL; Sun, 19 May 2019 17:52:30 +0100 (BST) Received: from tuxedo.stevee (unknown [46.125.249.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 456SkM0GX0z519NN; Sun, 19 May 2019 17:52:26 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1558284747; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=edIJ/but5gutY4bHXbmCrP6hrnW8FlHzcpBKzqK3WbQ=; b=nuh+OD7uPDADLc4z2CSYJzi4K84dLTqOALBHN5HVND/7opfkENgFfO3rQkhZm8MNrsmdJl WWuMnv9GaJr+Ye6zkqncO0aTbIuYGvv/4eoLoKV/FQd2dYBzgHJk2mJMJBU73/7g34cRoL Jmc33PCQ8AaBnmuD4yEEj8Rm3IbRuPplfvdXGiTW24Wy4Ur7wbpNdgLosU6dRVYdm/Mo/b /GS0i9IH2BJ/QfuEHvtFZdjvwhu8nyV1IkOgpD6m5ChSZ7aV7K9cZXFVACkEKXc9P7KhIG /6QxMxSwqreMSRxDpqBvE/1vT7/DwBU2AjOlT1AdycAisuFTzwHjEf7Prg38+Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1558284747; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=edIJ/but5gutY4bHXbmCrP6hrnW8FlHzcpBKzqK3WbQ=; b=6uZXPiIRY32UX5rTKRKtx3asWCLtrkN9gVV/8Sjh6mR9qfVK4YDKgouPy7Eo5fXJWxx8pP e1SZ6sT78WSSpDAA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] suricata: Limit to a maximum of "16" netfilter queues. Date: Sun, 19 May 2019 18:52:23 +0200 Message-Id: <20190519165223.3432-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl Signed-off-by: Stefan Schantl --- src/initscripts/system/suricata | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/initscripts/system/suricata b/src/initscripts/system/suricata index 38b6a40d8..5a567f2d7 100644 --- a/src/initscripts/system/suricata +++ b/src/initscripts/system/suricata @@ -6,7 +6,7 @@ # # Author : Stefan Schantl # -# Version : 01.01 +# Version : 01.02 # # Notes : # @@ -50,7 +50,13 @@ function get_cpu_count { [ "$line" ] && [ -z "${line%processor*}" ] && ((CPUCOUNT++)) done