Linux kernel source tree
Go to file
Geetha sowjanya cfc14181d4 octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources
To establish a macsec connection association netdev driver
needs hardware resources like SecY, TCAM flows, SCs and SAs.
This patch manages allocating, freeing and configuring those
resources. AF consumers can request resources and configure them
via these mailbox messages. AF can allocate until it runs out of
hardware resources.

Signed-off-by: Geetha sowjanya <gakula@marvell.com>
Signed-off-by: Vamsi Attunuru <vattunuru@marvell.com>
Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-10-03 12:50:19 +01:00
Documentation dt-bindings: nfc: marvell,nci: fix reset line polarity in examples 2022-09-30 18:17:37 -07:00
LICENSES
arch wireless-next patches for v6.1 2022-09-30 10:07:31 -07:00
block
certs
crypto
drivers octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources 2022-10-03 12:50:19 +01:00
fs
include net: Remove DECnet leftovers from flow.h. 2022-10-03 12:41:59 +01:00
init
io_uring
ipc
kernel
lib
mm
net gro: add support of (hw)gro packets to gro stack 2022-10-03 12:38:34 +01:00
samples
scripts
security
sound
tools selftests: mptcp: update and extend fastclose test-cases 2022-10-03 11:18:53 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.