Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make XDP eBPF enabled by default #469

Open
saxena-anurag opened this issue Feb 16, 2024 · 2 comments
Open

Make XDP eBPF enabled by default #469

saxena-anurag opened this issue Feb 16, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation ebpf P2
Milestone

Comments

@saxena-anurag
Copy link
Contributor

Currently XDP does not register as eBPF extension provider by default, and we need to set XdpEbpfEnabled reg key and restart XDP driver to enable the feature. This issue is to enable it by default so that an extra step is avoided.

@shpalani
Copy link

shpalani commented Mar 8, 2024

Until this issue is resolved, please add the below instruction to the README file:

  1. 'reg.exe add HKLM\SYSTEM\CurrentControlSet\Services\xdp\Parameters /v XdpEbpfEnabled /d 1 /t REG_DWORD /f'

  2. Version compatibility:
    ebpf-for-windows v0.14.1 msi version with xdp-for-windows v1.1.0+c10f37fa

@shpalani
Copy link

shpalani commented Mar 8, 2024

@mtfriesen mtfriesen added this to the eBPF milestone Jun 3, 2024
@mtfriesen mtfriesen added ebpf P2 documentation Improvements or additions to documentation labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation ebpf P2
Projects
None yet
Development

No branches or pull requests

3 participants