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 1BF72A0547; Fri, 29 Oct 2021 05:21:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 973E640688; Fri, 29 Oct 2021 05:21:56 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 4D82740395 for ; Fri, 29 Oct 2021 05:21:55 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 18E25A0C45; Fri, 29 Oct 2021 05:21:55 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 29 Oct 2021 03:21:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: core X-Bugzilla-Version: 21.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: leweix.yang@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 863] external_mempool_handler:execute mempool_autotest command failed on FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D863 Bug ID: 863 Summary: external_mempool_handler:execute mempool_autotest command failed on FreeBSD Product: DPDK Version: 21.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: core Assignee: dev@dpdk.org Reporter: leweix.yang@intel.com Target Milestone: --- DPDK version: Use make showversion or for a non-released version: git remot= e -v && git show-ref --heads 21.11-rc1:6c390cee976e33b1e9d8562d32c9d3ebe5d9ce94 Other software versions: name/version for QEMU, OVS, etc. Repeat as require= d. OS: FreeBSD 13.0-RELEASE Compiler: gcc (FreeBSD Ports Collection) 10.3.0 Hardware platform: Intel(R) Xeon(R) Gold 6252N CPU @ 2.30GHz. NIC hardware: Ethernet Controller X710 for 10GbE SFP+ Device version: 1.12.24 Test Setup Steps to reproduce List the steps to reproduce the issue: 1.build dpdk=20 # CC=3Dgcc meson -Denable_kmods=3DTrue -Dlibdir=3Dlib --default-library=3D= static x86_64-native-bsdapp-gcc # ninja -C x86_64-native-bsdapp-gcc 2.lanch app # ./x86_64-native-bsdapp-gcc/app/test/dpdk-test -n 4 -c f 3. execute dpdk command=20 # mempool_autotest Show the output from the previous commands: # common_pool_count=3D1598 no statistics available EAL: Test assert test_mempool_flag_non_io_unset_when_populated_with_valid_iova=20 line 781 failed: Cannot get IOVA test failed at test_mempool():1030 Test Failed Expected Result Explain what is the expected result in text or as an example output: # common_pool_count=3D2111 no statistics available Test OK Regression Is this issue a regression: (Y/N) Y git show 11541c5c81dd2b286132dbff8a8c324d7e9bc945 commit 11541c5c81dd2b286132dbff8a8c324d7e9bc945 (HEAD) Author: Dmitry Kozlyuk Date: Tue Oct 19 01:43:51 2021 +0300 mempool: add non-IO flag Mempool is a generic allocator that is not necessarily used for device IO operations and its memory for DMA. Add MEMPOOL_F_NON_IO flag to mark such mempools automatically a) if their objects are not contiguous; b) if IOVA is not available for any object. Other components can inspect this flag in order to optimize their memory management. Discussion: https://mails.dpdk.org/archives/dev/2021-August/216654.html Signed-off-by: Dmitry Kozlyuk Acked-by: Matan Azrad Reviewed-by: Andrew Rybchenko --=20 You are receiving this mail because: You are the assignee for the bug.=