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
Unknown Object (File)
Wed, May 1, 4:41 AM
Unknown Object (File)
Fri, Apr 26, 10:28 PM
Unknown Object (File)
Fri, Apr 26, 4:39 AM
Unknown Object (File)
Mon, Apr 15, 4:20 PM
Unknown Object (File)
Mon, Apr 15, 6:07 AM
Unknown Object (File)
Apr 5 2024, 6:27 PM
Unknown Object (File)
Apr 3 2024, 7:51 PM
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.Mon, Apr 15, 1:20 AM