From patchwork Tue Jun 28 01:35:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 113483 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 A5119A0547; Tue, 28 Jun 2022 03:48:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51C8240A7A; Tue, 28 Jun 2022 03:48:45 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 1AA55400D6 for ; Tue, 28 Jun 2022 03:48:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656380924; x=1687916924; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=2ouJ8PGTSYl63v5dc6zvVOuAlaY/1b4rWRHQ5sm0lRs=; b=XJ9Zph6Qorp+VaildIYmTjGjf/1xr8w4cmRgJEqkzQnYFju+Njo60Ge9 HpSxnEoKoetXGlxNgC18+28QGU2T5DWBveLXpQleuWTA7f3SInyr2YBBO QQ9KYOHwBRAwcRi6o6/vE4nelD5LwmtTZbKHSPkPjtngoYTyC6a2S+ox3 JOXLTfxQ+LYayf3BqaC6ezQtD4YA8ea1+L0yFH7ySrF7205uVI+g9K8tG fB3QyXnO133YR6S8knQV1MUXhBnC0dHKfS/sDXkJKnwBFmLsPWgH7J440 ILgxboMSjIh9oUQQsvb1F2nRYumyB4enl6gHAFhAEgCOXnliaKvxJNb15 Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10391"; a="264648606" X-IronPort-AV: E=Sophos;i="5.92,227,1650956400"; d="scan'208";a="264648606" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Jun 2022 18:48:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,227,1650956400"; d="scan'208";a="587677064" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga007.jf.intel.com with ESMTP; 27 Jun 2022 18:48:42 -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 v3 0/7] bbdev changes for 22.11 Date: Mon, 27 Jun 2022 18:35:30 -0700 Message-Id: <1656380137-44550-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 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