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 098B745E6F for ; Wed, 11 Dec 2024 03:50:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D3E40402E2; Wed, 11 Dec 2024 03:50:40 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 4F5E4402DE for ; Wed, 11 Dec 2024 03:50:39 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-216401de828so25608935ad.3 for ; Tue, 10 Dec 2024 18:50:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733885438; x=1734490238; 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=6tYb3tkhGRN5Of31lnqzBNZIp/M26xxTTk4Dj/QlPTM=; b=CzlwAswp9Xs6BjnUg0yGv5fpOGVZjYwVw0ees1+QGKaMPIUp3mdugsSKSUaYdD6Spy gNXp0ATKHdJ6Lv0exYRkw/g91o1dbpfjC4kGc84B6cK0mIsKyV3whiUOi4GP1hEboNL9 2WKtMtXYgjTQL5+y93VbcU3Zp30xikP5Pqy28= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733885438; x=1734490238; 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=6tYb3tkhGRN5Of31lnqzBNZIp/M26xxTTk4Dj/QlPTM=; b=m31owiPlatu+4aG7dCpnj9sUYe2/GLWNoGSQn3OXvbtnC9lIjrEJHIeYNL0A3If1pG 7iEa4f02hOVVmTwVBNgMoA1HBHkSp7CPuVgiLazruJx+3P7kF6dC/nWPwGLqquaUeQ5V 3crs+S5w07xQSeOw5+kf8SeAZ1W+DkjrVjymMsh13I84Ul/8TOl4+8oUhpeVuUZkyTb1 kfz0tUdoR5XVKkKRq2IpMFBOq1Zt4UinQ3UxfT2a6pSzsBXf1YcYmuSCCSGYwQmPOwI2 tJvcXXw8XmOHHsaRdwxgV5FMvyZRvs7ojynviWl2qtVC9eXpxnGz9jOkgIytCndVqE3s cmww== X-Gm-Message-State: AOJu0YxmNG0dsfCnlBmqf565BYfht6fUX0hJJlN5ffhpnjZqkG47KjnR FtgA9Ctuz0G8gkvjaTh6tDF+ps76O7eGK4XUP9EP2sXg5OIL6u5GNFs+AoOSkPNDXtiZKCinRQM A7qHCbjFCKHni6gF9ArBRYc1T9V7fDrmwfapRFH+y X-Gm-Gg: ASbGncsGfep6nGfgimEtiSNGPFxUT96WVhoaQ9S85HqJ2sUnrWln3vjwzQLkWVRTW8D y4nBPM5uRLN48suiFJDFI+X9RxJVvZN48pOZfCJtGrb1hau/8B6IDkuruPhsel7v0gByL+2r1qg QXVxvO68Bdjr1sujOtPav096auEmfkNFohR4HN7FWIsky2dKtQ7VBC0ucbV8BZDQB5UDQRZ7TFC wQFz0RSUNGYz0LXvmlg2yuleeGcoML2ykL8VKX9qOvQ+1wQXKk+WzjZDwz8dWlkacS97CA6nxs= X-Google-Smtp-Source: AGHT+IEAkluCxcBz+tMM3hgYXEXMACh0tlT21vIflXaTG+aKDryoaOZNKCMMkAAl62rBifFRKViUd/9SLjuj X-Received: by 2002:a17:902:e752:b0:216:5b8b:232c with SMTP id d9443c01a7336-217785632ebmr22744105ad.54.1733885436823; Tue, 10 Dec 2024 18:50:36 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21655568f2bsm2543375ad.36.2024.12.10.18.50.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Dec 2024 18:50:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 10 Dec 2024 18:50:36 -0800 (PST) Message-ID: <6758fdfc.170a0220.30a3e8.ebb3SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 088176052471; Tue, 10 Dec 2024 21:50:36 -0500 (EST) Subject: |PENDING| pw149132-149152 [PATCH] [21/21] lib/vhost: ensure code str From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1733882751-29598-22-git-send-email-andremue@linux.microsoft.com> References: <1733882751-29598-22-git-send-email-andremue@linux.microsoft.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-sample-apps-testing Test-Status: PENDING http://dpdk.org/patch/149152 _Testing pending_ Submitter: Andre Muezerie Date: Wednesday, December 11 2024 02:05:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149132-149152 --> testing pending Upstream job id: Template-DTS-Pipeline#201890 Test environment and result as below: +--------------------+----------------------+----------------------+ | Environment | dpdk_fips_validation | compressdev_zlib_pmd | +====================+======================+======================+ | Ubuntu 20.04 | PEND | SKIPPED | +--------------------+----------------------+----------------------+ | Ubuntu 22.04 (ARM) | SKIPPED | PASS | +--------------------+----------------------+----------------------+ Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32118/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/