From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90D0FC282C4 for ; Mon, 4 Feb 2019 15:35:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 52B8620823 for ; Mon, 4 Feb 2019 15:35:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=resnulli-us.20150623.gappssmtp.com header.i=@resnulli-us.20150623.gappssmtp.com header.b="WAVw7ObQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731172AbfBDPfD (ORCPT ); Mon, 4 Feb 2019 10:35:03 -0500 Received: from mail-wr1-f49.google.com ([209.85.221.49]:37726 "EHLO mail-wr1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726565AbfBDPfC (ORCPT ); Mon, 4 Feb 2019 10:35:02 -0500 Received: by mail-wr1-f49.google.com with SMTP id s12so293074wrt.4 for ; Mon, 04 Feb 2019 07:35:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=resnulli-us.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=DTLK5zCYuG6AV8v7CYvyz3JZ5030VUPaLhBa/uk8n6Q=; b=WAVw7ObQflNgzlu0+V1GCS3VOcxFCZYxVeL33ia/jx3kciz4ft36Fu2hU4HeWA5DtB ghvUJcQef2eNgdSmVYlZqeP6283EcDveBNGJG+FFOEv+3lMB6H9T5xkW/U1SJf1kjlHC dPS5RovbFqHkv4BiExpqBpr79JMYvLRSav68r83hHzG7rduGfH8PP3bNR9y7mZxn9+e5 /4VUWE/FzDL7EtIwrJ0ekigcCPej+te8qghaMMn7T077IcFPqsLQdU6Mlq4St/q44E3C 4AkFZJNIUS+GAh2trP+jLeEvDNVtcT+Ayd0WvBEOrYpip7IAr2PGE/ZTB/hpyS05YxA+ nSWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=DTLK5zCYuG6AV8v7CYvyz3JZ5030VUPaLhBa/uk8n6Q=; b=SuqM5+oBYYXXkgVJd/WOJMbAFInGvmMhOAJ2zwmxeTZVPFUtvVacaND+Ms/A3tV0fT fauYJbUm+BhPyGoxP/RnSWcRRkFRjHmL0sAqeuBcKAeYmKYhYpmq/504B6Jqbfjd3TIP hK6jCeqCrPMTLFONXDcoTYlIGIPCs/sLHvn3IseziSMwuVoBp/9uofvxKyhaF02gIfM/ xINql9GgRRl46Lky5+pLUf+8t7f7eGZiXgNG18QmoqBu5/wS/sJL3L2fPC5s/of2S9z6 kyn/kamURNrxvP33RN9njEtw8vzAv665UrRDEfYwMRobc6/3I7/Q7HRn3u/oNXW7a0pj jNtw== X-Gm-Message-State: AJcUukfNC2nvF7GnOLvGWL1FXum2yYlHCKcnb8kTvfnkhLctQ4rOqpEK 4CtpNRMddzyN5IeDBPGYSL5mlA== X-Google-Smtp-Source: ALg8bN7Pm4dcMogW5sVfHhUJaf9HtqZuqLQ9T3JSkEVme0cQ/xHqbAG+stA4R9lUEGRpCSCFaPv6Tg== X-Received: by 2002:a5d:45d0:: with SMTP id b16mr47430408wrs.86.1549294501006; Mon, 04 Feb 2019 07:35:01 -0800 (PST) Received: from localhost (mail.chocen-mesto.cz. [85.163.43.2]) by smtp.gmail.com with ESMTPSA id n6sm10799280wmk.9.2019.02.04.07.35.00 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 04 Feb 2019 07:35:00 -0800 (PST) Date: Mon, 4 Feb 2019 16:25:52 +0100 From: Jiri Pirko To: Jakub Kicinski Cc: idosch@mellanox.com, dsahern@gmail.com, stephen@networkplumber.org, oss-drivers@netronome.com, netdev@vger.kernel.org Subject: Re: [PATCH iproute2-next v3] devlink: report cell size Message-ID: <20190204152552.GG2118@nanopsycho> References: <20190204152859.6667-1-jakub.kicinski@netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190204152859.6667-1-jakub.kicinski@netronome.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Mon, Feb 04, 2019 at 04:28:59PM CET, jakub.kicinski@netronome.com wrote: >Print the value of DEVLINK_ATTR_SB_POOL_CELL_SIZE, if reported. > >Example: >pci/0000:82:00.0: > sb 1 pool 0 type egress size 40945664 thtype static cell_size 2048 > sb 2 pool 0 type egress size 258867200 thtype static cell_size 10240 >... > >v3: - don't double space. >v2: - fix spelling. > >Signed-off-by: Jakub Kicinski >Reviewed-by: Quentin Monnet Acked-by: Jiri Pirko