and the seastar applications run normally without the dpdk
but when I try to
export SEASTAR=/home/sungho/seastar
c++ `pkg-config --cflags --libs $SEASTAR/build/release/seastar.pc` getting-started.cc
./a.out --dpdk-pmd 1
error: too many positional options have been specified on the command line
There aren't many detailed documentations that I can follow and I was wondering if I can find out how to properly use the dpdk
Hello I am trying to use the dpdk version seastar and I don't what I am missing
here is I have done so far
and the seastar applications run normally without the dpdk but when I try to
There aren't many detailed documentations that I can follow and I was wondering if I can find out how to properly use the dpdk