Skip to content

Instantly share code, notes, and snippets.

@sig9
sig9 / markdown-details-collapsible.md
Created March 12, 2021 18:45 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets
@sig9
sig9 / DPDK build for Ubuntu 18.04 in Azure
Last active May 24, 2019 01:34
Minimal DPDK build for Azure with support for Mellanox PMDs
Sharing steps to compile DPDK in azure. The key thing to check after compiling dpdk is to run ldd on the testpmd binary and ensure that there are references to the libmlx* runtime libs.