From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 89ACEA04E7; Mon, 2 Nov 2020 21:53:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F1B4D354D; Mon, 2 Nov 2020 21:53:54 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 63AAA354D for ; Mon, 2 Nov 2020 21:53:53 +0100 (CET) IronPort-SDR: 0ztIMuMnOIBr6IGLgbTqUyYL8D/GYcpEHlPSSpnSDZEBPZLl8bmGrohrvGuW5bhfHsWxffUGUJ LWVFOVLN0sBQ== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="169083277" X-IronPort-AV: E=Sophos;i="5.77,445,1596524400"; d="scan'208";a="169083277" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 12:53:51 -0800 IronPort-SDR: ABnBfEtSvX4tUKp+zIOUT5G33yjkW5zWyoKQFuYB8GYrInpXQ0vm4eUGGmQhH6wKkWU9ezj+Gx g/TpNiqWWYLg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,445,1596524400"; d="scan'208";a="396321756" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga001.jf.intel.com with ESMTP; 02 Nov 2020 12:53:51 -0800 From: Nicolas Chautru To: dev@dpdk.org, akhil.goyal@nxp.com, thomas@monjalon.net Cc: john.mcnamara@intel.com, trix@redhat.com, david.marchand@redhat.com, bruce.richardson@intel.com, tianjiao.liu@intel.com, Nicolas Chautru Date: Mon, 2 Nov 2020 12:53:18 -0800 Message-Id: <1604350399-21015-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v2] doc: add reference to bbdev companion configuration tool X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" v2: typo corrections Adding reference to companion tool to perform PF device configuration of HW bbdev devices : pf_bb_config This topic was previously discussed in https://patches.dpdk.org/patch/74270/ and it was preferred for the tool to be be upstreamed outside of DPDK in github. This dependency notably allows to run the bbdev workload from VF. Kept this as a single commit affecting the 3 distinct docs. Nicolas Chautru (1): doc: add reference to companion configuration tool doc/guides/bbdevs/acc100.rst | 19 +++++++++++++++++++ doc/guides/bbdevs/fpga_5gnr_fec.rst | 19 +++++++++++++++++++ doc/guides/bbdevs/fpga_lte_fec.rst | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) -- 1.8.3.1