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 D314145EE8 for ; Thu, 19 Dec 2024 09:06:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CBA484029F; Thu, 19 Dec 2024 09:06:09 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id B4890400EF for ; Thu, 19 Dec 2024 09:06:07 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844d67eb693so40952939f.3 for ; Thu, 19 Dec 2024 00:06:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734595567; x=1735200367; 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=3Hd+6DlnmsoK7SWRb2cctECftWHMwOp81Mz4w3gSTM8=; b=F4p2VlBBH9G/cp14GOnHgmi7/KMXdxmPtlVqM8T+chpPF8pN/O8SErBSyemdu2ixWi FetC2ZGq6/ss4e3UXy7MS/CARGdpdmDF8HA7MuiQJ0lUPdeW8TVok6HzQGue3UKS+yu5 ZVpx8wJv+CFpzkNm1Bw+hiU3Ccw4f4BW8B52w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734595567; x=1735200367; 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=3Hd+6DlnmsoK7SWRb2cctECftWHMwOp81Mz4w3gSTM8=; b=QA/l4I7JfA1oJBETR+mo9nES0r610J3c2oIjMw/MPW1DCQaS1/S2hhxRg56KuU83RA PEgqnJs3oFbQQYDHxV4+2+B5eFf3BRVpWGrlPXr4lh31ILfNiCiX5tssP+Ye+Oe6GSP4 YS06UuhIxNdSOXsAhQ34AxfsdJvm6kAgitQHiprfTPIp419ooJ21SE03LLdPGiOSqyM5 2j5gp4CR6U/cMqngB8qXsKQzjMEx1XGBNF+fszwhLb7s5SWhRJYEZT+5Rvgh3JSSHRrq /FEf2i0f+y54a0yyQKY3fnWdIKqfr5mggmGonFuXucdQ/VUyZISTNlAccAsPl5T8zUIW l2tg== X-Gm-Message-State: AOJu0Yzk0+J3th2o3RmFT55wyyfVlgHYP8/EPS9QTwV++Nlr11SqlWpC g/o6fOzAZre1Et6VsAjt7JespsBPasx+sP/F/GVmFYx75vVMFQl0L+jXRieRx9u3EvbzkC7Bf0X fafFHul1s4se1B7TVY/gnOSFTBkmNpJyc02YV0HX6 X-Gm-Gg: ASbGncuetrzZ4FgySVBcffiGExDmlDTx2mr0zUXyV8XNMaAvdoMsYAm61ZJK89/B49v eC4l4cZflmhrlcEOWqkiwfPaTDqdke48Tj7+VfHNux9/+PJwullYT1XOCPPqeJaLXlDXqwlkxC8 Jx3b2AzxF1Sen+H08z77bGi6Wulyf5s6CwZt5/4IB10OwKy0GyvdWavqGysWs2v3iVf7AJ3E3uZ SE0jXTiPWD4DWu17tJkV6MvAUUWxL+ziyn6mNRsW8nJ9IFGbZgL3jwHOB8qyo7aj88VN0nWDLY5 ww== X-Google-Smtp-Source: AGHT+IGs5qhkIEVyapMsC8dYEUHohT6EMyXDfm9KktLcEFyTY5ojifxF6AX0Fo55xtnUb1OpfarBUZxl71dw X-Received: by 2002:a05:6e02:168c:b0:3a7:e86a:e803 with SMTP id e9e14a558f8ab-3c01129efdcmr23125855ab.8.1734595567131; Thu, 19 Dec 2024 00:06:07 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e68bf9b885sm31535173.12.2024.12.19.00.06.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 00:06:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 00:06:07 -0800 (PST) Message-ID: <6763d3ef.050a0220.2285d6.257dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id A77F76052471; Thu, 19 Dec 2024 03:06:06 -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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149310 _Functional Testing PASS_ Submitter: Yunjian Wang Date: Thursday, December 19 2024 06:38:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:510b460e02594a70d4ce19e2d29df3ade8af36d7 149310 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203309 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 82599ES 10000 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/32165/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/