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 8EDEEA052A; Tue, 2 Feb 2021 13:45:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 183CA2402AE; Tue, 2 Feb 2021 13:45:24 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id CC4BD24029C for ; Tue, 2 Feb 2021 13:45:21 +0100 (CET) IronPort-SDR: XddB8DgndJNm9EH9HdWBpvyTuex8hsCGdkySaA88/iEAafkAXcR9jSFsgAKfgf2svU+XKLy9Sn sysKhfsE42ng== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="160612018" X-IronPort-AV: E=Sophos;i="5.79,395,1602572400"; d="scan'208";a="160612018" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 04:45:20 -0800 IronPort-SDR: IHdmBE9sXhZRJPlSG9iTSUw/GAPDu9eKDVPYtpg7z5zfjEynkEbL/3n3Ndme1lT2+9vvJArsHY lEyWIBdD0FUA== X-IronPort-AV: E=Sophos;i="5.79,395,1602572400"; d="scan'208";a="391448881" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.112]) ([10.213.226.112]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 04:45:19 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20210118203508.1332-5-aboyer@pensando.io> <20210129224434.71536-2-aboyer@pensando.io> From: Ferruh Yigit Message-ID: <952a7320-99e8-f700-a252-5f66e3374e6a@intel.com> Date: Tue, 2 Feb 2021 12:45:15 +0000 MIME-Version: 1.0 In-Reply-To: <20210129224434.71536-2-aboyer@pensando.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 4/13] net/ionic: use the existing array-size macro 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 1/29/2021 10:44 PM, Andrew Boyer wrote: > Using the RTE_DIM() macro makes the code clearer. > > Signed-off-by: Andrew Boyer Applied to dpdk-next-net/main, thanks.