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 5ECF942BE4 for ; Tue, 30 May 2023 18:46:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C72E410DD; Tue, 30 May 2023 18:46:00 +0200 (CEST) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id 1BB18410DD for ; Tue, 30 May 2023 18:45:59 +0200 (CEST) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-5573bb4bed8so1317205eaf.0 for ; Tue, 30 May 2023 09:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1685465158; x=1688057158; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=rDYr1yXpIBMNLsF0099LqbfY2niP60cY04bsQ5Z8KXs=; b=ZGuJaodQ0EzoW2C7bnKKAv3GIO2nK/ujI5P2OwbCQPwU80WdexdBh118kj6oqEqeRL BZc2WBIRNlNAJWo+D6I7z1yRCeW0hkfT7pzP/Zps65IfVdNwJKm+tVZuwMRZaFM5aRMT NDDkntug2m+6BKUC9uvbinQrOBp2Ov/9pczAU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685465158; x=1688057158; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rDYr1yXpIBMNLsF0099LqbfY2niP60cY04bsQ5Z8KXs=; b=TafThICppgv1QQvTmqQpvaWdkzCiWTuiNOiezspHoxegp6iw+1yYcfifqAonetk59Q CmTdr1VbsL72f+GtffnyQlPYmmGj7kNDB0k8Ku38kNWxTFHLYjC4pkV+oJxhfLqc7T69 yLWoCNDiQRD9hBCyJKRNfHOKKHaVMAQ0c1wajKIQUuXX30AWSrzLaf+ndOeDe79qFvHG o3MEg9qvYJnMce7UaChZMXL6RRFyBU+TYaX+7WYq/8kX/ZNQAbxsx4mHyvUhii3ISa32 7vJWKrbgalXc5mc2D7rAeib0K2LcKzb1tbk9+1nCCGJVuO5iJ7H74X+6hPfda2IeHbSD 1C1w== X-Gm-Message-State: AC+VfDwqIe+IIB7VN1mpQCQO47if2ThXDiqqICYf/30dIq8aSmL0rcuW Cfi0NT4OdWfP8MRQNoGacA0UxXRDyl9EyzdyUmGoRec+8Qi7CofPcEyxYuaVBIDdVEcL2kP/iw= = X-Google-Smtp-Source: ACHHUZ7ykMLBxRPGeapOzTfhWS1OQoIgJ7T92w+WHBtXkT/37fMErAebLczWKvTsAnf+Itrr3Nc/WtYO8aKB X-Received: by 2002:a05:6871:6ba6:b0:19f:6fae:d5fc with SMTP id zh38-20020a0568716ba600b0019f6faed5fcmr1343373oab.33.1685465158441; Tue, 30 May 2023 09:45:58 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id b2-20020a056871030200b0019a1331387asm712084oag.36.2023.05.30.09.45.58 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 May 2023 09:45:58 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 30 May 2023 09:45:58 -0700 (PDT) Message-ID: <64762846.050a0220.b87f7.f092SMTPIN_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 ECB72605246B; Tue, 30 May 2023 12:45:57 -0400 (EDT) Subject: |SUCCESS| pw127728 [PATCH] [1/1] net/mlx5: fix device removal event From: dpdklab@iol.unh.edu To: Test Report Cc: Viacheslav Ovsiienko 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/127728 _Testing PASS_ Submitter: Viacheslav Ovsiienko Date: Tuesday, May 30 2023 15:13:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:c9df59bcc9bec67783de98486879594e52bdc418 127728 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | Debian Buster | PASS | +-----------------+----------+ | Fedora 38 | PASS | +-----------------+----------+ | CentOS Stream 9 | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 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) CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26453/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/