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 A1B4443217 for ; Fri, 27 Oct 2023 16:01:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C24D402B9; Fri, 27 Oct 2023 16:01:07 +0200 (CEST) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 4ABF5402B9 for ; Fri, 27 Oct 2023 16:01:06 +0200 (CEST) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-d857c8a1d50so1400478276.3 for ; Fri, 27 Oct 2023 07:01:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1698415265; x=1699020065; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=F3iIUfOvTqkPBaDtws8ZExTITb+MOSlLl0gGvXOWT60=; b=jA3WEoUOU+fMh8U+rHAAntocH84LYwkmTP8dZiy6RJJUi8nBQu9+Jy2E8pyRI5A3Og Uz78dUSa9YK5IDQF4avXGhD3GNQqf2UBiktJl2fFMgzbiJmZnujxSoj5LnH+DZAAAile /lllkYNoklqPuYM/BsvQX4lJSnXMwExxV6Owg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698415265; x=1699020065; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=F3iIUfOvTqkPBaDtws8ZExTITb+MOSlLl0gGvXOWT60=; b=a5TD+Y8CfHk2ZE3kaI/Nt0P1t/pFTQsB/G2FF5RdG9rmHZHFkqj6WqmTuR0UMVv4GZ DLr1sSg2SVf6F29+/7J97GmVZj+8yACnSn9jzozZTwXnAbju2H6ppNCxv2dk0YRRcwj8 BNPg+gmof5bg4yPxilb2VfIp4Rd5WdobawaPUZqMIIy0DJbIkfjNOT2q+594hFFlVu90 iVuLRuNNeYLRh0+Ge2Q3vk/HRS5PZP36HH8y8vi8XYjqBWjYJejBbHfAZcF7oZwzG1pc 0yLtGqtt2o2VAz6dS66NQZRiobcTLV8HIPan8lUUDyZO2x1zSNtDhUFb24gQ8RAW3hz/ N1vA== X-Gm-Message-State: AOJu0YxpfEskUPTz3MNg4yhh11DZ5rGDTusw0FiWsDbMlq3U+Zxx5yam Sb2nx40pHnman3qxb2cc5h3mAoqhxVgvESjx6FqFJjjy3b8BSJ1ySHXjjg== X-Google-Smtp-Source: AGHT+IFynkxrtcZrL3fnNywun5V4AKAF/AcJ5fDyJKFCRpZHXsIo+XZ88RjFsDVi40mBM3azt9qxBh0HwTFL X-Received: by 2002:a25:cf51:0:b0:d9a:f7dc:d8c3 with SMTP id f78-20020a25cf51000000b00d9af7dcd8c3mr2523524ybg.15.1698415265477; Fri, 27 Oct 2023 07:01:05 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e199-20020a25d3d0000000b00d9ab5a907cbsm295271ybf.28.2023.10.27.07.01.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Oct 2023 07:01:05 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 27 Oct 2023 07:01:05 -0700 (PDT) Message-ID: <653bc2a1.250a0220.fc23.54f0SMTPIN_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 23DD36051827; Fri, 27 Oct 2023 10:01:05 -0400 (EDT) Subject: |SUCCESS| pw133482 [PATCH] ethdev: fix flow API support for P4-progr From: dpdklab@iol.unh.edu To: Test Report Cc: Wenjing Qiao 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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/133482 _Testing PASS_ Submitter: Wenjing Qiao Date: Friday, October 27 2023 09:17:43 DPDK git baseline: Repo:dpdk Branch: master CommitID:656dfad43136ef43f4315ab6ed45b78b68c287a7 133482 --> testing pass Test environment and result as below: +-----------------+----------------+ | Environment | dpdk_unit_test | +=================+================+ | CentOS Stream 8 | PASS | +-----------------+----------------+ | CentOS Stream 9 | PASS | +-----------------+----------------+ | Debian Buster | PASS | +-----------------+----------------+ | Debian Bullseye | PASS | +-----------------+----------------+ CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 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 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/28110/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/