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 99AB642925 for ; Wed, 12 Apr 2023 10:50:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 957E74067B; Wed, 12 Apr 2023 10:50:40 +0200 (CEST) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id 408FD4067B for ; Wed, 12 Apr 2023 10:50:39 +0200 (CEST) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-54bfa5e698eso359829047b3.13 for ; Wed, 12 Apr 2023 01:50:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681289438; x=1683881438; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=NUNzAknG8kT0QdhJDsooqbrf077YrpzdbOGzEtD5SOw=; b=gi4iiG41oVyYiKWlZ8YpsTQKvUmGm2ZQGsShY+NxPcfYBsoHV0pwFFj9YJwZywxfVW 6MaKLPc44HqNC7dR9f7oFpU8DMm5NPHw8OMTxvZNr+i7c9HeqYk29cs9X0PA7Il8tfit Yi/XbPJ4Ml6rIL6ro6HjfRIE0oSEWOjLWobNM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681289438; x=1683881438; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=NUNzAknG8kT0QdhJDsooqbrf077YrpzdbOGzEtD5SOw=; b=q1YcXeKa0Akn65CqwvnpF/1ZihelDCL0Qspglbcskwjbh9w5BCjAN6r/NGh+fqm0mV 5qgnqfgJj0zW/Zh/rPDbKz/ZQRNDIO6e2azgoebQKFFhnLK5LWnLzJjmpvILO7eMyrf1 Mv9MUrX5asTA6d0lWnp/WFrljl0cNSqnqN+4GMpAEsEcol+u6ANUcKa3P9TG42mtNI8E Zts0ZREZFnLa31oAGK8vEIPHdeWM8DuFwQhpdHxoiGIMyhEraysnX0XNLy3vYh9r+B+c lUhq7p0v+woutLvhQhq6Qp7FP334mWMTzcvE3LuLIL5t8Vuq56iFD5H/BxfBwl4eR5H/ cV/g== X-Gm-Message-State: AAQBX9cBjR3PBTUeVo1DNwvvhrsXNydkL5y24UXTmSLWHvnXH8wGQei/ VqTgohvnygINaFl1f8e3Im3pTEAEoIaX3M6l5wL/ubo2t4UvvyKW2HvAMVR8MidOK5iMu4/LyQ= = X-Google-Smtp-Source: AKy350bO2ZnH1ekOecJjxfWUDD/+niairoZJ7LF1zjw3t/a2dHAmazuh71Wds/AGJ7JttxI6U5n4K7MPqB5+ X-Received: by 2002:a0d:cc8e:0:b0:54e:ffbc:7ac2 with SMTP id o136-20020a0dcc8e000000b0054effbc7ac2mr9816670ywd.45.1681289438659; Wed, 12 Apr 2023 01:50:38 -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 bx8-20020a05690c080800b005459f233f56sm1677967ywb.14.2023.04.12.01.50.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Apr 2023 01:50:38 -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 5A1B7605246B; Wed, 12 Apr 2023 04:50:38 -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 539DB60095; Wed, 12 Apr 2023 08:50:38 +0000 (UTC) Subject: |SUCCESS| pw125956 [PATCH] [v3] net: fix return type of IPv4 L4 packet checksum From: dpdklab@iol.unh.edu To: Test Report Cc: Elena Agostini , dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230412085038.539DB60095@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Wed, 12 Apr 2023 08:50:38 +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-unit-testing Test-Status: SUCCESS http://dpdk.org/patch/125956 _Testing PASS_ Submitter: Elena Agostini Date: Wednesday, April 12 2023 08:24:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:65487b12db83c9ef37526a983c43191cd44dae99 125956 --> testing pass Test environment and result as below: +-------------+------------------------------+---------------------------+ | Environment | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=============+==============================+===========================+ | Debian 11 | PASS | PASS | +-------------+------------------------------+---------------------------+ Debian 11 Kernel: Container Host Kernel Compiler: gcc 10.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/25964/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/