From owner-freebsd-current@FreeBSD.ORG Thu Nov 27 17:13:40 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 477B9273; Thu, 27 Nov 2014 17:13:40 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (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 CBCEFF6C; Thu, 27 Nov 2014 17:13:39 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id y19so6908639wgg.21 for ; Thu, 27 Nov 2014 09:13:38 -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=zQjNnq4B/eYJfINDYueBqsVHmIJiuiWo+Em6qy8rRxg=; b=xGmrcbwVba4HJAFW4Nqk/iYgzwo5JKQ0/Z9zBLPq9AY/QiyN7pZDkxcvHHo8SK7guj 8GIN96tmNSumSxtEXD3Kgx4CrW8oHaqEEziC0hgWmT3C3pV+fr1oVjFdePPHrJkMzXFS yxk6LzipwDZKZBp0ffSwouVjOBLFqJZOpwDcMALCmVbF5tItXAFHI8BrbMQqhR+aRpHM liGsagqDPLUUnqSAYnXNYX8UAAwqERTdvpYQXBcHlX7wZpZkT/FcM5SxnfEMhJ1/u25K Oy78nryBz0U2q88Z4DXXlUUpTimKGJxq7oGP81DmxYQr1RztCPNcocHA/IQqW/VJepsH QaYA== MIME-Version: 1.0 X-Received: by 10.195.11.38 with SMTP id ef6mr33682317wjd.68.1417108418347; Thu, 27 Nov 2014 09:13:38 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Thu, 27 Nov 2014 09:13:38 -0800 (PST) In-Reply-To: <54775B0E.3000004@selasky.org> References: <546CE948.2070105@selasky.org> <546D0CE3.602@selasky.org> <54775B0E.3000004@selasky.org> Date: Thu, 27 Nov 2014 09:13:38 -0800 X-Google-Sender-Auth: HylKSbcRvACZtjZhw5owJS55R9c 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 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:13:40 -0000 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