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 98F564601A for ; Wed, 8 Jan 2025 11:19:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6CD034014F; Wed, 8 Jan 2025 11:19:12 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id 94AD4400D6 for ; Wed, 8 Jan 2025 11:19:10 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e455bf1f4d3so18506312276.2 for ; Wed, 08 Jan 2025 02:19:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736331550; x=1736936350; 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=/GDwunhe91VaT6QGsvdeJhsBrcPmU0zT/biiutyIYcc=; b=TpIK6ti2aTlP4cOv0REAM68RnU4K8KxnT81SdOTZfbIlWExuVy6kEVMvXm92jwyDj3 Oc3wyA8W8SYO216lOdZsrHEG6u47uv9CspVTd4uhdWS0/gnl8eftaTQ8X6GiqtDrzpq8 WPIRto+5bFtWrAjDi8OdJSrAIuwoZqFz7jtzI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736331550; x=1736936350; 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=/GDwunhe91VaT6QGsvdeJhsBrcPmU0zT/biiutyIYcc=; b=tP+D6aaes5OORXSlK31SFPuKbyuBSl5j7xjhoYgXzHb/LkE1AqCE7drvr6AKe1ZlqY D/0RdJNZSYpanuz8uSGjyBgafQdWwrFJiNI4AvIv7efsvBR7y0SAaPPWz2fXu2vA9pBc f45+eX33n3ibZvUc10QSwXnskRSMs8JayF/1nWhBIwPQjVzgDe4CFIevEAwEImjzVbBB otf2aQCQSGqm93UHy64e6aOfD18Yk9sfY49CljyI0OhyiKVZEOTwvPuGDnKejruPAXW8 pNtQhOxPhpgIZ6yIqFBou4TexM6vZs54IVLY7yL8w6qBvb8b9xjsqOF0WVtl9OTBeO0H zF/A== X-Gm-Message-State: AOJu0YzFD7BkcLMj4nAU1plCnwy3rxc7Sayw50uOpZhjyuzqZChDkh4H JH8CEKk69KOmoFvdvnBHgaRapR5kZ9OWadsnx/T+zvIabWvfpjL5ttVp3U3Otd/Rx7IKjsd/5Zz aBIhl+P2urqPCMFaa7i2ztDOJCRruMfD0lhlOYCbKZHgXXWo5c5QDRSHB X-Gm-Gg: ASbGncthacvB5XyCmLymq3o/4NIB4mGAS+m3SL76veVpe6ZfdLUUZEXm/yhP+TKLiMC /ydUm5G3JL7zzQbn3tlB31uET9jsqEl1sB6xZcqHtgankiq5BdJsz1x1HSozTEDOy9APGaXs+Hq NB7rddPQs+dsOgcIymsNHqUOSvntVDKnmMkUtkocjXzX2VyRM6Sm2R0/J90PXztVenu0O9qTfqF NqklpplHEQjNoRGHNXjjFy7qNciPWD3S3wmF5GP/w2fDxgFz6FX0Vgoodyt3jmieSIw9coSnaZL 4LVNgw== X-Google-Smtp-Source: AGHT+IFQpaZB5cHZv8QA63R81UFsmudy6bGCGi83c7sd/pLJ06G/pFfgi7XSGwkMj+hjhKONuh9yMffLun4Y X-Received: by 2002:a05:690c:b04:b0:6ef:59ef:f194 with SMTP id 00721157ae682-6f531203885mr12932917b3.4.1736331549800; Wed, 08 Jan 2025 02:19:09 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f429939609sm15213157b3.15.2025.01.08.02.19.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jan 2025 02:19:09 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 08 Jan 2025 02:19:09 -0800 (PST) Message-ID: <677e511d.050a0220.25f0a1.88c1SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 5853E6052471; Wed, 8 Jan 2025 05:19:09 -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-abi-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: Generic-DPDK-Compile-ABI#110619 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Fedora 41 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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/