diff --git a/_posts/2024-05-08-Gazelle.md b/_posts/2024-05-08-Gazelle.md new file mode 100644 index 0000000..b887cbd --- /dev/null +++ b/_posts/2024-05-08-Gazelle.md @@ -0,0 +1,25 @@ +--- +layout: project +permalink: /:title/ +category: libraries + +meta: + keywords: "Gazelle" + +project: + title: "Gazelle" + type: "C" + url: "Gazelle" + logo: "/assets/images/projects/libraries/gazelle/logo.png" + overview: "Gazelle is a high-performance user-space protocol stack based on DPDK + Lwip. Leveraging DPDK's high-performance packet processing and Gazelle's efforts in scheduling, protocol stack threading, and other aspects, Gazelle exhibits strong competitiveness in latency, throughput, and other aspects. Currently, it enjoys widespread usage in scenarios such as finance and storage." + +supported_releases: + - release: + version: "1.0.2-23" + url: "https://repo.openeuler.org/openEuler-20.03-LTS-SP1/update/aarch64/Packages/gazelle-1.0.2-23.oe1.aarch64.rpm" + - release: + version: "1.0.1-41" + url: "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/everything/aarch64/Packages/gazelle-1.0.1-41.oe2203sp1.aarch64.rpm" +--- + +

Gazelle

diff --git a/assets/images/projects/libraries/gazelle/logo.png b/assets/images/projects/libraries/gazelle/logo.png new file mode 100644 index 0000000..70318c1 Binary files /dev/null and b/assets/images/projects/libraries/gazelle/logo.png differ