Hyunok-Kim

Results 5 comments of Hyunok-Kim

The problem seems not be due to your code bug. I have written a brand-new driver based on libqdma Original libqdma uses the interrupt order you mentioned When I used...

While qep-driver can use flexible configuration using device tree as firmware, my driver don't require any extra data to configure run mode and queue setups but the setups are hard-coded...

@lmunch Throughput of poll mode wasn't better than that of interrupt mode in my test-setup. * interrupt mode(use default json file) : 8.93 Gbits/sec * poll mode(change 'poll_mode' from false...

@lmunch Unfortunately, I'm not familiar with SRIOV and it is not in my interest. I'm still interesting in throughput improvement. I'm moving on implementing h2c st bypass logic for scatter-gather...

@lmunch To measure network throughput, I referenced the following articles https://support.mellanox.com/s/article/getting-started-with-connectx-5-100gb-s-adapters-for-linux https://www.kernel.org/doc/ols/2009/ols2009-pages-169-184.pdf Multi stream connection is necessary to distribute overheads of network stack within linux kernel over multiple CPUs. RSS(Receive...