From owner-freebsd-current@FreeBSD.ORG Tue Mar 3 21:05:32 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B91E1065691 for ; Tue, 3 Mar 2009 21:05:32 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 143468FC16 for ; Tue, 3 Mar 2009 21:05:30 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so3377450rvb.43 for ; Tue, 03 Mar 2009 13:05:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=qnbfvmNaH1juhcSXL53bynYJBxkpGy6Dc6SFRS1Jnz4=; b=VL3ve3ps0phHfrLwXPHZzH1Mot41uvpmLSAFZHSqrmq5sto43KwzmmTPftTNRWth7H pU02G3bkyHD83Tk6y43aIDttQxO1FAl+kJ+5R9t/tDmLTcIG535yKdKS5WJRZuEjpK9Y TUM2bN9EEfU7RH4Bfr5koSvsQucrIGBFqI9OY= DomainKey-Signature: a=rsa-sha1; c=nofws; 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 :content-transfer-encoding; b=osfD6FWKMR1m61T/y5Ggf8SLeCpkehuUalKtZ+N5l9z3M56pZepOjGh47cmhC07+Qg EqSqMh2zySmpQUQ2O6VXXppGNpW76I9siNt3g57j32s/61wkPGT4fF370oHIePt/FIpm h2Rpg7dvMR/kivEilhVW5vR4749JZZHJzDo30= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.141.89.13 with SMTP id r13mr3709621rvl.269.1236114330600; Tue, 03 Mar 2009 13:05:30 -0800 (PST) In-Reply-To: <85621.65971.qm@web63902.mail.re1.yahoo.com> References: <85621.65971.qm@web63902.mail.re1.yahoo.com> Date: Tue, 3 Mar 2009 13:05:30 -0800 X-Google-Sender-Auth: 237bbe82b5d0182d Message-ID: <3c1674c90903031305w10fd213fre4c9e97c52c2f9a4@mail.gmail.com> From: Kip Macy To: barney_cordoba@yahoo.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Multiqueue status 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: Tue, 03 Mar 2009 21:05:33 -0000 On Tue, Mar 3, 2009 at 4:37 AM, Barney Cordoba wrote: > > I see some mention of INET_MULTIQUEUE and use of a new flowid in the mbuf > packet header, but don't see anywhere that the flowid is set. Is this a > future feature, or is this currently implemented? Hi Barney, I need to import the changes just to actually pass the flowid up to the inpcb so that it can be passed back down for transmit. Please take a look at svn://svn.freebsd.org/base/user/kmacy/HEAD_fast_net for an idea of where I'd like things to go. It has not happened yet because there are a number of others with their fingers in the networking pie so it all needs to go through a patch review process. I'm actually working on breaking out patches for review today. Cheers, Kip > > Barney > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >