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 E3199A0542; Tue, 7 Jun 2022 01:00:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E2C8C41611; Tue, 7 Jun 2022 01:00:37 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 1148A400EF for ; Tue, 7 Jun 2022 01:00:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654556436; x=1686092436; h=from:to:cc:subject:date:message-id; bh=f+0IHF5DI236FGpvGME/USgRjCicX+5Ltjjcyy/9RdE=; b=W3QkdDcEmjOKdHaXofr/JkrDAi3XI4fm1o7C/D81qe20pJyMYp+Y8EKk 3BDdiM0fsqZnadfTgeLKV0jPQpx9jJ3UVyY82QGtHlG1FkCcmEZ8nhQKO 6qNU92pHipJWSuKjdUspjpiz5m5n0jJHCh7AjlNciwjvlKdWe9j6WjRVO YXZe9qzixjs6oDZ7SB38jONcCBcwor3dBdf55CnH7KaoldTxHhwb1oQD6 hx0BfaiYA2XiIPb7ju8D0eG4KT0F804USIWu2HqSieoJvBqw9a+blNJp2 G2LevoBNPKELLIrWMz/RUKxx8ApmeNOgVrUy1DCCO0QKN7PtU6Gk6kOm0 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10370"; a="276740768" X-IronPort-AV: E=Sophos;i="5.91,280,1647327600"; d="scan'208";a="276740768" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2022 16:00:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,280,1647327600"; d="scan'208";a="723079509" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by fmsmga001.fm.intel.com with ESMTP; 06 Jun 2022 16:00:34 -0700 From: Nicolas Chautru To: dev@dpdk.org, gakhil@marvell.com, trix@redhat.com, maxime.coquelin@redhat.com, hemant.agrawal@nxp.com Cc: hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v1] bbdev: add device status info Date: Mon, 6 Jun 2022 15:50:07 -0700 Message-Id: <1654555808-218770-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 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 This is a bbdev update targeted for 22.11. The updated structure will allow PMDs to expose through info_get what be may the status of the underlying accelerator, notably in case an HW error event having happened. Nicolas Chautru (1): bbdev: add device status info drivers/baseband/acc100/rte_acc100_pmd.c | 1 + drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 1 + drivers/baseband/fpga_lte_fec/fpga_lte_fec.c | 1 + drivers/baseband/la12xx/bbdev_la12xx.c | 1 + drivers/baseband/null/bbdev_null.c | 1 + drivers/baseband/turbo_sw/bbdev_turbo_software.c | 1 + lib/bbdev/rte_bbdev.c | 21 +++++++++++++++ lib/bbdev/rte_bbdev.h | 31 ++++++++++++++++++++++ lib/bbdev/version.map | 6 +++++ 9 files changed, 64 insertions(+) -- 1.8.3.1