Page MenuHomeFreeBSD

LinuxKPI: sk_buff: implement skb_queue_splice_tail_init()
ClosedPublic

Authored by bz on Apr 2 2024, 10:06 AM.
Tags
None
Referenced Files
F131922527: D44590.diff
Sun, Oct 12, 5:58 AM
Unknown Object (File)
Thu, Oct 9, 4:50 PM
Unknown Object (File)
Mon, Oct 6, 2:56 PM
Unknown Object (File)
Mon, Sep 22, 7:43 AM
Unknown Object (File)
Sep 12 2025, 11:04 AM
Unknown Object (File)
Aug 24 2025, 2:29 PM
Unknown Object (File)
Aug 20 2025, 2:58 AM
Unknown Object (File)
Aug 20 2025, 2:42 AM
Subscribers

Details

Summary

Implement skb_queue_splice_tail_init() and SKB_DATA_ALIGN() as
needed by the mt76 wireless driver.

Sponsord by: The FreeBD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Apr 2 2024, 10:06 AM
sys/compat/linuxkpi/common/include/linux/skbuff.h
876

from has to be empty?

bz planned changes to this revision.Apr 2 2024, 7:29 PM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/skbuff.h
876

I'll change it back to the style from the one above. Thank you! NOP -> !NOP

Fix logic from NOP to doing something.

bz marked an inline comment as done.Apr 2 2024, 11:57 PM

Okay, let's see if it is correct now?

This revision is now accepted and ready to land.Apr 15 2024, 1:20 AM