Dennis Afanasev
Dennis Afanasev
Our install guide should be adjusted to include `vfio-pci` and `uio_pci_generic` as usable kernel modules, as noted [here](https://doc.dpdk.org/guides/linux_gsg/linux_drivers.html). We should also modify our [check](https://github.com/sdnfv/openNetVM/blob/master/docs/Install.md#check-system) step (`locate uio`) to include `vfio-pci`....
NF pool
This PR implements a NF pool API. ## Summary: This PR allows developers to create add and remove NF's from a pool. The pool is a hashmap that maps an...
**Checklist (Please check before submitting)** * [x] I reviewed the [Contributing Guide](https://github.com/nasa/CF/blob/main/CONTRIBUTING.md). * [x] I performed a cursory search to see if the bug report is relevant, not redundant, nor...