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

--vdev=net_tap0 as dpdk argument not working #655

Open mmurtaznaqvi opened 4 years ago

mmurtaznaqvi commented 4 years ago

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 But this fails and gives an error. image

gshimansky commented 4 years ago

Can you also add "--log-level=8" to the array? Maybe it produces some helpful diagnostics?

SheryarButt commented 4 years ago

Can you also add "--log-level=8" to the array? Maybe it produces some helpful diagnostics?

That didn't help. Does NFF-Go support vdevs ? Coz i was unable to find any documentation regarding it.

vulcanfan commented 3 years ago

Hi, Did this one get resolved? I'm experiencing the same issue. That is, '--vdev=net_tap0' works as argument to testpmd directly, but not when used as DPDKArgs config in NFF-Go. Thanks Andy