Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux5.9: enable XDP sockets for x86_64
@ 2020-12-15 10:02 magenbluten
  2020-12-15 13:28 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: magenbluten @ 2020-12-15 10:02 UTC (permalink / raw)
  To: ml

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

There is a new pull request by magenbluten against master on the void-packages repository

https://github.com/magenbluten/void-packages xdp
https://github.com/void-linux/void-packages/pull/27178

linux5.9: enable XDP sockets for x86_64
for some reason the 5.9 config disabled XDP again.

- see: https://github.com/void-linux/void-packages/pull/25732

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

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

From b15802894cd3ca3d8df65891fd73eeca9ef2b712 Mon Sep 17 00:00:00 2001
From: mb <mb@64k.by>
Date: Tue, 15 Dec 2020 10:59:55 +0100
Subject: [PATCH] linux5.9: enable XDP sockets for x86_64

for some reason the 5.9 config disabled XDP again.

- see: https://github.com/void-linux/void-packages/pull/25732
---
 srcpkgs/linux5.9/files/x86_64-dotconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/linux5.9/files/x86_64-dotconfig b/srcpkgs/linux5.9/files/x86_64-dotconfig
index 29951d6c499..1580473b913 100644
--- a/srcpkgs/linux5.9/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.9/files/x86_64-dotconfig
@@ -1056,7 +1056,8 @@ CONFIG_NET_KEY_MIGRATE=y
 CONFIG_XFRM_ESPINTCP=y
 CONFIG_SMC=m
 CONFIG_SMC_DIAG=m
-# CONFIG_XDP_SOCKETS is not set
+CONFIG_XDP_SOCKETS=y
+CONFIG_XDP_SOCKETS_DIAG=m
 CONFIG_INET=y
 CONFIG_IP_MULTICAST=y
 CONFIG_IP_ADVANCED_ROUTER=y

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

* Re: linux5.9: enable XDP sockets for x86_64
  2020-12-15 10:02 [PR PATCH] linux5.9: enable XDP sockets for x86_64 magenbluten
@ 2020-12-15 13:28 ` ericonr
  2020-12-15 13:28 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-15 13:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27178#issuecomment-745286484

Comment:
Does it work on all archs?

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

* Re: linux5.9: enable XDP sockets for x86_64
  2020-12-15 10:02 [PR PATCH] linux5.9: enable XDP sockets for x86_64 magenbluten
  2020-12-15 13:28 ` ericonr
@ 2020-12-15 13:28 ` ericonr
  2020-12-16 21:28 ` travankor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-15 13:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27178#issuecomment-745287012

Comment:
Yeah, please add to i386 as well :)

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

* Re: linux5.9: enable XDP sockets for x86_64
  2020-12-15 10:02 [PR PATCH] linux5.9: enable XDP sockets for x86_64 magenbluten
  2020-12-15 13:28 ` ericonr
  2020-12-15 13:28 ` ericonr
@ 2020-12-16 21:28 ` travankor
  2020-12-16 21:28 ` travankor
  2020-12-17 19:23 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: travankor @ 2020-12-16 21:28 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27178#issuecomment-747051748

Comment:
This can be combined with linux 5.9.16 if you would like.

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

* Re: linux5.9: enable XDP sockets for x86_64
  2020-12-15 10:02 [PR PATCH] linux5.9: enable XDP sockets for x86_64 magenbluten
                   ` (2 preceding siblings ...)
  2020-12-16 21:28 ` travankor
@ 2020-12-16 21:28 ` travankor
  2020-12-17 19:23 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: travankor @ 2020-12-16 21:28 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/27178#issuecomment-747051748

Comment:
This can be combined with linux 5.9.15 if you would like.

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

* Re: [PR PATCH] [Closed]: linux5.9: enable XDP sockets for x86_64
  2020-12-15 10:02 [PR PATCH] linux5.9: enable XDP sockets for x86_64 magenbluten
                   ` (3 preceding siblings ...)
  2020-12-16 21:28 ` travankor
@ 2020-12-17 19:23 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-17 19:23 UTC (permalink / raw)
  To: ml

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

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

linux5.9: enable XDP sockets for x86_64
https://github.com/void-linux/void-packages/pull/27178

Description:
for some reason the 5.9 config disabled XDP again.

- see: https://github.com/void-linux/void-packages/pull/25732

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

end of thread, other threads:[~2020-12-17 19:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 10:02 [PR PATCH] linux5.9: enable XDP sockets for x86_64 magenbluten
2020-12-15 13:28 ` ericonr
2020-12-15 13:28 ` ericonr
2020-12-16 21:28 ` travankor
2020-12-16 21:28 ` travankor
2020-12-17 19:23 ` [PR PATCH] [Closed]: " ericonr

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).