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 0E7D1A0C46; Wed, 9 Jun 2021 19:19:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 71E75410F0; Wed, 9 Jun 2021 19:19:56 +0200 (CEST) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by mails.dpdk.org (Postfix) with ESMTP id B0F304069B for ; Wed, 9 Jun 2021 19:19:55 +0200 (CEST) Received: by mail-oi1-f178.google.com with SMTP id u11so25819774oiv.1 for ; Wed, 09 Jun 2021 10:19:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3kh+m850J9e9kq2WvNMkvF0uyD+QQOfaYZi+Qf3nRsM=; b=QgpXE8V/ih3IGJqueJEuEu34ZKDhWkn/JidQftnvsTp5TzNqUa1BAHvhuP+RhIUEcr lRCZv7c+lfJGZa+q4POefAgGfxtrPuumCocY0MaIrgxoxnkPcUb3hkfvGhRpk08Q13Jz zHVuQp9jrwn2aqF91+bslmPWPm8vGwp7euzGA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3kh+m850J9e9kq2WvNMkvF0uyD+QQOfaYZi+Qf3nRsM=; b=ZntYMsKPG6awNZt01DERTbGJ3U6FctRvQd06CBPPbNoZePMzSHr0LwOGG73Q/78neB kZyDOJl6dPaECpGqmHzqbl4ucobEWTShwVsUI97KN5LO/GzgcJwPiCUmt9nMmS3iLIbP eKwRwk62Mtww3KMC4nYa23thbhprud981pWwQYi9wlIe2Cyr3yFcpNU1fEQaPEyukrDr 13bw68jmgzQTwbfsqsw1yvUpKpaUZv0vGWuzA2iiu6a68Eqv94msYYLUVjR5KmzVo2bT GkQSSyV1LENVLiNUUdHAKo1XoybqXr8KsPGx35z3rywQZQqbxFsxIErtPWEdmqQhF42Y bogw== X-Gm-Message-State: AOAM531n0Ho8CAC3NCTuJIC3w1tKMYvYaH5nBZ47SjGDCIwmgaeeAPFo VomXtEWPZQww4DfFuQwOT5/7zTvqM7IK6SwKy8skKQ== X-Google-Smtp-Source: ABdhPJzFhQuue+aql1ebe2/1KG68L1BK6J3nQaiX5aiKgDpPL5fkeWoguuADpx2gkIdzw6ZAA50X2Gu9cuhfBgnKUEM= X-Received: by 2002:aca:c046:: with SMTP id q67mr7336601oif.79.1623259194808; Wed, 09 Jun 2021 10:19:54 -0700 (PDT) MIME-Version: 1.0 References: <20210526214343.31352-1-dmitry.kozliuk@gmail.com> <20210527212421.24224-1-dmitry.kozliuk@gmail.com> <20210609185219.5eefdddd@sovereign> <20210609194851.5ff889b4@sovereign> In-Reply-To: <20210609194851.5ff889b4@sovereign> From: Owen Hilyard Date: Wed, 9 Jun 2021 13:19:19 -0400 Message-ID: To: Dmitry Kozlyuk Cc: Lincoln Lavoie , dev , Zhihong Peng , Neil Horman , ci@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [dpdk-ci] [PATCH v2] pmdinfogen: allow padding after NUL terminator 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 Sender: "dev" Hi Dmitry, Those failures are the result of a known issue with that machine. Those tests were disabled on that machine shortly after you submitted that patch. I've re-run the patch. Owen Hilyard On Wed, Jun 9, 2021 at 12:48 PM Dmitry Kozlyuk wrote: > 2021-06-09 12:01 (UTC-0400), Lincoln Lavoie: > > Hi Dmitry, > > > > If the failing test is the unit test func_reentrancy_autotest, that is > > being looked into , as it seems like the test case does not reliably run. > > It passes / fails between different systems running both on bare metal > and > > in virtual environments, on different OSes and architectures. > > > > Do you have a link to your patch in patchworks or the lab dashboard? > > Hi Lincoln, > > Yes, this is func_reentrancy_autotest failure. > Dashboard link: > https://lab.dpdk.org/results/dashboard/patchsets/17240/ > MTU and stats can hardly be affected by this patch. >