From owner-freebsd-net@FreeBSD.ORG Sun May 4 22:32:17 2008 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 154671065676 for ; Sun, 4 May 2008 22:32:17 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id DA2BB8FC17 for ; Sun, 4 May 2008 22:32:16 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so386262wah.3 for ; Sun, 04 May 2008 15:32:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gsB6YB4z8oE45n1691VXQ/yEVlgwKE051am1GchO+/A=; b=c159qwmblD7+Hion2t6/9Dw70fe74VL/gLwbpBnN93dhOLmf3x5vmeULV+XsHYS542I6GCJ4PfwOEhN97itj6FRRbQpSGmv6vCFAbQ2/98GtulDti1/6QcMRFWVxNyKs1J+VbH5GMqnnSJm4fKtPtD8i6eZU4GfbuDPwujes9jE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZKQHeT1hWhAFkDOFrCOFmFBVw0vAHspoeMu/YQfLm6e0j18Q9N7c0zdyn6YwSQ0SdpDkxXYxL5btFN3z0uy/YXj9Ay5J+/IJIv+TPJi/MbG6wOOHq+INXsz8QKHwjwpZJTmyVrG5RmQIODPI0FRlMwomV2tIJ43A0TL+1sqIsE0= Received: by 10.114.154.12 with SMTP id b12mr5077721wae.153.1209940336623; Sun, 04 May 2008 15:32:16 -0700 (PDT) Received: by 10.114.177.4 with HTTP; Sun, 4 May 2008 15:32:16 -0700 (PDT) Message-ID: <2a41acea0805041532le60cc9cybf22887e9fdcb3f9@mail.gmail.com> Date: Sun, 4 May 2008 15:32:16 -0700 From: "Jack Vogel" To: "Oleksandr Samoylyk" In-Reply-To: <2a41acea0805041529j5d4dd2f7x5e07a8d6d2eb89b6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <481C84B7.6020205@samoylyk.sumy.ua> <481E338D.6040706@samoylyk.sumy.ua> <2a41acea0805041529j5d4dd2f7x5e07a8d6d2eb89b6@mail.gmail.com> Cc: freebsd-net@freebsd.org, mike@sentex.net Subject: Re: Troubles with em on FreeBSD 7 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: Sun, 04 May 2008 22:32:17 -0000 Oh, I just had a thought, increase the RX processing limit, that only allows you to process 100 packets in one pass. First change it to 250 and see what it does, you might also set it to -1 which will allow you to process til you drain the ring, the risk is that you cause other problems by doing that, but heck at this point anything is worth trying, right? Jack