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 175D1A0A0C; Thu, 3 Jun 2021 18:44:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F64040E78; Thu, 3 Jun 2021 18:44:05 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 3AF1940DF6 for ; Thu, 3 Jun 2021 18:44:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622738643; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=APvv1h1/glV1Kmxsy+GKwDPiMd5qOVfhpEs3d405YNY=; b=IKEHK/oIxvH2HvgCqsH5DjFUSE9AEuC0e33K4MpCq1H7DstR6cj+Mk9RKkLhu4V2pQpNn0 MT8wZRv2QxB9yhDfjHUgrueTAkmIIOBPmYrai4Z2Usuk3Xi7gvtc01ebIs7lTwuHvmYaEV FRPpH4PpKLfqxBb6V6MghIe+wQpNPBU= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-482-iL8WVOctNWKD3eKJP6EO-Q-1; Thu, 03 Jun 2021 12:44:01 -0400 X-MC-Unique: iL8WVOctNWKD3eKJP6EO-Q-1 Received: by mail-ua1-f69.google.com with SMTP id y10-20020ab025ca0000b0290221adb2995aso2809499uan.8 for ; Thu, 03 Jun 2021 09:44:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=APvv1h1/glV1Kmxsy+GKwDPiMd5qOVfhpEs3d405YNY=; b=l3wltwB9dKb3s0lXrcY6Ehs2Nt7fmbouqCye1NKc+/HJQxPJUrUpcvTYMaqLA5aOz5 7AHjvCcZVx3/RLmJYYGGOIwyi5PVOgKSWO6RV6FN3SKZM/tKxLN2Z7eVBAH3Dnzw0Sy+ r3VLtqd1lgXpopOMLfEJvVL+kbhoaYVTgRUex0ywQej6racuaEs+2xBZk+0BH8r6BIau ZqczpRMzHfNEMe9C5kHKIQ3FMaj5XqQphH4CfgK+MuVXRtXD4OvaS0vaQBtlxn+8wYr/ BzhQmSmVWvtYhonVYcS+wju5J/MOw9lkBwSGuMuI47p/faPNNRstu67TopuoB5SuD83a /U3Q== X-Gm-Message-State: AOAM530ay8uO9U+dde1m2crtBOZGygoXZc3HHOloeLZ/diOHAwoJC7hk bIG7p4wRjmwE6nA6w0JzinQNsLotnhqijvx5Gp7S7WTqVf19K3zxMCHYCOHNFFp+LADl0mRJaib eLSSUevbYskGeGzG5Iq8= X-Received: by 2002:ab0:42a7:: with SMTP id j36mr795165uaj.87.1622738641523; Thu, 03 Jun 2021 09:44:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxRwE0ubUfjNZpdZxgbgEu77CSgK9b3/Rp8Vsh5Sm1wwgrUDeMY1B/cHQk5frv/wVw3x6QcAPHgoAqv7YXlC+c= X-Received: by 2002:ab0:42a7:: with SMTP id j36mr795133uaj.87.1622738641303; Thu, 03 Jun 2021 09:44:01 -0700 (PDT) MIME-Version: 1.0 References: <20210506082754.2843-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Thu, 3 Jun 2021 18:43:49 +0200 Message-ID: To: David Marchand Cc: "dev@dpdk.org" , "Richardson, Bruce" , "Power, Ciara" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] telemetry: remove static limit on callbacks count 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 Sender: "dev" On Thu, May 6, 2021 at 12:59 PM Power, Ciara wrote: > >This code is not performance sensitive and can be switched to dynamic > >allocations. > > > >Signed-off-by: David Marchand > Acked-by: Ciara Power Applied. -- David Marchand