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 1DC2F42AD5 for ; Thu, 11 May 2023 14:43:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A8A840697; Thu, 11 May 2023 14:43:28 +0200 (CEST) Received: from mail-oa1-f99.google.com (mail-oa1-f99.google.com [209.85.160.99]) by mails.dpdk.org (Postfix) with ESMTP id C7D9240697 for ; Thu, 11 May 2023 14:43:27 +0200 (CEST) Received: by mail-oa1-f99.google.com with SMTP id 586e51a60fabf-195c61067beso5295864fac.1 for ; Thu, 11 May 2023 05:43:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1683809007; x=1686401007; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=PBwHhUaPNCobwtgL5cz/uzEzWlMHwc6ToF5gochd2fw=; b=IwOScJe44DRAGwKNRcG0Oa6knJXvF7kPDrIFw+UufrM2BOwEzAQmjCxr2xZ8DeK4AV Ad9LR2UGYlcz/LaQW5HZLkxK0tXotO0QhOkJscusmjNqyqgKlfcAse/WosjgicbDuqXL ep9cyu1oRtdxvhQwjhwQiHYFes3hRobQ+fnVE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683809007; x=1686401007; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PBwHhUaPNCobwtgL5cz/uzEzWlMHwc6ToF5gochd2fw=; b=Hr0WhSvnA4qEiwdbAt9kop++rQ1u1Y/fLt4oHuQCOp0j+DIZRhFv8rH+vmjt6Ng0Tt 7YRGvZxv/eExuRAg1rLvdumN7eYdtx3ffLeYk+LWRprXSIXfkdOVWizmc2rez24ekajE 4Y18MR51qnGk8F6gKb+DNspMO7jK1RgT+bgMPLr8pTml9952l+7Wai+bvUB31a+fyYpd JN9TgIi/VtyoGvJSHPJ4/P4+VO4lvci9JvIrep31XYlOJ7AYVr+nWvOwc0k0vAyBDIfR p8F4zNj3iMUxy9NCOIWum08W5abswPM38yWBT81k7TOoAfopHnY8OA2Os5kvy6XTtU7l npBQ== X-Gm-Message-State: AC+VfDzERelk0yL1bL+FBnwa1H5fLDu7C+bfsz6fajY0zMfX6cG6TiEs jF0n7Pnt09cQFA6xlcsE2gwgP/XJA7RaOdjqoKBLbr0z3ZBXJKe6iiwt+Q== X-Google-Smtp-Source: ACHHUZ6PokoXUd4r8JA591LyUtaNuukNE/Ns5yMgUrSyIpGm96VeWrrHgJROdAAzRMFhI8ddvwck/QhbdF9/ X-Received: by 2002:a05:6870:3492:b0:187:8a98:1098 with SMTP id n18-20020a056870349200b001878a981098mr10683017oah.9.1683809007039; Thu, 11 May 2023 05:43:27 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id p23-20020a056820045700b0054fb6bca8f9sm633483oou.0.2023.05.11.05.43.26 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 May 2023 05:43:27 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 11 May 2023 05:43:27 -0700 (PDT) Message-ID: <645ce2ef.050a0220.d753e.0ddcSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 89575605246B; Thu, 11 May 2023 08:43:26 -0400 (EDT) Subject: |SUCCESS| pw126815 [PATCH] [v2] eventdev: avoid non-burst shortcut for variable-size bursts 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-x86_64-unit-testing Test-Status: SUCCESS http://dpdk.org/patch/126815 _Testing PASS_ Submitter: Mattias Ronnblom Date: Thursday, May 11 2023 08:16:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:d03446724972d2a1bb645ce7f3e64f5ef0203d61 126815 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Windows Server 2019 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26206/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/