Skip to content

Commit

Permalink
doc: update octep packaging status
Browse files Browse the repository at this point in the history
* Updating steps to install octep-agent package
* Updating build status

Signed-off-by: Harman Kalra <hkalra@marvell.com>
Change-Id: I0899757b08824f2b3f329ef2004b3d4755091813
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/132942
Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
harman-kalra authored and jerinjacobk committed Aug 7, 2024
1 parent 34ee7e6 commit 1bd9c6e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion doc/guides/gsg/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-------------------------+-----------------------+-----------------------+
Expand Down
16 changes: 16 additions & 0 deletions doc/guides/howtoguides/octep_agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://marvellembeddedprocessors.github.io/dpu-accelerator-offload/guides/gsg/install.html#update-ubuntu-repository-to-download-dao-packages>`_

Installing the octep CP agent package

.. code-block:: console
# apt-get install oct-ep-target-cn10k-devel
Setting up the Environment
==========================

Expand Down

0 comments on commit 1bd9c6e

Please sign in to comment.