Go to file
Alejandro Lucero 7e056e2360 sfc: obtain device mac address based on firmware handle for ef100
Getting device mac address is currently based on a specific MCDI command
only available for the PF. This patch changes the MCDI command to a
generic one for PFs and VFs based on a client handle. This allows both
PFs and VFs to ask for their mac address during initialization using the
CLIENT_HANDLE_SELF.

Moreover, the patch allows other client handles which will be used by
the PF to ask for mac addresses linked to VFs. This is necessary for
suporting the port_function_hw_addr_get devlink function in further
patches.

Signed-off-by: Alejandro Lucero <alejandro.lucero-palau@amd.com>
Acked-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2023-02-16 12:03:12 +01:00
Documentation sfc: add devlink info support for ef100 2023-02-16 12:03:12 +01:00
LICENSES
arch
block
certs
crypto
drivers sfc: obtain device mac address based on firmware handle for ef100 2023-02-16 12:03:12 +01:00
fs
include net/sched: act_connmark: transition to percpu stats and rcu 2023-02-16 10:39:28 +01:00
init
io_uring
ipc
kernel
lib
mm
net net/sched: act_pedit: use percpu overlimit counter when available 2023-02-16 10:39:28 +01:00
rust
samples
scripts
security
sound
tools net/sched: Retire rsvp classifier 2023-02-16 09:27:07 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS sfc: add devlink info support for ef100 2023-02-16 12:03:12 +01: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.