openNetVM
openNetVM copied to clipboard
A high performance container-based NFV platform from GW and UCR.
## Bug Report **Current Behavior** sometimes the tutorial does not work because the arp nf is not responding. The commands in the document are incorrect if the client side is...
Replaced the server.conf file inside the load balancer nf with a json file called server.json. Because the config file parser was written for a plaintext file rather than a json...
Update Load Balance Tutorial with the latest changes ## Summary: **Usage:** | This PR includes | | | ------------------------ | -------- | | Resolves issues | | Breaking API changes...
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`....
## Feature Request **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I have an issue when [...]...
Hi there, This is a code I've used so far to display packet drop stats at the NIC. Best.
## Summary: Added new functionality, can run either the iterative version (starting from 2 NFs to a specified # of max NFs) or the selective version. Added type checking at...
added relevant files needed to use the VSCode debugger while running the speed tester nf
## Feature Request We should display statistics about how many packets are dropped by the NIC before they reach the manager. We can get the stats here: https://doc.dpdk.org/api/structrte__event__eth__rx__adapter__stats.html#a7c2f568a81a574e072c66a0246044d56 This should...
## Feature Request Make a simple sample NF in `examples/skeleton` to use as a base for creating other NFs. **Describe the solution you'd like** This could be based on a...