{"id":38832509,"url":"https://github.com/yerden/go-dpdk","last_synced_at":"2026-01-17T13:53:33.137Z","repository":{"id":36348368,"uuid":"190874657","full_name":"yerden/go-dpdk","owner":"yerden","description":"Go bindings for DPDK library.","archived":false,"fork":false,"pushed_at":"2024-09-19T17:04:15.000Z","size":423,"stargazers_count":133,"open_issues_count":7,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-17T12:49:19.333Z","etag":null,"topics":["dpdk","go","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yerden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-08T10:26:52.000Z","updated_at":"2024-11-11T22:14:19.000Z","dependencies_parsed_at":"2024-06-18T19:50:42.839Z","dependency_job_id":"b73fa4e7-7348-4c98-8c0c-ab4c568fa9fb","html_url":"https://github.com/yerden/go-dpdk","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/yerden/go-dpdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yerden%2Fgo-dpdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yerden%2Fgo-dpdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yerden%2Fgo-dpdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yerden%2Fgo-dpdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yerden","download_url":"https://codeload.github.com/yerden/go-dpdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yerden%2Fgo-dpdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dpdk","go","golang"],"created_at":"2026-01-17T13:53:33.031Z","updated_at":"2026-01-17T13:53:33.129Z","avatar_url":"https://github.com/yerden.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go bindings for DPDK framework.\n[![Documentation](https://godoc.org/github.com/yerden/go-dpdk?status.svg)](http://godoc.org/github.com/yerden/go-dpdk) [![Build Status](https://github.com/yerden/go-dpdk/actions/workflows/unit.yml/badge.svg)](https://github.com/yerden/go-dpdk/actions/workflows/unit.yml) [![codecov](https://codecov.io/gh/yerden/go-dpdk/branch/master/graph/badge.svg?token=1XW04KL02S)](https://codecov.io/gh/yerden/go-dpdk)\n\n# Building apps\n\nStarting from DPDK 21.05, `pkg-config` becomes the only official way to build DPDK apps. Because of it `go-dpdk` uses `#cgo pkg-config` directive to link against your DPDK distribution.\n\nGo compiler may fail to accept some C compiler flags. You can fix it by submitting those flags to environment:\n```\nexport CGO_CFLAGS_ALLOW=\"-mrtm\"\nexport CGO_LDFLAGS_ALLOW=\"-Wl,--(?:no-)?whole-archive\"\n```\n\n# Caveats\n* Only dynamic linking is viable at this point.\n* If you isolate CPU cores with `isolcpus` kernel parameter then `GOMAXPROCS` should be manually specified to reflect the actual number of logical cores in CPU mask. E.g. if `isolcpus=12-95` on a 96-core machine then default value for `GOMAXPROCS` would be 12 but it should be at least 84.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyerden%2Fgo-dpdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyerden%2Fgo-dpdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyerden%2Fgo-dpdk/lists"}