From owner-freebsd-current@FreeBSD.ORG Sun Dec 16 00:11:03 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD45116A468 for ; Sun, 16 Dec 2007 00:11:03 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id B920613C468 for ; Sun, 16 Dec 2007 00:11:03 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2421136waf.3 for ; Sat, 15 Dec 2007 16:11:02 -0800 (PST) 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=uNCqbFGc4YTtUJCFm5qvRZua1EWxtGydtQ4Ww1RxOFs=; b=o6a3fRsx7hs3NaozV1q70tjYMGRNmIKj3AIzNTm717SGo6Pae1yNPBLC0oCWIQXkgg79zNYeBNPvsDpUqeQtGibp5brLI/vl6ozJgIXFvS8cu68ywVSZ/gTUuRoNUqIGH9NpBEOWgji3A8aNcEn3yMng6Qqll/2u4ZObiIARYyI= 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=PkIZvtkt+YwHr+KrKDA2K/qbZlU85/q+kFmTKSk6Nj3Z5NCu7cQsCdJ8dQotybwwOJZiXUyBpQXrHNxplH64Esef8YKag3qbCEp2ecJ+bmq6pNcLq6yhjsHwex8nvKHe5bqWoMK4mGneHGpxXD9PCXUvCaDWBL1CjIS6p2wcJuI= Received: by 10.114.52.1 with SMTP id z1mr78516waz.123.1197763861347; Sat, 15 Dec 2007 16:11:01 -0800 (PST) Received: by 10.114.255.11 with HTTP; Sat, 15 Dec 2007 16:11:01 -0800 (PST) Message-ID: Date: Sat, 15 Dec 2007 16:11:01 -0800 From: "Kip Macy" To: "Robert Watson" In-Reply-To: <20071215214253.N85668@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071215100351.Q70617@fledge.watson.org> <20071215190252.I85668@fledge.watson.org> <20071215214253.N85668@fledge.watson.org> Cc: FreeBSD Current , freebsd-arch@freebsd.org Subject: Re: pending changes for TOE support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 00:11:03 -0000 > Actually, what I was asking for in the omitted context above was something > along the lines of the following, adapted for whatever the reality may be: > > Returning a non-zero value will lead to the software stack beginning a > disconnect. > > Or, say, > > Non-zero return values will be ignored. (*) > > This is not intended as a contrarian point. I'm not looking for a complete > exposition of the behavior of the stack -- rather, basic information that we > should be documenting about a KPI, such as what an error being returned will > do. I believe that my latest patch makes at least a perfunctory effort to address all of the points you've raised with the notable exception of widening the ops vector. Please take a quick look at the same URL as before. -Kip