[Midnightbsd-cvs] [MidnightBSD/src] 7765c8: atlantic: avoid RSS framework dependency without RSS

Lucas Holt noreply at github.com
Sun Jul 5 01:46:51 EDT 2026


  Branch: refs/heads/stable/4.1
  Home:   https://github.com/MidnightBSD/src
  Commit: 7765c84ef71eeb62a119955412776fc952cc1adf
      https://github.com/MidnightBSD/src/commit/7765c84ef71eeb62a119955412776fc952cc1adf
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-07-05 (Sun, 05 Jul 2026)

  Changed paths:
    M sys/dev/atlantic/aq_main.c

  Log Message:
  -----------
  atlantic: avoid RSS framework dependency without RSS

Only call rss_getkey() and rss_gethashconfig() when the kernel is built with options RSS. For non-RSS kernels, use a private RSS key and the standard TCP/IP hash type set so the Atlantic driver does not leave unresolved RSS symbols in GENERIC.

Signed-off-by: Lucas Holt <luke at foolishgames.com>

AI-Assisted-by: GPT-5 Codex



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list