Skip to content

Commit

Permalink
Update INSTALL.md file
Browse files Browse the repository at this point in the history
New requirements for docker package.
Slight change in how to run the upf-epc pipeline.
  • Loading branch information
ajamshed authored and krsna1729 committed May 22, 2020
1 parent f35bb4f commit 4d2b342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Copyright(c) 2019 Intel Corporation

You need the following dependencies.

* Docker CE >= 17.06
* Docker CE >= 19.03
* Linux kernel version >= 4.15 for Docker; >= 4.19 for AF_XDP
* Hugepages mounted at `/dev/hugepages` or updated location in [`docker_setup.sh`](docker_setup.sh)
* Update mode for devices: `dpdk`, `af_xdp` or `af_packet` in [`docker_setup.sh`](docker_setup.sh),
Expand Down Expand Up @@ -48,8 +48,8 @@ and/or [`conf/spgwu.json`](conf/spgwu.json)
To install the pipeline, do:

```bash
docker exec bess bessctl run spgwu
docker exec bess bessctl show pipeline > pipeline.txt
docker exec bess ./bessctl run spgwu
docker exec bess ./bessctl show pipeline > pipeline.txt
```

## Operate DP Pipeline
Expand Down

0 comments on commit 4d2b342

Please sign in to comment.