Skip to content

A GitHub action to install the DPDK from source inside a GitHub workflow.

Notifications You must be signed in to change notification settings

gamemann/DPDK-Deploy-Action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

The DPDK GitHub Action

Description

A small GitHub composite action used for various workflows I will be creating in my projects. This action deploys a standard configuration of the DPDK. It installs tools Python3, Pip3, Meson, and Ninja Build to install the DPDK. It's great/useful to use inside of GitHub workflows that require the DPDK to build.

Credits