kernel: Add KERNEL_DCB (Data Center Bridging)
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 19 Jan 2025 18:49:38 +0000 (19:49 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Mar 2025 16:05:26 +0000 (17:05 +0100)
commit40f1db9cb11d98ef0b5061b8e210e6351935df8a
treeefd73a0591b753df41705444e920220b62779f0f
parent8a7863767056ca0dec69a6b383b6e0c0d5fc3af7
kernel: Add KERNEL_DCB (Data Center Bridging)

The kmod-mlxsw-spectrum driver activated CONFIG_DCB indirectly already
on all targets which are building this driver. All other DCB capable
driver did not activate their DCB support.

CONFIG_DCB increases the uncompressed kernel size by about 7.8KB.

CONFIG_DCB is only needed some data center Ethernet cards and not used
on normal routers. Activate it only on the x86_64 and the armsr_arm64
target which are used on normal servers or in VMs.

Link: https://github.com/openwrt/openwrt/pull/17672
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config/Config-kernel.in
package/kernel/linux/modules/netdevices.mk
target/linux/generic/config-6.6
target/linux/loongarch64/config-6.6
target/linux/x86/modules.mk