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 5C37C43202 for ; Thu, 26 Oct 2023 05:41:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 208D642686; Thu, 26 Oct 2023 05:41:10 +0200 (CEST) Received: from mail-yw1-f226.google.com (mail-yw1-f226.google.com [209.85.128.226]) by mails.dpdk.org (Postfix) with ESMTP id EC68D4029A for ; Thu, 26 Oct 2023 05:40:52 +0200 (CEST) Received: by mail-yw1-f226.google.com with SMTP id 00721157ae682-5a7d532da4bso3318347b3.2 for ; Wed, 25 Oct 2023 20:40:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1698291652; x=1698896452; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=J4bLOBwFwnJPkkrXICYICK5GYssbMcyxFFNg54+7gNM=; b=WnDlz3Ll3TdBTLyr8Um6btkvAoSvBSHFAzRS4BoHnUkT+k2sbMLzo1eBZsPmpQvVTt o7NKj55aJV02fwNVINkxIHE4T6KPlSjf7odR/jdBk7NUTUIWWGZ1Bwuz573tNPjZ4fpB CeMgezDJ6YY5WfnHrFcskLwvY5W/N8DeqIDqc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698291652; x=1698896452; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=J4bLOBwFwnJPkkrXICYICK5GYssbMcyxFFNg54+7gNM=; b=bkCm7ytCH6D5tCPnA12i+k6+DWxxyu4Vq8pFZ0B6jPQfziICHf9SXPmuhMDC+B22Gn VJUi3qnBqMqxecoHIzqDrKFdKoMPrqp6/i1OPq3/X0laJfJ36xqHKI1MH666YYjK5Fb4 1JgUex1D26EKdDXHlzldmONkS48Myif+l+XapnDgG85If7FI7idDxsywQ0/OiOZblxii /bx+zvM8o5qcY0dNVQNi9sVu6lR+YM+UNJSgW+aZyAnsk0R6hQI5kwMfvx8V9gtGYmix 2sEapApMdDhibQgU24aSQvYPrp4sVnV7Y6x5jkNNkz+CJRvaw22BygKWNYcQtchASeGG FSCg== X-Gm-Message-State: AOJu0Yzsyk9xYT3qUVmRBG6BBoiJoZFm+MzCjxKbgNW6xnQj2vIA/0Yk hDNX/evtEvx7+ZZhjKXN6Wam6Isnrd5t278dt6n+VIRdrGg3/gig07zUT/HkpDhLI+xj2gHzfQ= = X-Google-Smtp-Source: AGHT+IEwpUbUB+FvrazY9F2Bmlmfnu5vnQv1/UgKklp+dknorwHrby4+hhCV43fibK1sv4AncmT+g1r7EH8I X-Received: by 2002:a81:48c9:0:b0:5a7:dda8:f291 with SMTP id v192-20020a8148c9000000b005a7dda8f291mr18887464ywa.33.1698291652362; Wed, 25 Oct 2023 20:40:52 -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 d19-20020a81d353000000b005862733891esm1062227ywl.73.2023.10.25.20.40.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Oct 2023 20:40:52 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 25 Oct 2023 20:40:52 -0700 (PDT) Message-ID: <6539dfc4.810a0220.decbd.ef10SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 12372602A042; Wed, 25 Oct 2023 23:40:52 -0400 (EDT) Subject: |SUCCESS| pw133315 [PATCH] net/mlx5/hws: remove csum check from L3 o From: dpdklab@iol.unh.edu To: Test Report Cc: Alexander Kozyrev 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/133315 _Testing PASS_ Submitter: Alexander Kozyrev Date: Wednesday, October 25 2023 20:39:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:2a0557d1ea21c3f63a212385348c97c414970e81 133315 --> testing pass Test environment and result as below: +-----------------+----------------+ | Environment | dpdk_unit_test | +=================+================+ | CentOS Stream 8 | PASS | +-----------------+----------------+ | CentOS Stream 9 | PASS | +-----------------+----------------+ | Debian Buster | PASS | +-----------------+----------------+ | Debian Bullseye | PASS | +-----------------+----------------+ CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 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/28074/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/