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 F0976428E1 for ; Fri, 7 Apr 2023 07:37:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EC4FC40041; Fri, 7 Apr 2023 07:37:22 +0200 (CEST) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 2C1DA40041 for ; Fri, 7 Apr 2023 07:37:22 +0200 (CEST) Received: by mail-pl1-f228.google.com with SMTP id kx12so377623plb.12 for ; Thu, 06 Apr 2023 22:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1680845841; x=1683437841; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=x8xAEUzNqHeUb5Hws6rc9nUpS79jsWjts9Qhr7p1m64=; b=MA54LtULiMgfhp+CnipPIS0DD7nPAvTK2HIRTCqSgOSfBUvI1EqsXyj/7k1Y1NhFPg 3q5lqibtW+1po9c5rX+Xr9DA+noDt65j7NJiTxDfaAcEuR5wEckqMXfEBu2I1nKr0+O0 U/Vh5Cjda/9BTduU00lcDXYuMJ3rH6bYs0gWA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680845841; x=1683437841; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=x8xAEUzNqHeUb5Hws6rc9nUpS79jsWjts9Qhr7p1m64=; b=0aoI0P9OWKfQQA/bFd/pmk+RaZz/9bNLXPspg0XLEpzBxb/g4RUfKbDMAqGG7kyWfr ipQo+SvXm1xYWLi2xQsMM2keaRniME9m3/bSQpekreQr30IGwbc1SYiQPfh31tap2xZq Lk4VJmtLi0V/xhmEo2+soFva2CqmLO8XpxLOqSXTuFxRcu79Zvm2rTAyFuxgwSddOBmz MPnbnT8n3x7l7G7aJ9U5uMUmuGmZh3/B7wIUOGPLN0/gM0Xfbn9l5Ccb4TTp9lTrn+7a XD/Ijl4MEJAbEIjQX3GGwzb5CD37+nqvYP9ppi5egCpfXdTbz5Q/SL0oYoKpShi+15oj Ehxg== X-Gm-Message-State: AAQBX9ftLilS2V2R5rkK0gnfHTv9wmE+0YSfG7VPfVQASblSQCqM4bUT Ch1ickLMrOjg9f6+sk/qChCGaXLEpwCdspbyY/JEQOgrnE21vBauBfTLgGGz6+tD7zp1yV4PYA= = X-Google-Smtp-Source: AKy350ZoP1yqf0vbTp0CY7NJZZR7HgBg93bbw0YcCfCzgfTYbI1D9V4Wr6P3jHrUdi25S4MSILB8R+nXvI0G X-Received: by 2002:a05:6a20:cd42:b0:da:2d16:db8c with SMTP id hn2-20020a056a20cd4200b000da2d16db8cmr756772pzb.35.1680845841370; Thu, 06 Apr 2023 22:37:21 -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 z5-20020a056a00240500b0062ac50b1a95sm237862pfh.7.2023.04.06.22.37.21 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Apr 2023 22:37:21 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from dpdk-ubuntu.dpdklab.iol.unh.edu (unknown [172.18.0.210]) by postal.iol.unh.edu (Postfix) with ESMTP id D9A9E605246B; Fri, 7 Apr 2023 01:37:20 -0400 (EDT) Received: from dpdk-ubuntu-2.dpdklab.iol.unh.edu (localhost [IPv6:::1]) by dpdk-ubuntu.dpdklab.iol.unh.edu (Postfix) with ESMTP id CC48B60095; Fri, 7 Apr 2023 05:37:20 +0000 (UTC) Subject: |SUCCESS| pw125848 [PATCH] [v2] net: fix return type of IPv6 L4 packet checksum From: dpdklab@iol.unh.edu To: Test Report Cc: dpdklab@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230407053720.CC48B60095@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Fri, 7 Apr 2023 05:37:20 +0000 (UTC) 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-aarch64-compile-testing Test-Status: SUCCESS http://dpdk.org/patch/125848 _Testing PASS_ Submitter: Elena Agostini Date: Thursday, April 06 2023 09:49:44 DPDK git baseline: Repo:dpdk Branch: master CommitID:65487b12db83c9ef37526a983c43191cd44dae99 125848 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM GCC Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Native | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM GCC Native Kernel: 5.4.0-53-generic Compiler: gcc 9.3 Ubuntu 20.04 ARM Clang Native Kernel: 5.4.0-53-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25936/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/