Kconfig 966 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DCB
  3. bool "Data Center Bridging support"
  4. default n
  5. help
  6. This enables support for configuring Data Center Bridging (DCB)
  7. features on DCB capable Ethernet adapters via rtnetlink. Say 'Y'
  8. if you have a DCB capable Ethernet adapter which supports this
  9. interface and you are connected to a DCB capable switch.
  10. DCB is a collection of Ethernet enhancements which allow DCB capable
  11. NICs and switches to support network traffic with differing
  12. requirements (highly reliable, no drops vs. best effort vs. low
  13. latency) to co-exist on Ethernet.
  14. DCB features include:
  15. Enhanced Transmission Selection (aka Priority Grouping) - provides a
  16. framework for assigning bandwidth guarantees to traffic classes.
  17. Priority-based Flow Control (PFC) - a MAC control pause frame which
  18. works at the granularity of the 802.1p priority instead of the
  19. link (802.3x).
  20. If unsure, say N.