Go to file
Daniel Jurgens dc13180824 net/mlx5: Enable devlink port for embedded cpu VF vports
Enable creation of a devlink port for EC VF vports.

Signed-off-by: Daniel Jurgens <danielj@nvidia.com>
Reviewed-by: William Tu <witu@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
2023-06-09 18:40:51 -07:00
arch
block
certs
crypto
Documentation
drivers net/mlx5: Enable devlink port for embedded cpu VF vports 2023-06-09 18:40:51 -07:00
fs splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor() 2023-06-08 19:40:31 -07:00
include net/mlx5: Enable devlink port for embedded cpu VF vports 2023-06-09 18:40:51 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net net/ncsi: change from ndo_set_mac_address to dev_set_mac_address 2023-06-09 10:32:51 +01:00
rust
samples
scripts
security
sound
tools tools: ynl-gen: support / skip pads on the way to kernel 2023-06-09 14:40:31 -07:00
usr
virt
.clang-format
.cocciconfig
.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 Restructured Text 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.