From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 43B5BC433F5 for ; Wed, 6 Oct 2021 20:58:56 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id D57F261163 for ; Wed, 6 Oct 2021 20:58:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D57F261163 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7B9E4067A; Wed, 6 Oct 2021 22:58:54 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 12EE940140 for ; Wed, 6 Oct 2021 22:58:52 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10129"; a="206911897" X-IronPort-AV: E=Sophos;i="5.85,352,1624345200"; d="scan'208";a="206911897" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2021 13:58:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,352,1624345200"; d="scan'208";a="524391357" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by fmsmga008.fm.intel.com with ESMTP; 06 Oct 2021 13:58:51 -0700 From: Nicolas Chautru To: dev@dpdk.org, gakhil@marvell.com, nipun.gupta@nxp.com, trix@redhat.com Cc: thomas@monjalon.net, mingshan.zhang@intel.com, arun.joshi@intel.com, hemant.agrawal@nxp.com, david.marchand@redhat.com, Nicolas Chautru Date: Wed, 6 Oct 2021 13:58:48 -0700 Message-Id: <1633553929-58670-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v9] bbdev: add device info related to data endianness assumption 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" Suggesting this bbdev api change attached to address the requirement for the new bbdev PMD from this serie : https://patches.dpdk.org/project/dpdk/patch/20211006113112.11163-2-nipun.gupta@nxp.com/ Nipin, please review and you can use this one in case that is okay with you. This is defined as an enum and default values set in existing PMDs. Nicolas Chautru (1): bbdev: add device info related to data endianness assumption doc/guides/rel_notes/release_21_11.rst | 1 + 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/turbo_sw/bbdev_turbo_software.c | 1 + lib/bbdev/rte_bbdev.h | 8 ++++++++ 6 files changed, 13 insertions(+) -- 1.8.3.1