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 5405243019; Wed, 9 Aug 2023 17:40:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4DE0240691; Wed, 9 Aug 2023 17:40:00 +0200 (CEST) Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by mails.dpdk.org (Postfix) with ESMTP id 5397A400D6 for ; Wed, 9 Aug 2023 17:39:58 +0200 (CEST) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-1bfca0ec8b9so3039511fac.2 for ; Wed, 09 Aug 2023 08:39:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1691595597; x=1692200397; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=sb2WJuPsFXFeylLLpyJRzctYJRYtE+heJnsGyVXSsU0=; b=EHTdCNoye9BtpNAHDEBTR2lGvvOolxS1cGwsG38wSiQ6w0o/30RqL7yXsX63+3VX2a lXz3aWmLMZhIBeaZkt/+/7aCLTZdSvZkviJeNecyHdfpH8wb1ElZ2dLOYXpf7jO/bRef oRThaqehNZBoC2SsaCZAY5BhcfT9jQN3Ii33k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691595597; x=1692200397; 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=sb2WJuPsFXFeylLLpyJRzctYJRYtE+heJnsGyVXSsU0=; b=kYQgUVOTl7HWUt2MSPZ1YVnUJyjBPJos3SSNwPMJkbuKn5JtrGJSkcafWeI886I94u 5Eo2tYs3GkVsP7pOPZ1ZFlvR28RDIiyUSVkk/GZVtJWW2QGCzZlfLuXC6655ynhP+L2B hBBUqvoaaVaVzoVXtFkx0ajdSEUKavNufviNo1Y/jkgme3MzKUACJy8VPqqwg6sVY5T1 QX3Qbxo1c4gWPxWpIVPBS8PZvk6WJf7Ddpjg0nnVo7BdRjbT1uSuznXDXo5yfhLMvdeH k+EN4awwOs2WvxCRcR7Ig2ZRfXks7cn9cjbhB38cyJZWg6sfoRpHoyicQ6Xi60At0WON 3/Uw== X-Gm-Message-State: AOJu0Yx8PNPtKzAdNIPZW6Rg4kfl7tFj2ZcMByQ3W39k0Bta92SDR2Y2 9rNQVTs7iWyFiHMg/W5mgsDET67GtUum3Wrft1dpGQ== X-Google-Smtp-Source: AGHT+IFRDKDYIiF+CJW9g+bsHWYWfZ4/23kMMxu/+y5yyA+E71OvMHAALTSmIsY/C188qGz2jJcypqQvmd/qo0mBeiY= X-Received: by 2002:a05:6870:9122:b0:1aa:f3:5b3b with SMTP id o34-20020a056870912200b001aa00f35b3bmr3871703oae.17.1691595597748; Wed, 09 Aug 2023 08:39:57 -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 11:39:47 -0400 Message-ID: Subject: Re: [RFC PATCH 0/5] replace build code for unit tests To: Bruce Richardson Cc: David Marchand , dev@dpdk.org, Tyler Retzlaff , Thomas Monjalon , =?UTF-8?Q?Morten_Br=C3=B8rup?= , Aaron Conole , ci@dpdk.org Content-Type: multipart/alternative; boundary="000000000000b5317206027f4a9a" X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org --000000000000b5317206027f4a9a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Aug 9, 2023 at 11:05=E2=80=AFAM Bruce Richardson wrote: > On Wed, Aug 09, 2023 at 10:53:21AM -0400, Patrick Robb wrote: > > 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 correspondin= g > > change to the 32 bit unit testing script beforehand. > > The change is necessary because the test binary has moved? Just want to > check there are no other issues. I might see if I can provide a symlink o= r > something for compatibility if it helps. > That's correct, there are no other issues, so it really is simple to correct the patch in our script. A symlink should work, but I guess it becomes clutter. --000000000000b5317206027f4a9a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Wed, Aug 9, 2023 at 11:= 05=E2=80=AFAM Bruce Richardson <bruce.richardson@intel.com> wrote:
On Wed, Aug 09, 2023 at 10:53:21AM -0400, = Patrick Robb wrote:
>=C2=A0 =C2=A0 It will break our 32 bit arm testing because we are unabl= e to use meson
>=C2=A0 =C2=A0 test after building for that SoC, so we run through unit = tests with a
>=C2=A0 =C2=A0 custom list using just dpdk test. It's not a problem,= I just need to
>=C2=A0 =C2=A0 know when this is going to reach main so I can make the c= orresponding
>=C2=A0 =C2=A0 change to the 32 bit unit testing script beforehand.

The change is necessary because the test binary has moved? Just want to
check there are no other issues. I might see if I can provide a symlink or<= br> something for compatibility if it helps.

That's correct, there are no = other issues, so it really is simple to correct the patch in our script. A = symlink should work, but I guess it becomes clutter.=C2=A0
--000000000000b5317206027f4a9a--