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 8F84442A99 for ; Mon, 8 May 2023 19:08:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C3B140685; Mon, 8 May 2023 19:08:54 +0200 (CEST) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 8559E40685 for ; Mon, 8 May 2023 19:08:53 +0200 (CEST) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-7666121cf5dso103908539f.0 for ; Mon, 08 May 2023 10:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1683565733; x=1686157733; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=ASVK31W3l1mU/5rdh2w2Wf/F6+WjUqGp3UZi5OLTfTI=; b=Ioqyhhcd3YD7+QvY13x7jnQIzsHsjGXTxp1oHCeQBBFLAOetqHyL2mlIC14x1sDjQ1 NsvX0bqQUcShxyOxzUemKD6rmlCdiHKD6BCAdFrz7O5iH9bN0h3zJAX49xbbXGqy3iKI QsjTgbucO7wDR4pJIP72UR5/NytC1el5gnC74= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683565733; x=1686157733; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ASVK31W3l1mU/5rdh2w2Wf/F6+WjUqGp3UZi5OLTfTI=; b=HWKqNLvB9yRi9ObHLAFqKod6wA+2MFGzT9N+99Xe0np3RIab1YXUJI/MWBkrvYZPG1 8N0MoGtA7L/LZCz9lOspEOLrWoJSm8MK+4FnUiJEMoNjHjk615jgA7j34btqjik8keXK AU/D33uQjC/rERP6jhwaokvCOoARttnzo+XPvJj/95AKayRlp1YlxNtg4O59h1ONm18U XwIaSCLrj0w1WV+jfsSsI14zJkPexDTAXMP4DRnimojSUE767VbJz0rqnReF0RR9KQK/ HTPbE5mImhYLphtEd92nX09Az92fcTo1vokYpf27XPwxRwxDg4EnsqD6JqzKHxVJm48d 7//g== X-Gm-Message-State: AC+VfDyFZCzNoUIj0BWH5mryoFNPGdGh277l2Bo9kdL81riaFGAbKyUO khJPJt089E5hs6cFt47AUyyBVTdBk5hEX6CdbKNeirT3TeXgXSG0T0KaWw== X-Google-Smtp-Source: ACHHUZ7zcDiiXNTLNgwOlPDeWyBv8UHaeWLKm4UIXlyi9A0faqm4mYEeUP8FirZHCAd9XiF8mI7XkRm1JOen X-Received: by 2002:a5e:8b06:0:b0:763:b459:a702 with SMTP id g6-20020a5e8b06000000b00763b459a702mr7401315iok.15.1683565732944; Mon, 08 May 2023 10:08:52 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id r7-20020a056602234700b0076353f5c5a0sm23879iot.6.2023.05.08.10.08.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 08 May 2023 10:08:52 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 08 May 2023 10:08:52 -0700 (PDT) Message-ID: <64592ca4.050a0220.5ee93.19cdSMTPIN_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 7B366605246B; Mon, 8 May 2023 13:08:52 -0400 (EDT) Subject: |SUCCESS| pw126768 [PATCH] [v2] ethdev: add Tx queue flow matching item From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, David Marchand , Thomas Monjalon 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/126768 _Testing PASS_ Submitter: Kiran Kumar Kokkilagadda Date: Monday, May 08 2023 13:49:34 DPDK git baseline: Repo:dpdk Branch: master CommitID:d03446724972d2a1bb645ce7f3e64f5ef0203d61 126768 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | Debian Bullseye | PASS | +-----------------+----------+ | CentOS Stream 9 | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Ubuntu 22.04 | PASS | +-----------------+----------+ Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 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) CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Ubuntu 22.04 Kernel: Container Host Kernel Compiler: gcc 12.2.1-2 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26191/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/