https://github.com/rn/c_packetprocessing
https://github.com/rn/c_packetprocessing
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rn/c_packetprocessing
- Owner: rn
- License: other
- Created: 2016-01-03T14:42:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T01:02:10.000Z (over 10 years ago)
- Last Synced: 2025-01-24T18:12:49.049Z (over 1 year ago)
- Language: C
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Description
This repo contains files necessary to build a firmware image for certain
Netronome Intelligent Server Adapters (more details https://netronome.com).
The applications included here are firmware components useful for learning
the basics of programming the Netronome Network Flow Processor (NFP) based
Server Adapters.
Some of the applications included were used as examples at the Netronome
'P4devcon' workshop (http://open-nfp.org/).
# Directory Structure
Several folders are in this repo:
* 'apps' where you can find the applications.
* 'microc' contains the libraries used by the applications.
* 'scripts' few Makefile templates.
# 'P4DevCon' Lab applications
The applications used in the workshop contained in this repo are
'Lab4' and 'Lab5'.
## Lab4
For running Lab4 please check README.md file at apps/lab4.
## Lab5
For running Lab5 please check README.md file at apps/lab5.