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 248CF43DFB; Thu, 4 Apr 2024 18:18:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1164A406B6; Thu, 4 Apr 2024 18:18:54 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 5E2C9402BC for ; Thu, 4 Apr 2024 18:18:52 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id CC8AF20E94A3; Thu, 4 Apr 2024 09:18:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com CC8AF20E94A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1712247527; bh=7mS/M53qH6iqs+gXTFZ/hXeyFB5TkowzrneGg6T9wWs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=splJLv7BO72rcmfCXnS6Bq6cf8bTyJpXgzVeF/sjCWGG2xNf1qzn5OEapuGKRNZjT igkWEEqygzI9pWPBTpn+bqIT1RYu/Y27exq/8cEt8dRkMyRcS7Ej7ajgbJp1mBbMul TKCQWsN89fNVJCTs/Yo1ABBWHyjQERT6Z/B6ouhk= Date: Thu, 4 Apr 2024 09:18:47 -0700 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org Subject: Re: [PATCH v2 2/2] test: add functional test for uuid Message-ID: <20240404161847.GC18708@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20240403163432.437275-1-stephen@networkplumber.org> <20240403221319.499014-1-stephen@networkplumber.org> <20240403221319.499014-3-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240403221319.499014-3-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 03, 2024 at 03:11:08PM -0700, Stephen Hemminger wrote: > The uuid functions in EAL were not covered by existing functional > tests. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff