Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: iproute2: add support to load XDP objects
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47676@inbox.vuxu.org>
@ 2023-12-19 15:39 ` leahneukirchen
  2023-12-19 15:49 ` [PR PATCH] [Updated] " lemmi
  2023-12-19 15:58 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-12-19 15:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/47676#issuecomment-1863001153

Comment:
Please rebase.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] iproute2: add support to load XDP objects
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47676@inbox.vuxu.org>
  2023-12-19 15:39 ` iproute2: add support to load XDP objects leahneukirchen
@ 2023-12-19 15:49 ` lemmi
  2023-12-19 15:58 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 3+ messages in thread
From: lemmi @ 2023-12-19 15:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

There is an updated pull request by lemmi against master on the void-packages repository

https://github.com/lemmi/void-packages iproute2-libelf
https://github.com/void-linux/void-packages/pull/47676

iproute2: add support to load XDP objects
Currently
```bash
ip link set dev eth0 xdp object xdp.o section xdp
```
fails with
```
No ELF library support compiled in.
```

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/47676.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iproute2-libelf-47676.patch --]
[-- Type: text/x-diff, Size: 925 bytes --]

From f5c6d891df1c7a30d3f574f9dfb8b9ab550f0118 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sun, 10 Dec 2023 10:53:14 +0100
Subject: [PATCH] iproute2: add support to load XDP objects

---
 srcpkgs/iproute2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index ce76d37bd58dc..306f2081d80bd 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,11 +1,11 @@
 # Template file for 'iproute2'
 pkgname=iproute2
 version=6.6.0
-revision=1
+revision=2
 build_style=configure
 make_install_args="SBINDIR=/usr/bin"
 hostmakedepends="pkg-config perl flex"
-makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
+makedepends="libfl-devel libmnl-devel db-devel iptables-devel elfutils-devel"
 short_desc="IP Routing Utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: iproute2: add support to load XDP objects
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47676@inbox.vuxu.org>
  2023-12-19 15:39 ` iproute2: add support to load XDP objects leahneukirchen
  2023-12-19 15:49 ` [PR PATCH] [Updated] " lemmi
@ 2023-12-19 15:58 ` leahneukirchen
  2 siblings, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-12-19 15:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]

There's a merged pull request on the void-packages repository

iproute2: add support to load XDP objects
https://github.com/void-linux/void-packages/pull/47676

Description:
Currently
```bash
ip link set dev eth0 xdp object xdp.o section xdp
```
fails with
```
No ELF library support compiled in.
```

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-19 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47676@inbox.vuxu.org>
2023-12-19 15:39 ` iproute2: add support to load XDP objects leahneukirchen
2023-12-19 15:49 ` [PR PATCH] [Updated] " lemmi
2023-12-19 15:58 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).