Linux kernel source tree
 
 
 
 
 
 
Go to file
Oz Shlomo cca7eac138 net/mlx5e: TC, store tc action cookies per attr
The tc parse action phase translates the tc actions to mlx5 flow
attributes data structure that is used during the flow offload phase.
Currently, the flow offload stage instantiates hw counters while
associating them to flow cookie. However, flows with branching
actions are required to associate a hardware counter with its action
cookies.

Store the parsed tc action cookies on the flow attribute.
Use the list of cookies in the next patch to associate a tc action cookie
with its allocated hw counter.

Signed-off-by: Oz Shlomo <ozsh@nvidia.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2023-02-14 11:00:01 +01:00
Documentation dt-bindings: net: dsa: mediatek,mt7530: improve binding description 2023-02-14 10:51:09 +01:00
LICENSES
arch bpf-next-for-netdev 2023-02-10 17:51:27 -08:00
block
certs
crypto
drivers net/mlx5e: TC, store tc action cookies per attr 2023-02-14 11:00:01 +01:00
fs
include net/sched: support per action hw stats 2023-02-14 11:00:01 +01:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2023-02-10 17:51:27 -08:00
lib
mm
net net/sched: support per action hw stats 2023-02-14 11:00:01 +01:00
rust
samples bpf-next-for-netdev 2023-02-10 17:51:27 -08:00
scripts
security
sound
tools selftests: forwarding: Add MDB dump test cases 2023-02-10 19:21:13 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.