From patchwork Wed Jul 6 00:23:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 113701 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C73FEA0544; Wed, 6 Jul 2022 02:37:49 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44EF1410E5; Wed, 6 Jul 2022 02:37:49 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id B073340687 for ; Wed, 6 Jul 2022 02:37:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657067867; x=1688603867; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=hKDiQ/GiswhzXozO/wjvp8eG3S1Nvt+4mSR9+PrTLO4=; b=VAATxjG/BDwCN9zl5YPlrdSvWZaRJcxyTBYPgbBYSGoelvPUAMquNyoF JyzHFHSQbkeVYBI4/EvDK1nSwUBWOE4YKRxalDTgf0Owhm9mQE3Ouq7fS Oubkk97clbh8Pt4fFggwbYovND3AsyOXqe0c3nfrKwBpgrhc2hrEAfVUn YSWAF1b4sjawpQB6RW3G2CtN0f19gvKLooVBdJvos/Z0bvtCEHW1TEmP1 OEX79sSxwkggn3lHEuiCavHqlJra9tyepLRie4zn+Na/sM2Rcp7P/Q5GZ nui2y9Q5ImbeQ2ZP2V+bJ7wUX+vL/hQF4eX5kz86nNfRGgqzRWsDjFrcp Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10399"; a="272380889" X-IronPort-AV: E=Sophos;i="5.92,248,1650956400"; d="scan'208";a="272380889" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2022 17:37:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,248,1650956400"; d="scan'208";a="650411619" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by fmsmga008.fm.intel.com with ESMTP; 05 Jul 2022 17:37:46 -0700 From: Nicolas Chautru To: dev@dpdk.org, thomas@monjalon.net, gakhil@marvell.com, hemant.agrawal@nxp.com Cc: maxime.coquelin@redhat.com, trix@redhat.com, mdr@ashroe.eu, bruce.richardson@intel.com, david.marchand@redhat.com, stephen@networkplumber.org, Nicolas Chautru Subject: [PATCH v4 0/7] bbdev changes for 22.11 Date: Tue, 5 Jul 2022 17:23:35 -0700 Message-Id: <1657067022-54373-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1655491040-183649-6-git-send-email-nicolas.chautru@intel.com> References: <1655491040-183649-6-git-send-email-nicolas.chautru@intel.com> 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 v4: update to the last 2 commits to include function to print the queue status and a fix to the rte_lock within the wrong structure v3: update to device status info to also use padded size for the related array. Adding also 2 additionals commits to allow the API struc to expose more information related to queues corner cases/warning as well as an optional rw lock. Hemant, Maxime, this is planned for DPDK 21.11 but would like review/ack early is possible to get this applied earlier and due to time off this summer. Thanks Nic