Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jalalmostafa/mining-afxdp

Mining Linux Kernel Repositories to extract knowledge about AF_XDP
https://github.com/jalalmostafa/mining-afxdp

afxdp git linux linux-kernel packet-processing repository-mining statistics zero-copy

Last synced: about 1 month ago
JSON representation

Mining Linux Kernel Repositories to extract knowledge about AF_XDP

Awesome Lists containing this project

README

        

# Mining AF_XDP
Mining Linux Kernel Repositories to extract knowledge about AF_XDP.
The extracted information include AF_XDP driver support and its software evolution by counting commits, total inserted and deleted lines, and lines of code.

### To-do

- [ ] Launch GitHub Pages
- [ ] Check NIC features advertised by driver
- [ ] Add Multi-buffer to driver support output

## Usage

```bash
usage: ./afxdp-miner.py [-h] {commits,support} ... repourl

A tool to extract information about AF_XDP from the Linux Kernel

positional arguments:
{commits,support} Commands
commits Extract software evolution information
support Driver Support
repourl Repository URL

options:
-h, --help show this help message and exit
```