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 58BE043E98; Thu, 18 Apr 2024 02:00:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD360402D0; Thu, 18 Apr 2024 02:00:11 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 6DB8E40272 for ; Thu, 18 Apr 2024 02:00:10 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id BE72220FD4C4; Wed, 17 Apr 2024 17:00:09 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BE72220FD4C4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1713398409; bh=sSXndcywe+MvNQv4RoaiaWiPwB3dm0t12gLp1EzqZI8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PdQaXvBrcpNV672OD7b1vTrpLaPb/ZBw9JNfZoWXwziozqEriFgc3us3lvmXezB+u yZ29I/CbwcLjXLdH34t3KDHv3vzRvbVK/PK89LGc6r7sKYhREUFYVRyKfLsGpIzfua J9RmBkpz2ytnl4xMatEv8+kphTXfEbb0sRNNMl8w= Date: Wed, 17 Apr 2024 17:00:09 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Reshma Pattan Subject: Re: [PATCH v3 1/5] latencystats: replace use of VLA Message-ID: <20240418000009.GA26881@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <0240408195036.182545-1-stephen@networkplumber.org> <20240417170908.76701-1-stephen@networkplumber.org> <20240417170908.76701-2-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240417170908.76701-2-stephen@networkplumber.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Wed, Apr 17, 2024 at 10:07:23AM -0700, Stephen Hemminger wrote: > The temporary array latencystats is not needed if the algorithm > is converted into one pass. > > Signed-off-by: Stephen Hemminger > --- if this series is merged first, my series here https://patchwork.dpdk.org/project/dpdk/patch/1713397319-26135-6-git-send-email-roretzla@linux.microsoft.com/ can just have the latencystats patch dropped, since this series carries the preferred change. thanks Stephen! Acked-by: Tyler Retzlaff