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 593FA45E11 for ; Sun, 8 Dec 2024 04:19:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30153402BB; Sun, 8 Dec 2024 04:19:14 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id C2FB4402B2 for ; Sun, 8 Dec 2024 04:19:13 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-84197b4e61aso237103639f.3 for ; Sat, 07 Dec 2024 19:19:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733627953; x=1734232753; 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=m/+jQrZBRRwajApZQDLk3DyFft4JdcQZ/gw04bYShXc=; b=f+0f1BqbtIxTty34/6eO41c7PyfWsbJ4aDAC/pPDNegA1SobieMbs/iyh2n5rSIho9 nKFvE46W1BTG8uzU3ezXZY8pqZjS41JeuaRSZiGgTWF8L8u7LqNeIcdlp2z4iOn9ys0+ numUC8yQmM7A2QBDcfpcs+YSdKSzQc3DDLVYk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733627953; x=1734232753; 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=m/+jQrZBRRwajApZQDLk3DyFft4JdcQZ/gw04bYShXc=; b=hsKLl8NN9qHGIJMbFv35Kq626rXzL8dkEMTHlFbQMImPgHLAwdqIDeg4atINw5TM8j 45ORJrSGobhTqW+4HQHjO9u8bTYenOgUKECEIsRGcE6iAOp6zaxV/hO4tqJpbXVWdPl6 nXw6HKUinj9051WZzxFPCl1mbZIQkTHu6aBYzL3n7fKyP5VoE0whX3VG21zR3pXVpa7i 4laG83fL2qwLjbXDNevPz4zIXsRBFNdoTSSWIQLiVLWLFSPRZe4CNXSmwDLmlE6cWOgs Huz4tsMmOGZCup+XOFk7rs9oAdq0jSEVf2XwortyA0A8TcHh6bAc3UAE2l8oPpuqZjDd BI6g== X-Gm-Message-State: AOJu0YyFIDjqL1r/Iw8QWqUpnRF3f4/x7g/+Ea2IST1cILdJOWsS2pxA ZlX7oIgItdF92cEssPNgWb96FZN01lWanEjvc9Kp7xL/lvIWDYyxgUGQ+V1LvCvlnIECJpl3IGI JDf6Y7DyMtAh+JvrBg6G8EECBrUnuHDKBhoGOoVy3 X-Gm-Gg: ASbGncsiG3onk36dH9KixSJow8x74UU+8PWwm74zPINR3IoqsKfqrS1u4+nOsoL45We q0tdVBDtCORKr5YQyVKKKa2zM3TXzVt0+Ue1ySNGgJQ9Eb6mSTko1kFp4UlvtVBpzcpZuYu2OUL qV1vF4wmqW5CvUOLtp+7ReaFUaFVmCBTkUO/q8CtphycIQKngN7HZ8dchXliZrxPJgB/XLHIqwL 1H559Ybvhk2dn84x9XWXv9OuibLEZMetHaGYuHXdHrpe6Cax+pph/IOojR6NIZ6J3IqYSI= X-Google-Smtp-Source: AGHT+IH2Ic6K0qbrSykd6boWSpAR3dlOCWEDYqkDxpATrixQ7mrCTnOxV9fEK8poazwcwjNIngQTBTTr8c9f X-Received: by 2002:a05:6602:3f8c:b0:841:9b5c:cfb3 with SMTP id ca18e2360f4ac-8447e31907bmr822076839f.10.1733627953111; Sat, 07 Dec 2024 19:19:13 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-844738d781fsm30958439f.13.2024.12.07.19.19.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Dec 2024 19:19:13 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 07 Dec 2024 19:19:13 -0800 (PST) Message-ID: <67551031.050a0220.3dc30.2d26SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.9] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id A06796052471; Sat, 7 Dec 2024 22:19:12 -0500 (EST) Subject: |SUCCESS| pw149080 [PATCH] [1/1] buildtools: clear out regex syntax From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241208023022.777275-2-otilibil@eurecom.fr> References: <20241208023022.777275-2-otilibil@eurecom.fr> 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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149080 _Functional Testing PASS_ Submitter: Ariel Otilibili Date: Sunday, December 08 2024 02:25:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149080 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201547 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32104/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/