aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2021-12-26 18:26:26 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2021-12-27 18:47:25 +0000
commit49ed6e979c3b327ae466a559884802d901aa5792 (patch)
tree82346d8a1d763f350986b4cee9dbe5c9528c1368 /sys/conf/files
parent37a7f55737164e05d4bc4fa1f6510b4e624b6c45 (diff)
downloadsrc-49ed6e979c3b327ae466a559884802d901aa5792.tar.gz
src-49ed6e979c3b327ae466a559884802d901aa5792.zip
LinuxKPI: add a work-in-progress skbuff implementation
This is a work-in-progress implementation of sk_buff compat code used for wireless drivers only currently. Bring in this version of the code as it has proven to be good enough to have packets going for a few months. The current implementation has several drawbacks including the need for us to copy data between sk_buffs and mbufs. Do not rely on the internals of this implementation. They are highly likely to change as we will improve the integration to FreeBSD mbufs. Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 517168b5a5d5..6a809efe75d1 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4570,6 +4570,8 @@ compat/linuxkpi/common/src/linux_shmemfs.c optional compat_linuxkpi \
compile-with "${LINUXKPI_C}"
compat/linuxkpi/common/src/linux_shrinker.c optional compat_linuxkpi \
compile-with "${LINUXKPI_C}"
+compat/linuxkpi/common/src/linux_skbuff.c optional compat_linuxkpi \
+ compile-with "${LINUXKPI_C}"
compat/linuxkpi/common/src/linux_slab.c optional compat_linuxkpi \
compile-with "${LINUXKPI_C}"
compat/linuxkpi/common/src/linux_usb.c optional compat_linuxkpi usb \