GithubHelp home page GithubHelp logo

doytsujin / xdp-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xdp-project/xdp-tools

0.0 2.0 0.0 1.53 MB

Utilities and example programs for use with XDP

License: Other

C 79.18% Makefile 2.03% Shell 6.23% Emacs Lisp 0.27% Python 1.29% Roff 11.00%

xdp-tools's Introduction

xdp-tools - Library and utilities for use with XDP

This repository contains the libxdp library for working with the eXpress Data Path facility of the Linux kernel, and a collection of utilities and example code that uses the library.

The repository contains the following:

  • lib/libxdp/ - the libxdp library itself - can be built standalone using make libxdp
  • xdp-loader/ - a command-line utility for loading XDP programs using libxdp
  • xdp-filter/ - a simple packet filtering utility powered by XDP
  • xdp-dump/ - a tcpdump-like tool for capturing packets at the XDP layer
  • xdp-monitor/ - a simple XDP tracepoint monitoring tool
  • xdp-bench/ - an XDP benchmarking tool
  • xdp-trafficgen/ - an XDP-based packet generator
  • headers/xdp/ - reusable eBPF code snippets for XDP (installed in /usr/include/xdp by make install).
  • lib/util/ - common code shared between the different utilities
  • packaging/ - files used for distro packaging
  • lib/libbpf/ - a git submodule with libbpf, used if the system version is not recent enough

To compile, first run ./configure, then simply type make. Make sure you either have a sufficiently recent libbpf installed on your system, or that you pulled down the libbpf git submodule (git submodule init && git submodule update).

For a general introduction to XDP, please see the XDP tutorial, and for more BPF and XDP examples, see the bpf-examples repository.

xdp-tools's People

Contributors

ajmmm avatar bluca avatar chaudron avatar chenhengqi avatar cloftus avatar danobi avatar davemarchevsky avatar dhiver avatar dmitris avatar donaldh avatar dongdong-wang avatar eolder avatar gizahnl avatar hhoffstaette avatar ickymettle avatar igsilya avatar kkdwivedi avatar lorenzobianconi avatar magnus-karlsson avatar marcos44pl avatar martzki avatar meox avatar msherif1234 avatar netoptimizer avatar polynomialdivision avatar sebymiano avatar shoracek avatar shunghsiyu avatar tohojo avatar walking-machine avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.