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

root@PC:/go/src/github.com/intel-go/nff-go# make make -C nff-go-base make[1]: Entering directory '/mnt/d/go/src/github.com/intel-go/nff-go/nff-go-base' Checking for AVX support... AVX and AVX2 make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/mnt/d/go/src/github.com/intel-go/nff-go/nff-go-base' make -C dpdk...

During the compilation process the kni kernel module building fails. It seems that the DPDK 19.08 is not supported for Ubuntu 20.04. Is there any plans to upgrade the DPDK...

https://github.com/intel-go/nff-go/blob/master/flow/flow.go#L1161 Casting the uint flowNumber to uint8 limits us to 255 paths/flows. I'd love to support (many) more. Has anyone tried doing this? It looks like perhaps the fix is...

https://blog.csdn.net/weixin_43127546/article/details/123463941

Is this project abandoned?

Hello, I am working on a project, where IP Reassembly of traffic is required and I am using nff-go for this purpose. I am having a problem while running my...

I've been working with nff-go to make it function correctly with dpdk-20.11.1 (which is critical for support of e810 cards and certain functions in them) - but I've run into...

I built an nff project,modified low.h,following is the running code code: /opt/nff-go/internal/low/low.h ```go /* #cgo CFLAGS: -I/opt/nff-go/dpdk/dpdk/build/include -O3 -g -m64 -pthread -std=gnu11 -march=native -DRTE_MACHINE_CPUFLAG_SSE -DRTE_MACHINE_CPUFLAG_SSE2 -DRTE_MACHINE_CPUFLAG_SSE3 -DRTE_MACHINE_CPUFLAG_SSSE3 -DRTE_MACHINE_CPUFLAG_SSE4_1 -DRTE_MACHINE_CPUFLAG_SSE4_2 -DRTE_MACHINE_CPUFLAG_PCLMULQDQ...

Hi, thanks for introducing the raw socket, it's a very cool feature! :) I'm now trying to use the raw socket but having a problem that I couldn't find a...

I am trying to create a tap interface so I can forward some traffic to it. I have given arguments by using array of strings like this. ![image](https://user-images.githubusercontent.com/39719933/65744354-f6bba480-e0ac-11e9-8456-16c79dff5f19.png) But this...