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

[Bug] AF_XDP compile failures #876

Closed
fklassen opened this issue Jun 9, 2024 · 1 comment
Closed

[Bug] AF_XDP compile failures #876

fklassen opened this issue Jun 9, 2024 · 1 comment
Assignees
Labels

Comments

@fklassen
Copy link
Member

fklassen commented Jun 9, 2024

Describe the bug
This fails to compile in 4.5.0-beta1

To Reproduce
Steps to reproduce the behavior:

  1. sudo apt install -y libxdp-dev libbpf-dev
  2. ./configure
  3. make

Expected behavior
compiles

Screenshots

  CCLD     tcpreplay
/usr/bin/ld: tcpreplay-send_packets.o: in function `check_packet_fits_in_umem_frame':
/home/fklassen/git/tcpreplay/build/src/../../src/send_packets.c:1262: undefined reference to `free_umem_and_xsk

System (please complete the following information):

  • OS: Linux Debian
  • OS version: Buster
  • Tcpreplay Version: 4.5.0-beta1

Additional context
something got dropped in the merge

@fklassen fklassen added the bug label Jun 9, 2024
@fklassen fklassen self-assigned this Jun 9, 2024
fklassen added a commit that referenced this issue Jun 9, 2024
fklassen added a commit that referenced this issue Jun 9, 2024
fklassen added a commit that referenced this issue Jun 9, 2024
Bug #876 - add missing free_umem_and_xsk function
@fklassen
Copy link
Member Author

fklassen commented Jun 9, 2024

fixed in PR #877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant