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 04842432D3 for ; Wed, 8 Nov 2023 10:13:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F3880402C2; Wed, 8 Nov 2023 10:13:24 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 8A8EB402C2 for ; Wed, 8 Nov 2023 10:13:23 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-7a6889f33b9so240456339f.0 for ; Wed, 08 Nov 2023 01:13:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1699434803; x=1700039603; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=OliwbbvDXdAakapa0WTCOyC3ojUbZ9J18vhTlrXi1Mg=; b=HH51HV3wSER+wsaAnbCAuFrQt/r/qYdf+hI2rUjhFu+VjqW9WKENIh3YVdaXQujy95 HPbMkycCHxLze3msXeIT9y2ysGkqPjkdxwgMYygMgI+lep9zIgU5vWwpFuc1nAGhjsej sFqb6pPdwzw0ZN7LBEOPeqR1hCTbTsvC7fO+M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699434803; x=1700039603; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OliwbbvDXdAakapa0WTCOyC3ojUbZ9J18vhTlrXi1Mg=; b=gjW1T/5Im2Zpf/8adcSaNIfkfOfWcArIMrKiyEurz2oU4CJvxBP6+r+uWOebC/AbMG hUR4KwpoMpdYRNfp/qRoqIbGpEaXY5gH6GhRJzCqJD3iviDpGLaTZd6dieccWdL291US dSFpkR974M6dGHa9/a1MwI+PVT0SKTbUAMoTzlf+UqyS4I9lO5ZGrLA3NsTBN8bVaGr7 CQH46UBQAnb1P2U3Heh19KLYAk5AMWulQ2Mj6hKX2h1PX3DWJUPCZlDsmqu4BtMyewVl yaKZH78kGDl2rMhiuckAhNGZoUgcFktmruYvPQjIuPGw7bfbvBMThirAyyBJKJLArDmV ZQJg== X-Gm-Message-State: AOJu0YwXDoTEKp2XZph/ZLulKxc+fn37fHuZR4tvwtVkXWtvr1kAQIS7 ZL13BqrtI1BLZs0uqJcQ+ZYipADUl6W/64w0rSgkzA6FfYT7SDwdtjwmMg== X-Google-Smtp-Source: AGHT+IFgcPLmbpEodq4sCrsNZJvrLTw/lSYJcyFKvVKMQBsHZPcnt97bTW3W1Db+d9wZbRN+XgkRwql2Qzrq X-Received: by 2002:a5d:8ac4:0:b0:7a9:6a65:e361 with SMTP id e4-20020a5d8ac4000000b007a96a65e361mr1267635iot.9.1699434802940; Wed, 08 Nov 2023 01:13:22 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id o21-20020a0566022e1500b007a2ad2f0ba0sm556329iow.21.2023.11.08.01.13.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Nov 2023 01:13:22 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Nov 2023 01:13:22 -0800 (PST) Message-ID: <654b5132.050a0220.cd784.d72cSMTPIN_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 7B332605C318; Wed, 8 Nov 2023 04:13:22 -0500 (EST) Subject: |SUCCESS| pw133969 [PATCH] [v2] ethdev: account for smaller MTU when From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/133969 _Testing PASS_ Submitter: Joshua Washington Date: Wednesday, November 08 2023 06:05:34 DPDK git baseline: Repo:dpdk Branch: master CommitID:2bbad8f974e00552d106c27e1d157a31179ab5ec 133969 --> testing pass Test environment and result as below: +--------------------------+--------------------+ | Environment | dpdk_meson_compile | +==========================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +--------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +--------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +--------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +--------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28282/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/