From patchwork Tue Dec 4 10:19:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamil Chalupnik X-Patchwork-Id: 48518 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C96C92BB1; Tue, 4 Dec 2018 11:20:27 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E6FD62BA8 for ; Tue, 4 Dec 2018 11:20:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Dec 2018 02:20:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,313,1539673200"; d="scan'208";a="115817165" Received: from kchalupx-mobl.ger.corp.intel.com ([10.103.104.172]) by orsmga001.jf.intel.com with ESMTP; 04 Dec 2018 02:20:22 -0800 From: Kamil Chalupnik To: dev@dpdk.org Cc: amr.mokhtar@intel.com, pablo.de.lara.guarch@intel.com, akhil.goyal@nxp.com, Kamil Chalupnik Date: Tue, 4 Dec 2018 11:19:35 +0100 Message-Id: <20181204101935.12868-1-kamilx.chalupnik@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [dpdk-dev] [PATCH] doc: update turbo SW documentation 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" turbo_sw.rst documentation updated to match FlexRAN 18.09 Signed-off-by: Kamil Chalupnik --- doc/guides/bbdevs/turbo_sw.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/guides/bbdevs/turbo_sw.rst b/doc/guides/bbdevs/turbo_sw.rst index 0b96fbb..29f7ec9 100644 --- a/doc/guides/bbdevs/turbo_sw.rst +++ b/doc/guides/bbdevs/turbo_sw.rst @@ -47,8 +47,8 @@ Design Center `_. +*Intel FlexRAN Software Release Package -18-09* to download or directly through +this `link `_. After download is complete, the user needs to unpack and compile on their system before building DPDK. @@ -65,6 +65,7 @@ The following table maps DPDK versions with past FlexRAN SDK releases: 18.02 1.3.0 18.05 1.4.0 18.08 1.6.0 + 19.02 18.09 ===================== ============================ FlexRAN SDK Installation @@ -83,25 +84,25 @@ The following instructions should be followed in this exact order: source /linux/bin/compilervars.sh intel64 -platform linux -#. Extract the ``flexran-1-6-0-tar.gz.zip`` package: +#. Extract the ``605167-flexran-18-09-tar.gz`` package: .. code-block:: console - unzip flexran-1-6-0-tar.gz.zip - tar xvzf flexran-1-6-0-tar.gz -C FlexRAN-1.6.0/ + mkdir FlexRAN-18.09 + tar xvzf 605167-flexran-18-09-tar.gz -C FlexRAN-18.09/ #. Run the SDK extractor script and accept the license: .. code-block:: console - cd /FlexRAN-1.6.0/ - ./SDK-R1.6.0.sh + cd /FlexRAN-18.09/ + ./SDK-18.09.sh #. Generate makefiles based on system configuration: .. code-block:: console - cd /FlexRAN-1.6.0/SDK-R1.6.0/sdk/ + cd /FlexRAN-18.09/SDK-18.09/sdk/ ./create-makefiles-linux.sh #. A build folder is generated in this form ``build--``, enter that @@ -128,8 +129,8 @@ Example: .. code-block:: console - export FLEXRAN_SDK=/FlexRAN-1.6.0/SDK-R1.6.0/sdk/build-avx2-icc/install - export DIR_WIRELESS_SDK=/FlexRAN-1.6.0/SDK-R1.6.0/sdk/ + export FLEXRAN_SDK=/FlexRAN-18.09/SDK-18.09/sdk/build-avx2-icc/install + export DIR_WIRELESS_SDK=/FlexRAN-18.09/SDK-18.09/sdk/ * Set ``CONFIG_RTE_LIBRTE_PMD_BBDEV_TURBO_SW=y`` in DPDK common configuration