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 3B7CA4301A; Wed, 9 Aug 2023 16:53:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9E0BC41151; Wed, 9 Aug 2023 16:53:33 +0200 (CEST) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) by mails.dpdk.org (Postfix) with ESMTP id 291C840691 for ; Wed, 9 Aug 2023 16:53:33 +0200 (CEST) Received: by mail-pj1-f48.google.com with SMTP id 98e67ed59e1d1-26928c430b2so2889272a91.0 for ; Wed, 09 Aug 2023 07:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1691592812; x=1692197612; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=d14rr0FbuGaqqKe38BCq3rlEexUQAklJL7mB3ccUCII=; b=EGtydFDvVnO1W+X43AR/2UCDpiN2qeNaKmbXf9H5O1YBo1KXOyeeFe7dXP+WYBWKr1 rskc7f62DsvuUUkGKTw928jF74IOA8wDYWPUdVspRoiCXJ7jgMpnBfSaBnoht0UOj+k/ 7WKl3oW82f/TASPydg3vuCqYK6g1SB0LB5+Pw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691592812; x=1692197612; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=d14rr0FbuGaqqKe38BCq3rlEexUQAklJL7mB3ccUCII=; b=CIuOADvCKkk13nfZm+9jMy0PXS9p2jcChiDXOz/VGArBrItu8EFQNVfGtLGUTzJOg8 z9o4gytxSJuFLEqNQiJjGaISlXkXe5XZXP535w4wP0o+vnQCSfbmUr5nShVfK06Q9HFF NNW3JTJ8CKSMOxADUXG85Rt0sq76x6r5ReqAfBjWLtvIJqTr/4RuKw/FZTxunDsnWWnS HZO8ZFjCTbRxShgAEREpvKblgHTUyHpQCsngB96Z+pZ/bJLlO9P82IOU1+RKHNcheroJ LT0Nj2LAHpjlumYhAiZ+YP1Xrg9w33zQRSMIJZFbe6qgqCAGfAPUQhSh9xIyKFDlnPTT pGwA== X-Gm-Message-State: AOJu0YzmPY2OX8w6A9B2I174ISQvtTNCA+pjWNvB4eZgy8PwAAKg/10v Hs8h3Duzte56ifcWemRZcm4W44EvC4Cl7T/Oa2o4Kg== X-Google-Smtp-Source: AGHT+IHDX52/AXLnCur+Ld+cWWGZ6SfUbvhGhe4k3pbMIuMfCNV+cGhmxiRUezezKMk1lIqXsy0mjI41248on7lNhIs= X-Received: by 2002:a17:90a:aa8d:b0:269:1abd:3ba6 with SMTP id l13-20020a17090aaa8d00b002691abd3ba6mr2271022pjq.28.1691592812227; Wed, 09 Aug 2023 07:53:32 -0700 (PDT) MIME-Version: 1.0 References: <20230721115125.55137-1-bruce.richardson@intel.com> In-Reply-To: From: Patrick Robb Date: Wed, 9 Aug 2023 10:53:21 -0400 Message-ID: Subject: Re: [RFC PATCH 0/5] replace build code for unit tests To: David Marchand Cc: Bruce Richardson , dev@dpdk.org, Tyler Retzlaff , Thomas Monjalon , =?UTF-8?Q?Morten_Br=C3=B8rup?= , Aaron Conole , ci@dpdk.org Content-Type: multipart/alternative; boundary="000000000000ad878506027ea4d0" 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 --000000000000ad878506027ea4d0 Content-Type: text/plain; charset="UTF-8" It will break our 32 bit arm testing because we are unable to use meson test after building for that SoC, so we run through unit tests with a custom list using just dpdk test. It's not a problem, I just need to know when this is going to reach main so I can make the corresponding change to the 32 bit unit testing script beforehand. --000000000000ad878506027ea4d0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
It will break our 32 bit arm testing beca= use we are unable to use meson test after building for that SoC, so we run = through unit tests with a custom list using just dpdk test. It's not a = problem, I just need to know when this is going to reach main so I can make= the corresponding change to the 32 bit unit testing script beforehand.=C2= =A0
--000000000000ad878506027ea4d0--