From owner-freebsd-current@FreeBSD.ORG Thu Nov 27 17:20:13 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7380624; Thu, 27 Nov 2014 17:20:13 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33A86FC5; Thu, 27 Nov 2014 17:20:13 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id l15so8990847wiw.4 for ; Thu, 27 Nov 2014 09:20:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=6GZDhoGt8u1E0OHdknhxV5uYxifLzbNgqivWimHoWpQ=; b=zmFMZvdB7qf0+A3PTaUt1z9FGaZ/CxyQxXyD33sPg0wKPraFQBTN/PB4d26dVJNaPx e3p+fw9C5OC0MbHqIiq5psDeR9gf5p0e7eqtj11fYYlc2rhC3VCtrAam9AbIHVsnXAlP 5982tQeZKXa5lsaHimUw8ForYiwbp3pzyDZK6I6ELg7hfg50bCcOs3eTypaMJPA8QpK9 KBN8pKccdDjSdF9tJ0hhDumVzOwlHD4DmxPVcxhZJkazzV+OW5ISZ9fCto04mSmlOwWA OMDFfcuFUSTqpwVHQj64VGhU/B87ePFmwqlmCZ/X0IfjwYmhY7wp7IgeVInecLdeY4iU YpHg== MIME-Version: 1.0 X-Received: by 10.180.92.169 with SMTP id cn9mr53400594wib.26.1417108811593; Thu, 27 Nov 2014 09:20:11 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Thu, 27 Nov 2014 09:20:11 -0800 (PST) In-Reply-To: References: <546CE948.2070105@selasky.org> <546D0CE3.602@selasky.org> <54775B0E.3000004@selasky.org> Date: Thu, 27 Nov 2014 09:20:11 -0800 X-Google-Sender-Auth: GAoLm9BTWrOmihgu3d6S9G014NU Message-ID: Subject: Re: [RFC] Removal of M_FLOWID flag from m_flags [WAS: Add support for hardware transmit rate limiting queues] From: Adrian Chadd To: Hans Petter Selasky , Michael Tuexen Content-Type: text/plain; charset=UTF-8 Cc: Lawrence Stewart , FreeBSD Current , Luigi Rizzo , "K. Macy" , Navdeep Parhar X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 27 Nov 2014 17:20:13 -0000 On 27 November 2014 at 09:18, Adrian Chadd wrote: > Erk - SCTP folk - are you using the mbuf flowid field for something > SCTP specific? erk - yes, you are. It seems we're going to run into "what exactly should flowid be used for" problems. Grr. -adrian