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 3DDFB42C9E for ; Tue, 13 Jun 2023 03:33:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2289A40C35; Tue, 13 Jun 2023 03:33:11 +0200 (CEST) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id AD0B640C35 for ; Tue, 13 Jun 2023 03:33:09 +0200 (CEST) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-33d37cc9d12so22510395ab.2 for ; Mon, 12 Jun 2023 18:33:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1686619989; x=1689211989; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=iFMcMgXWWP4UOV6M6UhAuBVw3CKza17YRBgEZe6dtOI=; b=X33KQXeYMZChCz+kwX+nbChjmtUwSYTj1MB1C0aBkfZJvXNda2xl9lrNEGsj5ePWad xnx13wdcbjXPRZ29zqSzWW91hnOhtESyKnEkU1VrvMPYq6NILWzD/uD6qmdSiyBeOHCH l6wGGFqZccw09K2doQEf400zUXAk2mgwTLYrM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686619989; x=1689211989; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iFMcMgXWWP4UOV6M6UhAuBVw3CKza17YRBgEZe6dtOI=; b=gLcEMbZjGmtlCbs5U31R/BjgO+m2Khha+pOncdN/ftnY5zct4sExDbDRNoVDTIVRD/ XAaspvjY3pXlDqudy+ziqngY6zaWD13oFtoJxjoIqGHf93PvwjPSjKySpDlNQpex9fra SqWiMHwUpB/QuKS2dxD4/p+9qng5uIcussguOQAcT48WU7fVmQ0+e2h5iDs6z9yO+wDf kj7Nkd2HAe9DdWXSXHeKBIs6zhU/8StGDtqOfbPuw/N3YqboKUeKArRcQqDo0X/xr5TO zb5ioMo/Tmg1YmCFmW8PwEN7YG9KA+gKfk6ZtFtNKol02G14gP056+so7ZseVdxgecQF hEow== X-Gm-Message-State: AC+VfDw2VA929NiyeTMM2Fn4790kgUqsFDAL5p3mWJqZHOSNzIJhGrGx DS5T2VBZvhMW/ufBasvbN/jYpBkPTcY9OsbdwyFYJhygnTiUIL/hHsRhmA== X-Google-Smtp-Source: ACHHUZ5ny8L5h7nRyWQLuVqhH68ObOyBwFb5wWl8HQc0HoQP9Ivcy9G1KdzTvcd8FZPyWbCAMiN60RNyokIf X-Received: by 2002:a92:d6cf:0:b0:331:a0d2:7fc with SMTP id z15-20020a92d6cf000000b00331a0d207fcmr8842947ilp.29.1686619988991; Mon, 12 Jun 2023 18:33:08 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id m16-20020a056638225000b0040631e8bf84sm751045jas.9.2023.06.12.18.33.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Jun 2023 18:33:08 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 12 Jun 2023 18:33:08 -0700 (PDT) Message-ID: <6487c754.050a0220.ddeaa.c03fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 7E1B5605246B; Mon, 12 Jun 2023 21:33:08 -0400 (EDT) Subject: |SUCCESS| pw128524 [PATCH] app: do not call printf in signal handler From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/128524 _Testing PASS_ Submitter: Stephen Hemminger Date: Tuesday, June 13 2023 00:11:50 DPDK git baseline: Repo:dpdk Branch: master CommitID:b6c419dde10e9f5dec7a02098c48060a7493420c 128524 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | CentOS Stream 9 | PASS | +-----------------+----------+ | Fedora 37 | PASS | +-----------------+----------+ | RHEL8 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26641/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/