aregm / nff-go

NFF-Go -Network Function Framework for GO (former YANFF)
BSD 3-Clause "New" or "Revised" License
1.38k stars 156 forks source link

RFC: nff-go in Azure with failsafe #690

Open darinkes opened 4 years ago

darinkes commented 4 years ago

For example:

config := flow.Config{
    DPDKArgs: []string {
        "--vdev=net_vdev_netvsc0,iface=eth1",
        "--vdev=net_vdev_netvsc1,iface=eth2",
    },
}
flow.CheckFatal(flow.SystemInit(&config))

Closes #688