linux5.9: enable XDP sockets for x86_64 and i686.
These were the only platforms where it was missing. For some reason the 5.9 config disabled XDP again. - see: https://github.com/void-linux/void-packages/pull/25732 Closes: #27178 [via git-merge-pr]
This commit is contained in:
parent
6f1d3e5ec6
commit
c6fa31489c
2 changed files with 4 additions and 2 deletions
|
@ -1007,7 +1007,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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue