From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] ethdev: support double precision RED queue weight Date: Wed, 28 Nov 2018 22:12:45 -0800 Message-ID: <20181128221245.017eadcf@xeon-e3> References: <1543470882-145287-1-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cristian.dumitrescu@intel.com, jasvinder.singh@intel.com, dev@dpdk.org To: Nikhil Rao Return-path: Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id 51EE51B3BC for ; Thu, 29 Nov 2018 07:12:50 +0100 (CET) Received: by mail-pf1-f195.google.com with SMTP id z9so508335pfi.2 for ; Wed, 28 Nov 2018 22:12:50 -0800 (PST) In-Reply-To: <1543470882-145287-1-git-send-email-nikhil.rao@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 29 Nov 2018 11:24:42 +0530 Nikhil Rao wrote: > RED queue weight is currently specified as a negated log of 2. > > Add support for RED queue weight to be specified in double precision > and TM capability flags for double precision and negated log2 > RED queue weight support. > > Signed-off-by: Nikhil Rao Since this is an ABI break anyway, why not just commit to the new format?