Discussion:
CVS commit: [phil-wifi] src/sys
(too old to reply)
Jason Thorpe
2018-07-12 17:02:19 UTC
Permalink
Can you describe what these sbufs are?
Module Name: src
Committed By: phil
Date: Thu Jul 12 16:02:50 UTC 2018
src/sys/kern [phil-wifi]: subr_sbuf.c
src/sys/sys [phil-wifi]: sbuf.h
Add sbuf files from FreeBSD to support net80211.
Files from same version as net80211 files.
cvs rdiff -u -r0 -r1.1.2.1 src/sys/kern/subr_sbuf.c
cvs rdiff -u -r0 -r1.1.2.1 src/sys/sys/sbuf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-- thorpej


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Phil Nelson
2018-07-12 17:42:46 UTC
Permalink
Post by Jason Thorpe
Can you describe what these sbufs are?
It is basically a dynamic string that can be built incrementally, including
by reading via a struct uio and that can be sent to a variety of destinations
including via a struct uio. I added it to quickly get the 802.11 code
compiling. It looks to be primarily used with sysctl calls and could possibly
be replaced so not integrated in the final version.

--Phil


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...