From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6EF00A00B8; Sun, 27 Oct 2019 14:37:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 380E31BF13; Sun, 27 Oct 2019 14:37:05 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 04C141BF0F for ; Sun, 27 Oct 2019 14:37:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572183422; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kWY7W1f4PzWqJzZQhQ6DqKZi9r5uld0vHeeFgPboBrU=; b=Bfw4dAzth37DP1lUz5xbUPtBCaoxxPjCN6AqfWS/PsSZJNXASZo8bluS9K0u27kplkADbV gBbjI5fmt0igBo6acaUQIamfXj9J9JezjLWWStneUz6HP8qh2CELXskJxF7/sBIzVEzHHs qO/GWjkkqwmifc+CIpdY6pLHvjgedPA= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-44-5kzQ4UfRPkuhuutbIhBEXw-1; Sun, 27 Oct 2019 09:37:01 -0400 Received: by mail-vk1-f198.google.com with SMTP id k127so3591518vka.10 for ; Sun, 27 Oct 2019 06:37: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=GuKpTyR8NE8ReTcZhfyRvGvir9IDJG3TBNPqoB3zYpA=; b=c1cUnQi3m1Ykx9XWenx/283ubnJENrw4wlFUeqFS5PDbUmvyQsGOAxaOiQ1ClZeKNF 28KomI8a4z/ex6GKaddM4evcNuDxsgxD7KroHPYqOT/HHPH9aJcK+PrwZ/Tf/cR1pC8S N1piQT49SzBf7Pd8ewevI8Je+55GghrliAV2AQ/Hz/gwELYcfBtR7QIF6rBnZNEjdb/r Vk4oypnUJO9oam0YvUHiuASlByamDfg+wCc5YJ00U50zTACG3Yct+AE8V3ML7IaRv/N8 1JmM39sBTPXli/+E9lgwboulokZeG4a/fVIHyKlfchitMDjfrmGw8RwnNsqVvT013Ok/ ol7g== X-Gm-Message-State: APjAAAVFHB6ry/sDvgPLhEtWhSNOgzck5vO0bSVksGnwcU2JfsiBl1h9 Mlb7g9/cOqHXEtChhTUhwwsX2xL1bp4jGcoYmkTT6Sy91DG91b2vXBBseSj3GzZ40TlotiQ2L9o +LR20A4Xoe3RjkYriSTU= X-Received: by 2002:ab0:189a:: with SMTP id t26mr6174737uag.87.1572183420074; Sun, 27 Oct 2019 06:37:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqyTgqRhnSM6RBnJHIIg74MwkHHFGpf/Pm2NODKE/0UNaykfCdAPcDANEbYdWny+tDcn/bwZoiEsBD1guTG4bZA= X-Received: by 2002:ab0:189a:: with SMTP id t26mr6174727uag.87.1572183419810; Sun, 27 Oct 2019 06:36:59 -0700 (PDT) MIME-Version: 1.0 References: <20191011040709.8344-1-pbhagavatula@marvell.com> <20191017121001.2546-1-pbhagavatula@marvell.com> <20191017121001.2546-2-pbhagavatula@marvell.com> In-Reply-To: <20191017121001.2546-2-pbhagavatula@marvell.com> From: David Marchand Date: Sun, 27 Oct 2019 14:36:48 +0100 Message-ID: To: Pavan Nikhilesh Cc: "Yigit, Ferruh" , Jerin Jacob Kollanukkaran , dev X-MC-Unique: 5kzQ4UfRPkuhuutbIhBEXw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2 2/2] bitrate: use RTE_DIM instead of ARRAY_SIZE X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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, Oct 17, 2019 at 2:10 PM wrote: > > From: Pavan Nikhilesh > > Use RTE_DIM instead of re-defining ARRAY_SIZE. > > Signed-off-by: Pavan Nikhilesh Reviewed-by: David Marchand Applied, thanks. --=20 David Marchand