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 B821046016 for ; Wed, 8 Jan 2025 06:47:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 941BE40150; Wed, 8 Jan 2025 06:47:10 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 9F6494014F for ; Wed, 8 Jan 2025 06:47:09 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-844eb33827eso587656739f.2 for ; Tue, 07 Jan 2025 21:47:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736315229; x=1736920029; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=C94RLPR8NBtGP3DAyX4xG+2Nui1ji+Q8eo9M/XeWhdQ=; b=AyDVtnt2ZwID0z6CxzAm0KwgMsfJlpAEtg2Tt6mmkbPlQi3zLDrPizfdxWm6DfdFBm dRhlDmFw73Q1HWi4pkTHEmZM+qg7aVZezK1/6kUoGPSGJZyslVNG1oCwv6Vn3cUZRCpK MOaacDUPEgInMBBvvo0du7FkVPTUrXNwraR1Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736315229; x=1736920029; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=C94RLPR8NBtGP3DAyX4xG+2Nui1ji+Q8eo9M/XeWhdQ=; b=OwWmnfz5JhVbBIoNVahx9sskKfhtOiK3lW156XgfdLEY3XlMWMYZwoafZSEhziQeoj KxugPbcTTsMt7fuiv5M/nGi5/8Rv+mN0sGiSUd34VjGEynY+o5ocBofPiXiNkqOMxDVc 7N8k8fGOmAXPfAGe0FiOnFjDPN/7X89mw0lm6X7xmENw0pV+vXp3SZXA6DGOV5SZRJdE KSOIPvqusT7hmtZhigXbJE4rAZk9Nj/jx/cMTYtZUuctkDzIf7Y/7SsUkA9gAlgq3ZtE AxYlRS7qokere4auT7ciCzs+Oa0LD8Q5K4h2FjeuYGF1c+e1r7b0uQCDTSPeycjas8+Q dqrA== X-Gm-Message-State: AOJu0Yztg7ZTl8uol6TDbrfsnKxr65oC9tOTtYHo63dog9xhoiMJ8G5G vTxdWQoyhRDthI0wFingADAReDqBAQNJsbjhr7EtdJR3KeJBEBpAdRSPOgoFHy7dpMm87uBbG4D x8YHLRno8eyBctZajcE7CRnVwPbrDcsbKrxE5M/1o X-Gm-Gg: ASbGnctqGhuUP4VGVhPxpSH2gm+BDgCdXSfe4rBPB7MbVshGFRbbiMuC3z0E9uuAEg5 8lnSMEQZCXD/2ki7r38IpflKTZA5ZUFPuwESKQIqwL+BKOsfdqKUk+k9jhpvAEaJsAobfxi6hTC 3Kv2SsObnxtbfe/6WJVnK+hoXFWuqSeBDAB/r/HMTwY/BRvlzgpQiHHwoOmuxP+d09YynazwaRt ahPZBqZDhzWAomQoAToE5fPEiiOdcmcB0bVD9cA9CnoSFTm8eG5nzcsZvRVMqH4BIEQAUG2ZgBx HQ== X-Google-Smtp-Source: AGHT+IFiGqsO7r4QrHWXTqPv6giCgUlzzDY6Vt69nPFxzLOq7meBWEk+35cSQaoSrclYSVRqHbudEZ0pMqvp X-Received: by 2002:a05:6602:4010:b0:807:f0fb:1192 with SMTP id ca18e2360f4ac-84ce0048b10mr153063939f.1.1736315228887; Tue, 07 Jan 2025 21:47:08 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e68c217a3dsm2241116173.51.2025.01.07.21.47.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jan 2025 21:47:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 07 Jan 2025 21:47:08 -0800 (PST) Message-ID: <677e115c.050a0220.399a6d.0671SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 607A16052471; Wed, 8 Jan 2025 00:47:08 -0500 (EST) Subject: |SUCCESS| pw149252 [PATCH] net/sfc: avoid duplicate configuration re From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241216111141.1578426-1-andrew.rybchenko@oktetlabs.ru> References: <20241216111141.1578426-1-andrew.rybchenko@oktetlabs.ru> 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/149252 _Testing PASS_ Submitter: Andrew Rybchenko Date: Monday, December 16 2024 11:11:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:f1e0472368d4dbb1da33ae68b18ca21bc8a55259 149252 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#110382 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32148/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/