diff --git a/README.md b/README.md index 48c8a24..78c90ac 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ packet processing. | **_marvell-dpdk_** | ![GitHub Release](https://img.shields.io/github/v/release/MarvellEmbeddedProcessors/marvell-dpdk?sort=semver&display_name=release) | [![dependency](https://github.com/MarvellEmbeddedProcessors/marvell-dpdk-test/actions/workflows/build-cn10k.yml/badge.svg)](https://github.com/MarvellEmbeddedProcessors/marvell-dpdk-test/actions/workflows/build-cn10k.yml) | | **_marvell-ovs_** | ![GitHub Release](https://img.shields.io/github/v/release/MarvellEmbeddedProcessors/marvell-ovs?sort=semver&display_name=release) | [![build-cn10k](https://github.com/MarvellEmbeddedProcessors/marvell-ovs/actions/workflows/build-cn10k.yml/badge.svg)](https://github.com/MarvellEmbeddedProcessors/marvell-ovs/actions/workflows/build-cn10k.yml) | | **_marvell-vpp_** | ![GitHub Release](https://img.shields.io/github/v/release/MarvellEmbeddedProcessors/vpp?sort=semver&display_name=release) | [![build-cn10k](https://github.com/MarvellEmbeddedProcessors/vpp/actions/workflows/build.yml/badge.svg?branch=stable%2F2402)](https://github.com/MarvellEmbeddedProcessors/vpp/actions/workflows/build.yml) | +| **_marvell-oct-ep-target_** | ![GitHub Release](https://img.shields.io/github/v/release/MarvellEmbeddedProcessors/pcie_ep_octeon_target?sort=semver&display_name=release) | [![build-cn10k](https://github.com/MarvellEmbeddedProcessors/pcie_ep_octeon_target/actions/workflows/build-cn10k.yml/badge.svg)](https://github.com/MarvellEmbeddedProcessors/pcie_ep_octeon_target/actions/workflows/build-cn10k.yml) | | **_marvell-packages_** | | [![Commit and deploy package](https://github.com/MarvellEmbeddedProcessors/packages/actions/workflows/push-package.yml/badge.svg)](https://github.com/MarvellEmbeddedProcessors/packages/actions/workflows/push-package.yml) | ## Programmers Guide diff --git a/doc/guides/gsg/install.rst b/doc/guides/gsg/install.rst index d004fce..aa9f70c 100644 --- a/doc/guides/gsg/install.rst +++ b/doc/guides/gsg/install.rst @@ -28,7 +28,9 @@ Packages available for different distributions +-------------------------+-----------------------+-----------------------+ | OVS 3.3 | Yes | Planned | +-------------------------+-----------------------+-----------------------+ - | VPP | Planned | Planned | + | VPP | Yes | Planned | + +-------------------------+-----------------------+-----------------------+ + | PCIe-oct-ep-target | Yes | Planned | +-------------------------+-----------------------+-----------------------+ | OpenSSL | Planned | Planned | +-------------------------+-----------------------+-----------------------+ diff --git a/doc/guides/howtoguides/octep_agent.rst b/doc/guides/howtoguides/octep_agent.rst index ae8193d..cfaab27 100644 --- a/doc/guides/howtoguides/octep_agent.rst +++ b/doc/guides/howtoguides/octep_agent.rst @@ -22,6 +22,22 @@ The Octep CP Agent, which is located in the /usr/bin directory of the target (Oc comes with a specific config file for the system on a chip (SoC). The CP Agent package currently includes a set of provisioned config files for current platforms, e.g ``cn106xx.cfg`` +Installing the package +====================== + +Ubuntu Debian package +--------------------- + +Before downloading the octep CP agent package, make sure ubuntu repository is setup properly + +`Setting up Ubuntu repo for DAO `_ + +Installing the octep CP agent package + +.. code-block:: console + + # apt-get install oct-ep-target-cn10k-devel + Setting up the Environment ==========================