aboutsummaryrefslogtreecommitdiff
path: root/example/simple_pipeline/.gitignore
AgeCommit message (Collapse)Author
2020-10-14example: script: enhance application run scriptSunil Kumar Kori
Currently example applications uses pcap based pktio to validate the functionality on linux-generic platform during make check but other platforms may not be supporting pcap interfaces as pktio. So example application's run scripts are enhanced to use generic framework to define pktio interfaces and corresponding interface environment scripts are placed under platform implementation. Signed-off-by: Sunil Kumar Kori <skori@marvell.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
2019-03-29example: add new pipeline example applicationMatias Elo
Add new simple pipeline example application. The application receives packets from one interface and passes them through 0-N worker stages before outputting them from a second network interface. The RX, worker, and TX stages are connected using plain queues and each stage is run on a separate CPU thread. Optionally, the worker stages calculate CRC-32C over packet data. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>