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

After https://github.com/intel-go/nff-go/pull/519 we should try to remove SetMerge inside NAT. We should use multiple sends instead. Sends to one port will be merged automatically without using additional cores.

I found a white paper about running DPDK programs as container on K8S, see: https://builders.intel.com/docs/networkbuilders/enabling_new_features_in_kubernetes_for_NFV.pdf But this look overly complicated. So what's the recommended setup for running a nff-go program...

We pause zero packet getting attempts for some nanoseconds depending on number of clones - N*32. This is wrong because functions that provide this are also 250 nanoseconds. So we...

Currently NFF-Go changes settings of golang log package by calling log.SetFlags(0). This interferes with user applications which require default behavior of log package.

bug