From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F154641E65; Fri, 10 Mar 2023 18:49:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D635440A8B; Fri, 10 Mar 2023 18:49:39 +0100 (CET) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id 593C740685 for ; Fri, 10 Mar 2023 18:49:38 +0100 (CET) Received: by mail-pj1-f52.google.com with SMTP id u3-20020a17090a450300b00239db6d7d47so5878969pjg.4 for ; Fri, 10 Mar 2023 09:49:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; t=1678470577; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=eKQ9S/+AfS5bcABw7QtI7LOeNa4JNcnXz6SkKTzt1v8=; b=0Pn42NOow1E94W7ROkWciLOaSoEQR8+bfzoBFbP6OC28mF68LQXdqzJT0r5vE71pIk PD418hdNL9nZfHt6kNXaubBtbPc60jYwOm0Yq/jpTodap2a+tlIBhZwSEx5m/wfUWQzV AJyqtw7ka3nt1St0HZl9zsZ/k7fSZ9gROahhOAyx9SQFIOlgBE3wl35z10bY1li2IVov vsRQZqRaYmdqCvtzQY/i0IpbW5g2STK8DHdRLfpfsjOybYPCghmUGMLLezJmHZevrnYV Myeb9LJjCQt89kkkco+OYiFyxHvAdGnwGnyxwflJ/FbF9RqYIQxGwRS942b1tGVtmEA+ jyMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678470577; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eKQ9S/+AfS5bcABw7QtI7LOeNa4JNcnXz6SkKTzt1v8=; b=FvNsDa5AG/y4VytBDjvUEwhEfBcR7wvsE34Ef077mNpA82uS4I56619tKUB5QGt8iM t3CgKYzhpMO2O+4Znma8v+EXgoAJ3lu0WokNlSw78qtcDaXcyOb4iUXnw693lz/hsUya VeVy48P8RI4HnduwwybCFiKSoKZ3UPArnJMZ38tIrHuuuH7lka0VHBOse2YIH7WQUvGL 8OB2+1n6GA2yQ0BoWtLBp/fBaTZW/g+TWx5MfpIFLEZlIptWqn/F1marTfqjI6+RO0CS mGigI1r7GKy3WtxrPQ8j3oWcaMR4zelY6HyFd6lhbbJmwVJXw20pgUb8r+ipyx3Uz/1v oLVw== X-Gm-Message-State: AO0yUKUJLChBlFjGD2THbrfivlQZjfOJGIdqmZpq1eqL/cURBnzQV6XA fCNAoEBBH2VKdN6Ci+NSDMOhow== X-Google-Smtp-Source: AK7set9myhobgv0Ws0qJ8DMEvssOYICLOVZiCHjxTSArANitQzV2v9ilIGKfJD25igRhAD7tef+7jA== X-Received: by 2002:a05:6a20:7f8c:b0:d0:4361:9723 with SMTP id d12-20020a056a207f8c00b000d043619723mr18000668pzj.22.1678470577556; Fri, 10 Mar 2023 09:49:37 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id 37-20020a630f65000000b004fadb547d0csm161594pgp.61.2023.03.10.09.49.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Mar 2023 09:49:37 -0800 (PST) Date: Fri, 10 Mar 2023 09:49:35 -0800 From: Stephen Hemminger To: "Sevincer, Abdullah" Cc: "dev@dpdk.org" , "jerinj@marvell.com" , "Pattan, Reshma" Subject: Re: [PATCH v7] app/procinfo: display eventdev xstats Message-ID: <20230310094935.2ed6e14c@hermes.local> In-Reply-To: References: <20230223010819.4164765-1-abdullah.sevincer@intel.com> <20230309182758.1005573-1-abdullah.sevincer@intel.com> <20230309123140.55cd7592@hermes.local> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, 10 Mar 2023 17:35:31 +0000 "Sevincer, Abdullah" wrote: > > > > +/* Note: Port_queue_id in xstats APIs is 8 bits, so we have a maximum > > +of > > + * 256 ports and queues for event_Dev */ #define MAX_PORTS_QUEUES > > +256 > > + > > >There is a goal of removing the per-queue stats part in generic stats. > >And in the process removing that limit. > > Thanks Stephen, > > When this is expected?, if so putting per-queue stats not needed. I don't think it will happen this year.