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 C76C445ECB for ; Tue, 17 Dec 2024 19:11:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A1BFC406B6; Tue, 17 Dec 2024 19:11:14 +0100 (CET) Received: from mail-qk1-f227.google.com (mail-qk1-f227.google.com [209.85.222.227]) by mails.dpdk.org (Postfix) with ESMTP id B9BFD402B1 for ; Tue, 17 Dec 2024 19:11:13 +0100 (CET) Received: by mail-qk1-f227.google.com with SMTP id af79cd13be357-7b6e9586b82so425100485a.1 for ; Tue, 17 Dec 2024 10:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734459073; x=1735063873; 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=5vhKNnkbR64kEHfXPH0woOEFNw20ksUa3cWlcVwYo+I=; b=HXA8z1nbgswh/1s0c/pZnigaJEWuxJK4CW93CNnQdbezAvMEvkq9YqVwwrfcgUioP2 2NwI6tfCmCRawMJ3EsXITzzQCyc4Uy9uQKfbHZ6K8wJe2Qr2S1+2oOmLKh3vaFNeqT9I ELZvRRLlllzk1w76F1NmZFL0BWFx+QI2Yc5ZA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734459073; x=1735063873; 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=5vhKNnkbR64kEHfXPH0woOEFNw20ksUa3cWlcVwYo+I=; b=n/0GFrvRH7yiJcdfW46W+J74Url1DVpzAs+Pb/NV19QtXM1n58+MItHVbe1xm/BlHI 8vIqVq8/37kmw6nG8trl/BtCY1qAkpRhVksgmnuoEvs5QkwYtT0l/nIGwBpuOznfK7Jz Ha0rs9ET2DcnNloamAmhclzo/KTIyPynobI7hB2PBS7xdJPchms1MPXpT15xA8JgVAC5 z2CRkJDDCBM+PlrctT6Rn88ViWZOvCCphT8Ocq0GOmkEfTuZstb1vxxOMfJa3+L5qTZb NJqzjHCCuhK4N6u9FKkwzeJg0hihTwz7jP5t+KkbtDs0ANmkbOpgyjk+DpYLkzdZGkjA HGBw== X-Gm-Message-State: AOJu0YwT/CdY11proOpOaAPVYebplxgpKJIXS0WHsjAIKwxhn1ZLwcV6 OsE1PP/VonmnKkP+A+IWxQH+qCej2kp2bbDYRap8gqra3a9B/U5WrVswQMR2quzlHETq/sggES9 SJfnLYpOsTEdlWrPyhA5WWb0+gUFdmOQ6n0khGoos X-Gm-Gg: ASbGncv1SWwzLhK/w0cTA3uwGjroryH+oAlh/D6ZEDHtEc9il0CRDjlIU5tVS/GjWgo QZ6lPxurAPf/EH6AB+Cq7R8eBAzq53i0AIsXICkO7xBXnfCLMSYkdBGEuJK8jXJmtEbL8KU0D4D 99zmyx77OBEhu9LpVG9iyncOwvCK7kj0bWhHhIHPv/nQcnkCKpezu3DBkhMT6B+QlIFe/pKro2F s6X/l85NzYTjycQyukfHCDPsE0sVeXenJda03u/nrD1DnJIPUq18sEK6hd+7Vn8QW5urf6osSkr 6A== X-Google-Smtp-Source: AGHT+IEsykvbcPeH2XG39GStJ8enetcBP2DdJpFKAL/j0AA/KGLaJVcDRxyb56akUxVYF1b7DsI9pwHTxOuk X-Received: by 2002:a05:620a:2b9c:b0:7b6:d237:abf0 with SMTP id af79cd13be357-7b862565a4amr106476185a.22.1734459073060; Tue, 17 Dec 2024 10:11:13 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id af79cd13be357-7b7047b12e0sm6003485a.1.2024.12.17.10.11.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Dec 2024 10:11:13 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 17 Dec 2024 10:11:13 -0800 (PST) Message-ID: <6761bec1.050a0220.1d636d.2f52SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id BBBED6052471; Tue, 17 Dec 2024 13:11:12 -0500 (EST) Subject: |SUCCESS| pw149284 [PATCH] net/virtio: fix Rx checksum calculation From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241217153253.457646-1-maxime.coquelin@redhat.com> References: <20241217153253.457646-1-maxime.coquelin@redhat.com> 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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149284 _Testing PASS_ Submitter: Maxime Coquelin Date: Tuesday, December 17 2024 15:32:53 DPDK git baseline: Repo:dpdk Branch: master CommitID:510b460e02594a70d4ce19e2d29df3ade8af36d7 149284 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26624 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32153/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/