JaydenFish
JaydenFish
 Sometimes it go wrong. Sometime it works correctly. It's weird.  I have a Makefile about fbs: ``` %.grpc.fb.h: %.fbs flatc -c --grpc -o $(dir $*) $^ flatc -p...
And this is weird. The command specify write output to `pyapi` and `generated`, but it generate `helloworld_grpc_fb.py` in current dir. 

I need this too.
I hears I can assign RTE_PROC_PRIMARY or RTE_PROC_SECONDARY with DPDK? How to do this through seastar?