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 2501646056 for ; Sun, 12 Jan 2025 09:42:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F0D1340265; Sun, 12 Jan 2025 09:42:01 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id A07524025D for ; Sun, 12 Jan 2025 09:42:00 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e39f43344c5so4721022276.1 for ; Sun, 12 Jan 2025 00:42:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736671320; x=1737276120; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=QI0E3USOMQkRFHFibZKA7OkZJQjPDiYYwEWCtBj5L2M=; b=QpSVLtqfnOHynRQFXczhaR0iz+UZQWCns9zqETwqC9kHIg8IWSog3CgHxwLxvfNFpu DVMu5dsJ2HLbE4a/l8vMvYiMSXh2OxkQCxWgXGN4AzDDp0OAZkLu257+PEJ+oNzVPHg+ PL0vIr0MV5c/7mSrvTDUmOCJryfMsI2J3asa4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736671320; x=1737276120; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=QI0E3USOMQkRFHFibZKA7OkZJQjPDiYYwEWCtBj5L2M=; b=DBG57gbdHx8Fuxl1o21YIkRvCNTYZ/AoneXVhAoJMd6yArY9cwbX1+ZSsvLCvxAmCT MK85LDnZeisxMMfl86g5qsPbrWds4TpnjZ4FWz/4R7DKfl4HaC8xT9z8dBbONeokHlcq 81sp5kc21zsLYrlca3zseDMFPoQYIOaL7tDU4TLii1z3yPHa5BzeyTqNVBaJdn0JgW6R RhaDpbLf8S7oggwXDqcJEUWB9bfLnAGVE++rhPNq3Wy7UQN6n0cf7NpGeZBuwkzoAZt4 ebBQkf2LBL/4HQtHlzILsSSyfDDQ84kYPXPLUFAQj9ytahSp/l2f8QJbonXUqG6rV6QC gY1A== X-Gm-Message-State: AOJu0YwMUFw2K4DNNLpTcQ310Ds81lGK+HCJtP13xZO6oJQAHv9YZnm6 xcfQMZPfWQUfJYuEfxKB/63u2reAZhGdsCdTbOWYtGvM/q+gBwlEkjDhIzxSVZTi/XgMoqflwcL 3tDYvsPAU1RwNfzRyoGWjF/LcGD+4AcFlMIbSFh2a X-Gm-Gg: ASbGncs0WRkhGcpmxygppNuDyVgA71ddlYS9o/k61E/zqo0kMHFs+ZX2uLmdjWPW1Pg QXZucP6c1u1mcAlV7ogpHuYobTsgjMqJs/N1Ge6uR5bVz2d6yT4rlAunpuL86/fzQomMKzVto09 0A+0yhVXn9KITMDu1uImcgR2TRd4i6NouCAUgxuzAOsKC04aNPD5wPqZutNC4CBwSS5eR+6bnlY grpAEKS4RSrPw/774hQAjiIcyZpqTDTaBI7R8d3haQBj5m/LUZRxGT3hly53PIUrItkCePWSh3t +Q== X-Google-Smtp-Source: AGHT+IGA19+kOFDMSaIUqV6qUVES7eMeyzOhFn8Ex5RY7ZxJUWP1RKLPid0q3sEzgw0WLCS756VPSdl/U0ON X-Received: by 2002:a05:690c:e1c:b0:6ef:4cb2:8b4c with SMTP id 00721157ae682-6f5312371demr120523487b3.23.1736671319910; Sun, 12 Jan 2025 00:41:59 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546c35cdbsm5650277b3.1.2025.01.12.00.41.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jan 2025 00:41:59 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 12 Jan 2025 00:41:59 -0800 (PST) Message-ID: <67838057.0d0a0220.17be65.7759SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 86EFC6052471; Sun, 12 Jan 2025 03:41:59 -0500 (EST) Subject: |PENDING| pw149897 [PATCH] examples/flow_filtering: fix destination From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250112075200.5020-1-shperetz@nvidia.com> References: <20250112075200.5020-1-shperetz@nvidia.com> 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-amd64-testing Test-Status: PENDING http://dpdk.org/patch/149897 _Testing pending_ Submitter: Shani Peretz Date: Sunday, January 12 2025 07:52:00 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149897 --> testing pending Upstream job id: Generic-VM-DPDK-Compile-Meson#32535 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_win_llvm_compile | dpdk_msvc_compile | +=====================+====================+==================+===================+=======================+===================+ | Debian Bullseye | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 41 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 41 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | openSUSE Leap 15 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | FreeBSD 14.2 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PEND | PEND | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 14.2.0) 14.2.0 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.2 Kernel: 14.2-RELEASE Compiler: clang 18.1.6 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32297/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/