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 6620F45FF0 for ; Sun, 5 Jan 2025 11:59:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3C91E40269; Sun, 5 Jan 2025 11:59:31 +0100 (CET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id 165654014F for ; Sun, 5 Jan 2025 11:59:29 +0100 (CET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3a9628d20f0so105633515ab.2 for ; Sun, 05 Jan 2025 02:59:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736074768; x=1736679568; 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=1ORsUy5PNhYMMBsBGS+GnWz/HypeE/PR4hv4iC4pvy8=; b=VASG0qEHPzirB1OnzlxjfypTlX4NS2UK/OKT5T+QE8WMKnJ2kMa5yhddXuBQduJtYO AEglHc9p5fTxUFQN0nWyn2e7ze98lfSBt/G66Ex4y+k186HZza53kCzaOK01J0enN6NX czkKEmXuF7/HyLDDtkua0fviln/e+x/jzsSJI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736074768; x=1736679568; 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=1ORsUy5PNhYMMBsBGS+GnWz/HypeE/PR4hv4iC4pvy8=; b=wpiPu0zyxFtrOQevctcO0HhFczki/bLrHeCNhT8xYloQzrxWWScgNI7K6Xk2rvdHWf /QuOCfsS1S2bcoormkwTSs65gxWobrPuYrHOFJJBM9RF91bG7Y6pQ2PJ2snmBqm8pckj u9dyW5kqI0y0FDKdeqrLK5pu+ZGN4EcuLcFWx3/fGUMAwxrGbbdIwHw6HKG1qV6BYcaF Tc/HFDwWzVVcmwJOKwUTtJnQmzTkrYJafFX36Rxv0u7MaqD6EODuWMVXyrHMNj14WE3p cmrNR7be4Y79Bb0P2H7tyBv+uBNyu4uXsqQ9LPtZNg6/UfUvtCpWpBnx2xAKKevTR5s4 GVSQ== X-Gm-Message-State: AOJu0Yy1de1ltYG4efUbjwLWtA7B+nlp4w3j+l+vT/6Ier+20xWByHke SLDZtkPouttyU5YBd5+frZlTnllHGNil4ffOCKg9htnTmUapQae6B2mJ+jPQJLOu/yiBi6dwI0x lRNAMf35OlbCSNE5WCqY8mz81NJwHpHjzOINAGrcC X-Gm-Gg: ASbGnctm5DA84fNnOV1Tfr5oi7oBYXpmFUEc/6/W9Krt2Yw6s+cYSBBtYEkkoIZAoGM WI2YmFsGOLXJO3BHTjXpdBLp6jvXrUNotCFMcA3ZpnHHmwkFwZJhpPrb/vv4WCAY9wuEO20mxv7 FyBJHYMqieWCRNPotJWh5mvttTBnEfo5PFGALYe2sEJanKsEDuhbbAlSiUOwzGDuvCbdoKGx7UX LKuideFu5/RZTemNJpZTVSzjF2J0EAx9rSEOC3wgVQ0QXIeerzbmakjbksbasgJXDIfL2huUxf/ bw== X-Google-Smtp-Source: AGHT+IFlQikXfFDfSNvac/GLfzQqmZxPPWjZ/7EdTnG7HnS+tkZBg55UaVNk9NgD9vK1bVuAT43KBQB0RTZ3 X-Received: by 2002:a05:6e02:2185:b0:3a7:c072:c69a with SMTP id e9e14a558f8ab-3c2d1c919b7mr476731135ab.3.1736074768386; Sun, 05 Jan 2025 02:59:28 -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-4e68c0ac407sm1811553173.30.2025.01.05.02.59.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 05 Jan 2025 02:59:28 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 05 Jan 2025 02:59:28 -0800 (PST) Message-ID: <677a6610.050a0220.da36e.5b96SMTPIN_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 D708B6052471; Sun, 5 Jan 2025 05:59:27 -0500 (EST) Subject: |SUCCESS| pw149634 [PATCH] ring: add the second version of the RTS i From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250105095746.2727-1-chcchc88@163.com> References: <20250105095746.2727-1-chcchc88@163.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/149634 _Functional Testing PASS_ Submitter: Huichao Cai Date: Sunday, January 05 2025 09:57:46 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149634 --> functional testing pass Upstream job id: Template-DTS-Pipeline#205438 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 | +-----------------------------+--------+ 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/32253/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/