HewlettPackard / HewlettPackard/PacketRusher

[FEATURE] Remove dependency on kernel module

Open
#155 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
193
Forks
47
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.

Building and installing PacketRusher currently relies on building and loading a kernel module. This makes PacketRusher difficult to package and distribute (ex. as a container image or a snap) and limits its potential usability.

Describe the behavior you'd like
Ability to distribute PacketRusher as a container image and/or snap.

Potential alternatives to kernel modules

  • eBPF: Implementing the packet processing logic using eBPF could offer the same performance (kernel level packet decisions) and improving portability

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by tracing the build and installation steps that require the kernel module, then assess the proposed eBPF and container or snap distribution paths. Done means PacketRusher no longer depends on building or loading that module and can be packaged through at least one requested distribution path.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, linux
Domain
devops, operating-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.