app netutils Repository

In an effort to enable DPDK applications to be run in a container, this repo contains a set of library functions to aid CNF developers in deploying applications. The library functions collect data from the system, environment variables, kubernetes annotations, etc, and consolidate the data into consumable data that is returned by the API calls. The library is written in GO, but has a C binding (DPDK is mostly written in C) that can be called from applications written in C.

Project Source Code

https://github.com/openshift/app-netutil

Project Contact

Billy McFall