nff-go icon indicating copy to clipboard operation
nff-go copied to clipboard

NFF-Go -Network Function Framework for GO (former YANFF)

Results 66 nff-go issues
Sort by recently updated
recently updated
newest added

Currently, `rte_ring_create` has been provided. But what our project need is `rte_ring_lookup` getting existed ring.

Not a big issue for me, just adding it for completion. To my knowledge, nff-go programs are currently using 100% of each assigned CPU core. DPDK includes an example that...

Is there any qos queueing example ? which container can we use in packet handler to get packet store in queue, and how to dequeue ? go chan ? or...

Some users have DPDK already installed and built in their systems. It should be possible to reuse system libraries instead of building our own.

I have 2 port using DPDK driver ``` python $NFF_GO/dpdk/dpdk/usertools/dpdk-devbind.py --status Network devices using DPDK-compatible driver ============================================ 0000:0b:00.0 'VMXNET3 Ethernet Controller 07b0' drv=igb_uio unused=vmxnet3 0000:1b:00.0 'VMXNET3 Ethernet Controller 07b0' drv=igb_uio...

bug

help wanted
documentation

Currently we check packet loss only in stability tests, we should check it also at high speeds and complex workloads.

Currently most tests are measuring max throughput when system is overloaded.