openNetVM icon indicating copy to clipboard operation
openNetVM copied to clipboard

A high performance container-based NFV platform from GW and UCR.

Results 32 openNetVM issues
Sort by recently updated
recently updated
newest added

## 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...

bug :bug:

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`....

documentation updates :book:

## 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 [...]...

enhancement :rocket:

Hi there, This is a code I've used so far to display packet drop stats at the NIC. Best.

enhancement :rocket:

## 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

CI/Testing :robot:

## 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...

enhancement :rocket:

## 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...

good first issue
enhancement :rocket: