Go to file
Aviv Heller fadd59fc50 net/mlx5: Introduce inter-device communication mechanism
This introduces devcom, a generic mechanism for performing operations
on both physical functions of the same Connect-X card.

The first user of this API is merged eswitch, which will be introduced
in subsequent patches.

Signed-off-by: Aviv Heller <avivh@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
2018-12-14 13:28:51 -08:00
arch
block
certs
crypto
Documentation dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC 2018-12-12 15:21:00 -08:00
drivers net/mlx5: Introduce inter-device communication mechanism 2018-12-14 13:28:51 -08:00
firmware
fs
include net/mlx5: Introduce inter-device communication mechanism 2018-12-14 13:28:51 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: bridge: Handle NETDEV_PRE_CHANGEADDR from ports 2018-12-13 18:41:38 -08:00
samples
scripts
security
sound
tools selftests: mlxsw: Test FID RIF MAC vetoing 2018-12-13 18:41:39 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.