From owner-cvs-src@FreeBSD.ORG Wed Mar 21 14:02:48 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C57116A4D1 for ; Wed, 21 Mar 2007 14:02:48 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 3D10413C4BD for ; Wed, 21 Mar 2007 14:02:47 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so286249wxc for ; Wed, 21 Mar 2007 07:02:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=GQayzbU13r1c+txg8OYkE/nqa2PLlMSgWp7nt8dynY33ZA66fIOmmxw/dDrjdySOfg8fWeAeOT405Thqb8vV1iHo3xDea1hY2DAyhiUrtq+V5Zk4KM7CiQoCJyWDB2ThZvBCt1xtyfCNQtsp9vjfWbHak7eOsb5j3b76be+UveM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LHeyZQAVOjhdZ3+6F7crtMv76Qhu6JVFgMtZCNj/XqMjQQp+E26wMxk8M5crhCZmaDWet/Q7mE6BxPXQaPY0lfQV3UzTKJCrJ8pjOx83V5zIS7XO04nCGvGgQzMOuAdr6isqkajzhH9/tVJ1vzQdEASoO74iKy8hKIZgvU9t6m0= Received: by 10.90.68.15 with SMTP id q15mr2117651aga.1174485766357; Wed, 21 Mar 2007 07:02:46 -0700 (PDT) Received: by 10.90.116.6 with HTTP; Wed, 21 Mar 2007 07:02:46 -0700 (PDT) Message-ID: Date: Wed, 21 Mar 2007 07:02:46 -0700 From: "Kip Macy" To: "John Baldwin" In-Reply-To: <200703210919.30638.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703210725.l2L7Pfa8025232@repoman.freebsd.org> <200703210919.30638.jhb@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Kip Macy , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_osdep.h cxgb_sge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 14:02:48 -0000 > MSI isn't in 6.x yet (though if multi message MSI-X is verified to work ok I > can look at MFC'ing it now). That would be awesome. The one other thing I need is either a) a way to tell which CPU a message belongs to or b) a way of specifying which cpu a message should go to so that interrupts will go to the cpu a queue is bound to. Thanks. -Kip