From owner-freebsd-net@FreeBSD.ORG Sat Oct 28 01:44:38 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C479E16A407 for ; Sat, 28 Oct 2006 01:44:38 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2139343D49 for ; Sat, 28 Oct 2006 01:44:38 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so678347nzf for ; Fri, 27 Oct 2006 18:44:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W6UJvIc1UJh6+6kv68UwExculMyGG+8obKfbg/VCTmVgIy8CyhSBb+yrfaUAjhSwJCUVm60JkzV0HVQ8UkkMy+a08AXxkaEf43R4IQ3yCMT5oxv4qJAadLu4sEf3SFVmcxjNnEMTWfZq6udv7FAi6/pj63xp0Zr0d5hECUUBmkE= Received: by 10.35.106.18 with SMTP id i18mr537799pym; Fri, 27 Oct 2006 18:44:37 -0700 (PDT) Received: by 10.35.118.6 with HTTP; Fri, 27 Oct 2006 18:44:37 -0700 (PDT) Message-ID: <2a41acea0610271844o4759424cv35a018ffc0c23373@mail.gmail.com> Date: Fri, 27 Oct 2006 18:44:37 -0700 From: "Jack Vogel" To: freebsd-stable@freebsd.org, freebsd-net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: New em driver 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: Sat, 28 Oct 2006 01:44:38 -0000 After a conference call today, it was decided that a merge of my Intel driver base and the STABLE code would take place. This code undoes the INTR_FAST/taskqueue approach for right now. Work will continue to get that to work, but the hope is that this driver will be more stable for the 6.2 release. I encourage everyone that has been having issues to pull the new driver and give us feedback. A few select testers so far have seen stable performance. Cheers, Jack