From owner-freebsd-current@FreeBSD.ORG Thu Nov 27 17:18:28 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 8711950D; Thu, 27 Nov 2014 17:18:28 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (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 1368CFB5; Thu, 27 Nov 2014 17:18:28 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id l2so6997812wgh.13 for ; Thu, 27 Nov 2014 09:18:26 -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=aqy5666mDZUQa6+9RijEIJyHWP1dDEq9AkkG22+umsY=; b=wl0VS76d8ll5TsQLtGUGYxeWCamVPYPpdXEA8PNniQ4Ejtzb46KvP/hsuqH9sGbWsM 45XlPv/j8dooV7ciAYlNcLkI0GauALpH677+1JGcAJZ/g099FskHg/jRAqASdDdcUzqH Y8CRr5YEBdIWhtyjXpFnspde6B9xXagBwOZnxkjdwKsLBqYvSHEAAZIHuE8wHXtjcLRT Z3NDC003hlpFsK0uoKziRUOqLjuJptc9mkXT9vSjzK+48clrfutepGWfKEcclHz4wPHx c2NK/UDyb9gwPQAAv6uUJsiyG5VPAraMcAru4GQf8OcK04244SefM5s7d+3KZZ2mDZVZ ktUg== MIME-Version: 1.0 X-Received: by 10.194.85.83 with SMTP id f19mr62497165wjz.20.1417108706462; Thu, 27 Nov 2014 09:18:26 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Thu, 27 Nov 2014 09:18:26 -0800 (PST) In-Reply-To: References: <546CE948.2070105@selasky.org> <546D0CE3.602@selasky.org> <54775B0E.3000004@selasky.org> Date: Thu, 27 Nov 2014 09:18:26 -0800 X-Google-Sender-Auth: WDf918SsX4c_o4w0d_7D87ooVKU 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:18:28 -0000 Erk - SCTP folk - are you using the mbuf flowid field for something SCTP specific? -adrian On 27 November 2014 at 09:13, Adrian Chadd wrote: > Hi, > > I need a little more time to review this. Sorry :( > > > > -a > > > On 27 November 2014 at 09:10, Hans Petter Selasky wrote: >> On 11/19/14 22:34, Hans Petter Selasky wrote: >>> >>> On 11/19/14 21:46, K. Macy wrote: >>>> >>>> Hi Hans, >>>> >>>> It mostly looks fine, but it's a large change and there are some >>>> places in the patch where it isn't clear that the right thing is being >>>> done by looking at the patch alone. Please give us some time to >>>> review. >>>> >>> >>> No problem. Do you think you need more than a week? >>> >>> --HPS >>> >> >> Hi, >> >> Do you need more time to review my patch? >> >> Any issues that should be fixed? >> >> --HPS