Results 6 comments of Vipin Varghese

not an error, you can easily fix this

I am able to work this error around by modifying the build to `gcc -O2 -std=c99 -DNUM_THREADS=$i -DMEM_OFF=0 stream-pthreads.c -lpthread -lnuma` Can you please check?

``` $ diff run-stream.sh-org run-stream.sh-mod 5c5 < gcc -O2 -std=c99 -lpthread -lnuma -DNUM_THREADS=$i -DMEM_OFF=0 stream-pthreads.c --- > gcc -O2 -std=c99 -DNUM_THREADS=$i -DMEM_OFF=0 stream-pthreads.c -lpthread -lnuma 13c13 < gcc -O2 -std=c99...

Hi @swatson314159 I am not sure why the API `rte_eth_queue_count` is used to fetch number of supported RX queues in `nff-go`. Because the following is my understanding. 1. API rte_eth_dev_info_get...

@swatson314159 I did some digging into mxl5 driver code,, only place rte_eth_rx_queue_count return `-ENOTSUPP` is when `dev->rx_pkt_burst != mlx5_rx_burst`. There can be 2 reasons for the same 1. the user...

> KNI: Update maddr of dpdk0 Faile Is not KNI different PMD from I40E PMD. Does not this mean your port 0 `dpdk0` is KNI and not I40E? Can you...