oko
oko copied to clipboard
Question about ring_client.c
Hey,
Looking at the tests/dpdk/ring_client.c
. It seems that you are resuing the bpf examples available in examples/bpf
like dapper
in there. However, I don't see any usage of ubpf_vm
in tests/dpdk/ring_client.c
. I was expecting the VM to operate in there, right?
At the moment, there is no JITing or interpretation or anything in that file. Is this correct? If yes, would you please point me to some tests that actually run the vm? I'm wondering if that's something we should do at all or not!
Thanks, Alireza