Skip to content

Commit e11727b

Browse files
hbruecknerAlexander Gordeev
authored andcommitted
s390/configs: Enable additional network features
Enable AF_XDP, kTLS, and Mellanox subfunctions to accelerate network packet processing. Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
1 parent f46ccdb commit e11727b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

arch/s390/configs/debug_defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,13 @@ CONFIG_PACKET=y
114114
CONFIG_PACKET_DIAG=m
115115
CONFIG_UNIX=y
116116
CONFIG_UNIX_DIAG=m
117+
CONFIG_TLS=m
118+
CONFIG_TLS_DEVICE=y
119+
CONFIG_TLS_TOE=y
117120
CONFIG_XFRM_USER=m
118121
CONFIG_NET_KEY=m
122+
CONFIG_XDP_SOCKETS=y
123+
CONFIG_XDP_SOCKETS_DIAG=m
119124
CONFIG_SMC_DIAG=m
120125
CONFIG_SMC_LO=y
121126
CONFIG_INET=y
@@ -547,6 +552,7 @@ CONFIG_NLMON=m
547552
CONFIG_MLX4_EN=m
548553
CONFIG_MLX5_CORE=m
549554
CONFIG_MLX5_CORE_EN=y
555+
CONFIG_MLX5_SF=y
550556
# CONFIG_NET_VENDOR_META is not set
551557
# CONFIG_NET_VENDOR_MICREL is not set
552558
# CONFIG_NET_VENDOR_MICROCHIP is not set

arch/s390/configs/defconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,13 @@ CONFIG_PACKET=y
105105
CONFIG_PACKET_DIAG=m
106106
CONFIG_UNIX=y
107107
CONFIG_UNIX_DIAG=m
108+
CONFIG_TLS=m
109+
CONFIG_TLS_DEVICE=y
110+
CONFIG_TLS_TOE=y
108111
CONFIG_XFRM_USER=m
109112
CONFIG_NET_KEY=m
113+
CONFIG_XDP_SOCKETS=y
114+
CONFIG_XDP_SOCKETS_DIAG=m
110115
CONFIG_SMC_DIAG=m
111116
CONFIG_SMC_LO=y
112117
CONFIG_INET=y
@@ -537,6 +542,7 @@ CONFIG_NLMON=m
537542
CONFIG_MLX4_EN=m
538543
CONFIG_MLX5_CORE=m
539544
CONFIG_MLX5_CORE_EN=y
545+
CONFIG_MLX5_SF=y
540546
# CONFIG_NET_VENDOR_META is not set
541547
# CONFIG_NET_VENDOR_MICREL is not set
542548
# CONFIG_NET_VENDOR_MICROCHIP is not set

0 commit comments

Comments
 (0)