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 9658B42D8E; Thu, 29 Jun 2023 18:30:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7ABFB410E4; Thu, 29 Jun 2023 18:30:08 +0200 (CEST) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by mails.dpdk.org (Postfix) with ESMTP id 29292406B7 for ; Thu, 29 Jun 2023 18:30:07 +0200 (CEST) Received: by mail-pj1-f43.google.com with SMTP id 98e67ed59e1d1-262fa79e9b3so507974a91.0 for ; Thu, 29 Jun 2023 09:30:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1688056206; x=1690648206; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=ouR8Qku62Yw4jOhI5WBOLAJaduaXgY6rJmbLY9eRuHI=; b=ZX0JkYdvyh0CDh/JEkiYlDEiNBLbN/hJL4DdnaFFNsLozpX3qwdPzrvZsPtWKyCGdV A3MCqGzdhok4dxwG7yhuDJIbSzSAC9j7acUqPnOAmDhcqhL/P5XDFfwBtSAuv9q4DXaA TzlX3dNnMwSKrzEdbjNRxhsagcq0+fOa3aGGEl8IeF56dXZOgJLM4SM2E7zcpi9crw1w NMwzdMf4ujdMSBy3ujzi8Pow39PnfGK+ULEh2m6QSW5PNbW3rVi5CaeJAk28ywPziFbF VxSu7px8bk0TLzSsV3y41/Cg50sifC5+381tf5AjobHjZe7JAbAU1bK/c03NYdLEas+k +fPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688056206; x=1690648206; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ouR8Qku62Yw4jOhI5WBOLAJaduaXgY6rJmbLY9eRuHI=; b=FyC4x4h3wnuQFm7kjUakh0K3DfdpfrEOfDHH6w47k9Vl/5s6C/wnwrnTRMqiwIl2AF O4lhKr42BbP66jJ9PtFrmlREgRyTSGzu3fKrTRV/EU1C970Gzp4By49vCU/qu0H5YL9C viVX+y2z15sE5tgQIzfAPbBcvyaLdKiDwN6Bp8myhix1Np64pT7AGr2nRfhLTh41ZWTN gUkkYGg/ehSBT2HjFt4p2CJzxE1xm+kyd9trZZxWT6uqI0s3TVoK4ebhuw2r1UkrguZj HHCP7L/DstfD7eIvxCa7hu8Art+dQ1p+E/pGSnsAA6yJE3ilQ36J1xf7B2Soz8diZKDi 7HcQ== X-Gm-Message-State: AC+VfDzAiNfi02MLckvFE3mmBP4b1+o1kf02iFSPtbVWpRHais2ggXc5 rOrNzj8Wq1kWIr3NBcLUJ2P09g== X-Google-Smtp-Source: ACHHUZ7NCan+vGvxRXvbNK85eVmQRLBBa4KT2MwigW48ijQB4+ADLFvh9n854rBwo4qp8WRwgPhvCA== X-Received: by 2002:a17:902:6b4a:b0:1b7:e9e9:1004 with SMTP id g10-20020a1709026b4a00b001b7e9e91004mr9405890plt.30.1688056206237; Thu, 29 Jun 2023 09:30:06 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id 3-20020a170902c10300b0019aaab3f9d7sm9326455pli.113.2023.06.29.09.30.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Jun 2023 09:30:05 -0700 (PDT) Date: Thu, 29 Jun 2023 09:30:04 -0700 From: Stephen Hemminger To: Aaron Conole Cc: David Marchand , dev , Thomas Monjalon , "Burakov\, Anatoly" , Bruce Richardson Subject: Re: [dpdk-dev] [PATCH] test: make hugepage check more robust under Linux Message-ID: <20230629093004.029fce16@hermes.local> In-Reply-To: References: <20210317144409.288346-1-aconole@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Fri, 19 Mar 2021 10:34:02 -0400 Aaron Conole wrote: > > The check is evaluated first when configuring as normal user and not > > reevaluated when running the tests as root in Travis/GHA, so the tests > > are started with no hugepage. > > > > Then, in Travis and GHA, we can see (sigbus o_O) crashes in no-huge mode. > > I tried to reproduce but did not manage. > > I noticed that as well. I am equally as confused, but I'm working on > it (along with folding in Thomas' suggestions). Marking this patch as "Changes requested". Please resubmit if more work is needed.