Go to file
Oren Sidi 892fe7bf73 net/mlx5: Add IFC bits and enums for buf_ownership
[ Upstream commit 6f09ee0b58 ]

Extend structure layouts and defines buf_ownership.
buf_ownership indicates whether the buffer is managed by SW or FW.

Signed-off-by: Oren Sidi <osidi@nvidia.com>
Reviewed-by: Alex Lazar <alazar@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/1752734895-257735-3-git-send-email-tariqt@nvidia.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Stable-dep-of: 451d2849ea ("net/mlx5e: Query FW for buffer ownership")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-08-28 16:31:15 +02:00
arch s390/mm: Do not map lowcore with identity mapping 2025-08-28 16:31:15 +02:00
block
certs
crypto
Documentation
drivers net/mlx5: Relocate function declarations from port.h to mlx5_core.h 2025-08-28 16:31:15 +02:00
fs cifs: Fix oops due to uninitialised variable 2025-08-28 16:31:14 +02:00
include net/mlx5: Add IFC bits and enums for buf_ownership 2025-08-28 16:31:15 +02:00
init
io_uring
ipc
kernel cgroup/cpuset: Fix a partition error with CPU hotplug 2025-08-28 16:31:11 +02:00
lib
LICENSES
mm
net net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_activate 2025-08-28 16:31:15 +02:00
rust rust: alloc: fix rusttest by providing Cmalloc::aligned_layout too 2025-08-28 16:31:13 +02:00
samples
scripts
security
sound ALSA: timer: fix ida_free call while not allocated 2025-08-28 16:31:15 +02:00
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.