{"id":22325068,"url":"https://github.com/rogercoll/xdp","last_synced_at":"2025-08-23T05:38:59.437Z","repository":{"id":113987788,"uuid":"297987559","full_name":"rogercoll/xdp","owner":"rogercoll","description":"Testing eBPF - XDP (eXpress Data Path)","archived":false,"fork":false,"pushed_at":"2020-09-23T15:14:24.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-22T03:34:05.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rogercoll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2020-09-23T13:58:12.000Z","updated_at":"2020-09-23T15:14:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"0cfb36c5-eff9-48b2-bf87-9ebefeafec79","html_url":"https://github.com/rogercoll/xdp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rogercoll/xdp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogercoll%2Fxdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogercoll%2Fxdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogercoll%2Fxdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogercoll%2Fxdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogercoll","download_url":"https://codeload.github.com/rogercoll/xdp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogercoll%2Fxdp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745624,"owners_count":24813513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-04T02:10:01.802Z","updated_at":"2025-08-23T05:38:59.404Z","avatar_url":"https://github.com/rogercoll.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development\n\nTested in Amazon Linux 2 operating system. \n\n# Prerequisits\n\n- Two network interfaces (to not lose the SSH connection)\n- ENA driver version \u003e= 2.2.0 (to support XDP, if not available you cannot you XDP Native Mode)\n\n# Compilation \u0026\u0026 Net Interface attachment\n\n```\nclang -O2 -Wall -target bpf -g -c xdp-example.c -o xdp-example.o\n\nip link set dev eth1 xdpdrv object xdp-example.o (Native mode)\nip link set dev eth1 xdpgeneric object xdp-example.o (Generic mode)\n```\n\n# Verification and dis(attachment)\n\n```\nping -I eth1 1.1.1.1\nip link set dev eth1 xdp off\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogercoll%2Fxdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogercoll%2Fxdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogercoll%2Fxdp/lists"}