nff-go
                                
                                
                                
                                    nff-go copied to clipboard
                            
                            
                            
                        NFF-Go -Network Function Framework for GO (former YANFF)
Hi, I am using nff-go with the netvsc DPDK driver (for Hyper-V) with two ports. In order to respond to ARP and ICMP requests, I am using DealARPICMP. It appears...
low.checkRSSPacketCount() AKA rte_eth_rx_queue_count() returns -95, `error not supported`, when using Mellanox ConnectX-4 NIC and NFF-Go v0.9.2. This seems to break the scheduler functionality for me. I'm experiencing packet loss without...
Every time I try to access receiver ports stats using NFF-Go's Stats Server, it says blocked. Am I missing something? 
Hi, I have a problem that I can't run nff-go on AWS EC2 instance. I got some error messages from DPDK about the init port failure with the ENA driver....
Our packet generator should be able to read packets from a pcap file that user specified.
im testing a dns server using nff-go ,code as below, but the performace is very slow,only 3,700 qps . device info : cpu core: 4 mem : 4G net card...
Hi, First of all thank you for this amazing project. I am trying to use in my project. But i can't figure out how to generate packets with gopacket. Is...
Added read/write to/from pcap files functionality
Hi, I'm trying to run nff-go with raw socket devices in kubernetes daemon-set. I follow the example [here](https://github.com/intel-go/nff-go/blob/master/examples/OSforwarding.go), first calling `SystemInit` then using `SetReceiverOS` and `SetSenderOS`. But I have some...