Linux kernel source tree
Go to file
Hariprasad Kelam dbc52debf9 octeontx2-af: Debugfs support for DMAC filters
Add debugfs support to display CGX/RPM DMAC filter
table associated with pf.

cat /sys/kernel/debug/octeontx2/cgx/cgx0/lmac0/mac_filter

PCI dev       RVUPF  BROADCAST  MULTICAST  FILTER-MODE
0002:02:00.0  PF2    ACCEPT     ACCEPT     UNICAST

DMAC-INDEX  ADDRESS
      0     00:0f:b7:06:17:06
      1     1a:1b:1c:1d:1e:01
      2     1a:1b:1c:1d:1e:02

Signed-off-by: Hariprasad Kelam <hkelam@marvell.com>
Signed-off-by: Sunil Kovvuri Goutham <sgoutham@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-01 13:02:38 -07:00
Documentation Networking changes for 5.14. 2021-06-30 15:51:09 -07:00
LICENSES
arch Networking changes for 5.14. 2021-06-30 15:51:09 -07:00
block
certs
crypto
drivers octeontx2-af: Debugfs support for DMAC filters 2021-07-01 13:02:38 -07:00
fs Networking changes for 5.14. 2021-06-30 15:51:09 -07:00
include sctp: move 198 addresses from unusable to private scope 2021-07-01 11:47:13 -07:00
init Clang feature updates for v5.14-rc1 2021-06-30 14:33:25 -07:00
ipc
kernel Networking changes for 5.14. 2021-06-30 15:51:09 -07:00
lib
mm
net Merge branch 'master' of ../net-next/ 2021-07-01 13:01:43 -07:00
samples Networking changes for 5.14. 2021-06-30 15:51:09 -07:00
scripts
security One very minor code cleanup change 2021-06-30 15:30:47 -07:00
sound
tools Networking changes for 5.14. 2021-06-30 15:51:09 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Networking changes for 5.14. 2021-06-30 15:51:09 -07:00
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.