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 442694297C for ; Tue, 18 Apr 2023 12:06:26 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 28B5540698; Tue, 18 Apr 2023 12:06:26 +0200 (CEST) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id 179EF40698 for ; Tue, 18 Apr 2023 12:06:25 +0200 (CEST) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-51f3289d306so433026a12.3 for ; Tue, 18 Apr 2023 03:06:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1681812384; x=1684404384; h=date:message-id:cc:to:from:subject:from:to:cc:subject:date :message-id:reply-to; bh=T0Z4gvPgTsmjuERIVH0jSBm2nrO97/U5UwSMSZq3f60=; b=Pd1UeEgImqHGiYR2O1zakYcJH+N6Z/YDFBflTfv1+0bkxu2B8sjUefkSdrvCgm+mVX 7d0ggeP4XXIX2P6duEAG8Gs8HemHLFTUjyPIHUp3awVtrcg39PjInyfTElsI1GGkqxnp jraM2tKlj6OIR2P+zQFWVBvOcqjZqf+8Uqrc8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681812384; x=1684404384; h=date:message-id:cc:to:from:subject:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=T0Z4gvPgTsmjuERIVH0jSBm2nrO97/U5UwSMSZq3f60=; b=iQfYqs2yRb2iLYM/HlGEyI/UWZXG1xdyrtXNanmpkTcwfYjnrmGm7He5shsFl3g8hN 5+6klXIMYCaDt7rC70lOiYyeMvUGjj2Xl1tuhDGLpGAFOxA9C40/zvAgmOfe9rMIMBXT UUvnYt/a6W4JoBX4KwysVk6Lmhsf08vq2TyTW9Uh/vDfkpkhbq/dS3YuNOCbSckmd6Ip IzlWW5/VjbsAZIuL6WAJ1+y996a6S7Y2WH/ADy4cT6L8vWwet3XISSKsuAt06lJClhRP YXU3kpXSXn4tXzwdFhYrsOqQ4s/zVKCuGQ3VydwSaIPUCqWvATBVSUlPNnQWGs5yg8d8 s7gg== X-Gm-Message-State: AAQBX9fdyDUBEe6VZb+sXP5Lq+4Rd+O2r7NEk21y5u8Sqs9eloe5AcWL Lvefurx6X+MCAzvWDf07gzkFHRPXCvFts5AZC76Hb/sUx808fEcRICYQmduyLMAin8/h5u5nNQ= = X-Google-Smtp-Source: AKy350ZQAhdBSvEORCkv/WfAWLzGpyWekwnbbZ+RXjXxM7EcZGYwyVi3p03LUEpd/LGcJ9DDysIMciXp+LPw X-Received: by 2002:a17:902:76cc:b0:1a6:4fbd:d5bf with SMTP id j12-20020a17090276cc00b001a64fbdd5bfmr1447224plt.8.1681812384147; Tue, 18 Apr 2023 03:06:24 -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 5-20020a170902ee4500b0019ea9e5814dsm3649065plo.46.2023.04.18.03.06.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Apr 2023 03:06:24 -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 6AD1E605246B; Tue, 18 Apr 2023 06:06:23 -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 347D860095; Tue, 18 Apr 2023 10:06:23 +0000 (UTC) Subject: |SUCCESS| pw126211-126212 [PATCH] [2/2] net/iavf: add Rx AVX2 offload path From: dpdklab@iol.unh.edu To: Test Report Cc: Wenzhuo Lu , David Marchand , Thomas Monjalon Content-Type: text/plain Message-Id: <20230418100623.347D860095@dpdk-ubuntu.dpdklab.iol.unh.edu> Date: Tue, 18 Apr 2023 10:06:23 +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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/126212 _Testing PASS_ Submitter: Wenzhuo Lu Date: Tuesday, April 18 2023 05:11:06 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd 126211-126212 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | Ubuntu 22.04 | PASS | +-----------------+----------+ | CentOS Stream 9 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ Ubuntu 22.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.0 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 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) 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/26024/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/