diff --git a/README.md b/README.md index b87efa77..a096d7cb 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ The Stratum dependencies have moved from the `setup` directory to a new This allows the dependencies to be updated and built independently of P4 Control Plane. -See the [README](https://github.com/ipdk-io/stratum-deps/blob/main/README.md) -file for more information. +See the [README file](https://github.com/ipdk-io/stratum-deps/blob/main/README.md) +and [Transition Guide](https://github.com/ipdk-io/stratum-deps/blob/main/docs/transition-guide.md) +for more information. ## Source code @@ -32,17 +33,6 @@ To download the source code for P4 Control Plane: git clone --recursive https://github.com/ipdk-io/networking-recipe ``` -## Targets - -P4 Control Plane can be configured at build time to support any one -of the following targets: - -| Target | Instructions | -| ------ | ------------ | -| dpdk | [DPDK Setup Guide](https://ipdk.io/p4cp-userguide/guides/setup/dpdk-setup-guide.html) | -| es2k | [ES2K Setup Guide](https://ipdk.io/p4cp-userguide/guides/setup/es2k-setup-guide.html) | -| tofino | [Tofino Setup Guide](https://ipdk.io/p4cp-userguide/guides/setup/tofino-setup-guide.html) | - ## Documentation - [P4 Control Plane User Guide](https://ipdk.io/p4cp-userguide/) diff --git a/setup/README.md b/setup/README.md index b7fe4e1a..7991b4f4 100644 --- a/setup/README.md +++ b/setup/README.md @@ -8,5 +8,6 @@ The Stratum dependencies have moved from the `setup` directory to a new This allows the dependencies to be updated and built independently of the Networking Recipe (P4 Control Plane). -See the [README](https://github.com/ipdk-io/stratum-deps/blob/main/README.md) -file for more information. +See the [README file](https://github.com/ipdk-io/stratum-deps/blob/main/README.md) +and [Transition Guide](https://github.com/ipdk-io/stratum-deps/blob/main/docs/transition-guide.md) +for more information.