diff --git a/content/dpdk-summit-2024.md b/content/dpdk-summit-2024.md new file mode 100644 index 0000000..76702f6 --- /dev/null +++ b/content/dpdk-summit-2024.md @@ -0,0 +1,13 @@ ++++ +title = "DPDK Summit 2024: OpenSSL Crypto PMD - Analysis and Optimisations" +date = 2024-10-23 ++++ + +# Summary +this year I had the opportunity to present my recent work on [DPDK](https://www.dpdk.org/). the work consists of performance analysis and optimisations to the OpenSSL crypto poll mode driver (PMD). I identified several major performance flaws with the implementation, and integration with OpenSSL, and upstreamed changes to address these. the talk goes through the details of the findings, performance impacts of the changes, and discussions around future work. + +# Recording + + +# Slides +[pdf of the slides used for the talk](/pdf/dpdksummit2024.pdf) \ No newline at end of file diff --git a/static/pdf/dpdksummit2024.pdf b/static/pdf/dpdksummit2024.pdf new file mode 100644 index 0000000..92476e6 Binary files /dev/null and b/static/pdf/dpdksummit2024.pdf differ