From owner-freebsd-net@FreeBSD.ORG Wed Oct 12 16:05:42 2011 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 C7B1C106566B for ; Wed, 12 Oct 2011 16:05:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 891758FC08 for ; Wed, 12 Oct 2011 16:05:42 +0000 (UTC) Received: by ggeq3 with SMTP id q3so1093867gge.13 for ; Wed, 12 Oct 2011 09:05:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ZyhxfYfIemFnHNz2WcWn/o2WD/NYX7m4rnp7eZ6rlp8=; b=cHfRfMsIC+mHT0AZf9bIeDWmC0g29iDkz0QCxzgPaiupyr5ml+76DpWRRdtgl0b846 ooiR0FbPZum0HEKJTkqm0tu+FY2Rb8lq8aCV0h4qvodmeQe5P78lH2EvapiGLjwiX0Fk yiW0MkyzgaAH+dF2R/d1n8+eXzEP7bA/bNa9A= MIME-Version: 1.0 Received: by 10.236.197.104 with SMTP id s68mr38413895yhn.20.1318435542000; Wed, 12 Oct 2011 09:05:42 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.175.161 with HTTP; Wed, 12 Oct 2011 09:05:41 -0700 (PDT) In-Reply-To: <4E94637A.5090607@gmail.com> References: <4E94637A.5090607@gmail.com> Date: Thu, 13 Oct 2011 00:05:41 +0800 X-Google-Sender-Auth: PksbwPodKUyE8bzSZzK068vWiLI Message-ID: From: Adrian Chadd To: Karim Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: if_msk.c link negotiation / packet drops 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: Wed, 12 Oct 2011 16:05:42 -0000 Try "sysctl kern.eventtimer.idletick=1" . Someone has also reported an issue with packet loss and system freezes with idletick=0 (which is the default in -head now.) Adrian