Skip to content

Commit

Permalink
Remove obsolete reference in env readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SolalPirelli authored Feb 19, 2024
1 parent 8fe31ef commit 18b44d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions env/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
- `NET` is the network driver name
- `tinynf` is an adaptation of the TinyNF driver (OSDI'20) for Intel 82599
- `dpdk` is, well, DPDK
- `dpdk-inline` doesn't work, do not use (the goal was to use the DPDK driver but without DPDK itself)
- Add your own! Just create a `Makefile` within that folder that adds to the `NET_SRCS` variable a list of absolute paths of source files

- `NF_CONFIG` and `OS_CONFIG` are self-explanatory, the NF one is NF-dependent, for the OS one it's just a list of PCI devices, e.g.,
Expand All @@ -48,4 +47,4 @@
In order to get the documentation for the klint environment C code library perform the following steps
1. Go to this [website](https://www.doxygen.nl/manual/install.html) and install doxygen
2. Run doxygen Doxyfile in `env`
3. Open the `index.html` file in the `html` folder created
3. Open the `index.html` file in the `html` folder created

0 comments on commit 18b44d0

Please sign in to comment.