Skip to content

Commit

Permalink
Merge pull request #63 from diana-qing/onboarding-docs
Browse files Browse the repository at this point in the history
Add documentation for onboarding steps
  • Loading branch information
thearossman authored Oct 16, 2024
2 parents c90622b + 7f26eca commit 26acb6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,9 @@ meson setup configure -Dplatform=generic
export LD_LIBRARY_PATH=$DPDK_PATH/lib/aarch64-linux-gnu
```

#### Troubleshooting: Mempool Capacity
When running applications using the provided offline config file, a mempool creation error may occur:
```sh
Error: Mempool mempool_0 creation failed
```
This can be resolved by reducing the mempool capacity in the config file.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fn main() {
runtime.run();
}
```
Writing a Retina application consists of defining subscriptions. A subscription is defined by (1) [writing a filter](https://stanford-esrg.github.io/retina/retina_filtergen/index.html) to describe what subset of network traffic you're interested in, (2) choosing [data types to subscribe to](https://stanford-esrg.github.io/retina/retina_core/subscription/index.html), and (3) defining a callback function that takes in a subscribable data type and performs operations on the filtered data.

Build all examples in release mode:

Expand Down

0 comments on commit 26acb6e

Please sign in to comment.