From owner-freebsd-net@FreeBSD.ORG Thu Feb 2 19:33:35 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB4BC1065674 for ; Thu, 2 Feb 2012 19:33:35 +0000 (UTC) (envelope-from adrian.minta@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 61ADE8FC0A for ; Thu, 2 Feb 2012 19:33:35 +0000 (UTC) Received: by eekb47 with SMTP id b47so996595eek.13 for ; Thu, 02 Feb 2012 11:33:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=plcwtFw28bl+XYIABWn756gfa8c1icbZeXCH4NngrBo=; b=hN58uvHSbysQeXt3TDXFur4NkPbdMssu2ebX+PZig9pjDAKVb2tFlAIvPOCpQyJYrE oWyuu6C5Ua1tIIA1omIkA11QKIEwDm4cP+erzwHxbZUT+WQX+5xj3PE4ykEEUaRHJi7J Uadq/RVLaBlhphPE9Tb4M5AFwv7g1mbxbU5j0= Received: by 10.14.53.74 with SMTP id f50mr1361647eec.5.1328211214363; Thu, 02 Feb 2012 11:33:34 -0800 (PST) Received: from [192.168.10.10] ([188.26.157.100]) by mx.google.com with ESMTPS id n56sm12540198eeh.6.2012.02.02.11.33.32 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Feb 2012 11:33:33 -0800 (PST) Message-ID: <4F2AE50B.2030500@gmail.com> Date: Thu, 02 Feb 2012 21:33:31 +0200 From: Adrian Minta User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <4F29A464.3080302@zonov.org> <4F2AB53D.7080503@gmail.com> <944787000.20120202191644@yandex.ru> In-Reply-To: <944787000.20120202191644@yandex.ru> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: netisr defered - active only one thread X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 19:33:35 -0000 On 02/02/12 19:16, Коньков Евгений wrote: > Здравствуйте, Adrian. > > Вы писали 2 февраля 2012 г., 18:09:33: > > AM> A multiqueue network card may help, like a dualport Intel igb E1G42ET. > > actually it is not. Intel have hardware separation to interrupts. > So having only pptp trafic on interface cause next problem: > only one thread process packets instead of 4 posible. > Andrey Zonov sed something about a "web server with multiple nginx instances".