-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apps.mellanox.connectx: benchmark matrix #1469
Conversation
I forgot to mention, but 7f967e4 and 9adad52 are interesting commits in their own right. They (re)introduce a packetblaster mode for the Connect-X driver that should be on-par with the trusty 52899 packetblaster in transmitting packets with low CPU overhead. I’ve double checked it to use the equivalent transmit routine @lukego used in the 2016 expirements/measurements. This specialized transmit routine should be able to tease out hardware limits as it has negligible CPU overhead. It doesn’t however necessarily reflect “real” application transmit performance (as its sending the same buffer worth of packets over and over). |
This adds some scripts and scaffolding for running benchmark matrices on our Connect-X driver. At its heart is a Snabb script that, given a system with two connected Connect-X ports, let’s you run a benchmark like so:
If you wrap this in a shell script like so you can generate matrix CSV data to then investigate with R...
…and maybe end up with a plot like this:
We already used this in an attempt to reproduce #1007 and debug a performance issue on EPYC systems. A report on the results can be found here: https://rpubs.com/eugeneia/860725