Cong Nguyen

Results 8 issues of Cong Nguyen

I have 2 port using DPDK driver ``` python $NFF_GO/dpdk/dpdk/usertools/dpdk-devbind.py --status Network devices using DPDK-compatible driver ============================================ 0000:0b:00.0 'VMXNET3 Ethernet Controller 07b0' drv=igb_uio unused=vmxnet3 0000:1b:00.0 'VMXNET3 Ethernet Controller 07b0' drv=igb_uio...

bug

I'm on lastest version and the powerline symbols slightly larger than the rest. Terminal is iTerm2 on OSX. On Terminal.app they are lower

I tried several ways to multithread gonetmap but it doesn't work ``` for ringIndex := uint32(0); ringIndex < iface.Nif.RxRings+1; ringIndex++ { ring := iface.GetRing(ringIndex, gonetmap.RX) go pollingWorker(iface, ring, 1000) //...

Whenever I use show documentation with SublimeRope, I see this in the console > Traceback (most recent call last): > File "./sublime_plugin.py", line 362, in run_ > File "./sublime_rope.py", line...

yapf can be very slow on large files. Maybe an option to only reformat the changed region, because it's not really make sense to reformat a reformated file everytime it...

I recently just install vim-gocode+YouCompleteMe with Vundle. I followed the instruction to install go, gocode but when I try to complete with Ctrl+x/o I get "Omni completion (^O^N^P) Pattern not...

p0f set ecn quirk in 2 scenarios: when tos_ecn is set, or tcp_ece&tcp_cwr flag is set. Currently, bpftools only check if tos_ecn is set, which will generate the wrong filter