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 F250D45EE8 for ; Thu, 19 Dec 2024 09:42:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D70EC40144; Thu, 19 Dec 2024 09:42:19 +0100 (CET) Received: from mail-qv1-f97.google.com (mail-qv1-f97.google.com [209.85.219.97]) by mails.dpdk.org (Postfix) with ESMTP id 08AFB400EF for ; Thu, 19 Dec 2024 09:42:18 +0100 (CET) Received: by mail-qv1-f97.google.com with SMTP id 6a1803df08f44-6d8f99cb0d9so4749756d6.0 for ; Thu, 19 Dec 2024 00:42:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734597738; x=1735202538; 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=wDfDlAzADEe6xpQHYwHNL/2KC5z88WKUL46m3eJRV24=; b=SlpihamzTZl2IsltHxwVVWElw2NIBxVRdj76e1UdKaUmdMhPM0Z5VdmyquyuVsi5K0 mRxeoL9xAoT3plguSd9xl17OC0Zeo67lEm+FK5O5p/alCNtnZ82540A4+yJmFe7ygsc3 nO5kW+9f7n52UZFjDSIvKJfgOP71K4HZO2CuM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734597738; x=1735202538; 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=wDfDlAzADEe6xpQHYwHNL/2KC5z88WKUL46m3eJRV24=; b=WO1FEBiUtjQiHejZlFwfl8Tkt5zVJMofpeNArqCKSSG9W4S2cFLLjizYx8txXGx3xg oO5YM9QrgW3MIx8eg5JY02sjAR98pfQrnS7PmfMwiV6pjopD9MdnOSRzBd6gszDL90jt qKYB07JIAnZDfYlWsBshhIARLHwIqYF53cYPcGijCWFJmZ77+nNmLki5lO6ZcGpgP3vb eC9IukxJu5nsF8eISE2xoCLPZh2MosVnDrx+VnlSxLjH2zEeROqYvvJ+Arf3tuQjRQrC JSiMtYfIwIqyS8ZOkmnx/3p12FQPEgZXOYUQeckaFs5sL2liGrhlBsDUphQLGWPtX9/G 7WxA== X-Gm-Message-State: AOJu0YyXPp6XZdIQrYSTVzX+tkBLblu9Yq9pFEvkasRfXfxQ0O5ybTdO /hBCFLi58klBDrEVQjk9B6KfdAC/a71O06WiA4uBvnPpDB7gOZpgKjaR+3SAIsfQeB9Py+ZW+qh pq78L3wDA/54S+eBB/3c1h41LjczJh3JhwV/CpCTG X-Gm-Gg: ASbGncuLmRkGlcec8GtXjHvVJOlNobxiI4xr97bKFz+g+VtM0liL4bXfV/VEHEQSv8E CRQSYFuhNwF8saBMG/3bZY+bsck8qQ4h9itrrUY9V3AcD9kyLkrgGKBc3uF621J+Em7GZGWkOzq IHk8YLft3egEQNruM1L2pW2nOgYhIrfSHgohaUzsKqC0tM3q3QH7Lu3Cu7dhS2qNWFXpQ1zili5 QFC5a1+Vl1ZyX7vht2ABOoTwivxE8lrlygPxZoA5bRjYQg03A0B7ldW0OJ08yVWjY139jzI9oJG fQ== X-Google-Smtp-Source: AGHT+IFozfX462Sm2osxk1NAva6t1yjheH5hSIh64lVXnkiwhZJ3zeNNRw7tnD6P0Vmesmid2FF1U9KB16s/ X-Received: by 2002:a05:6214:2464:b0:6d8:848e:76c8 with SMTP id 6a1803df08f44-6dd09259f12mr77256646d6.42.1734597738339; Thu, 19 Dec 2024 00:42:18 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd18138e1esm576906d6.44.2024.12.19.00.42.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 00:42:18 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 00:42:18 -0800 (PST) Message-ID: <6763dc6a.050a0220.24251c.453fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 14F916052471; Thu, 19 Dec 2024 03:42:18 -0500 (EST) Subject: |SUCCESS| pw149310 [PATCH] [1/1] vhost: fix a double fetch when dequ From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <91dc12662805a3867413940f856ba9454b91c579.1734588243.git.wangyunjian@huawei.com> References: <91dc12662805a3867413940f856ba9454b91c579.1734588243.git.wangyunjian@huawei.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: SUCCESS http://dpdk.org/patch/149310 _Testing PASS_ Submitter: Yunjian Wang Date: Thursday, December 19 2024 06:38:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:510b460e02594a70d4ce19e2d29df3ade8af36d7 149310 --> testing pass Upstream job id: Template-DTS-Pipeline#203315 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ | Ubuntu 22.04 | PASS | +--------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-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/32165/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/