https://github.com/torvalds/linux
Revision a78b4814697251419f3460bb124aaa5689e65055 authored by Victor Lu on 04 October 2023, 19:52:57 UTC, committed by Alex Deucher on 09 November 2023, 22:01:35 UTC
PCTL0_MMHUB_DEEPSLEEP_IB is blocked for VF access

Signed-off-by: Victor Lu <victorchengchi.lu@amd.com>
Reviewed-by: Samir Dhume <samir.dhume@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent bb61953
Raw File
Tip revision: a78b4814697251419f3460bb124aaa5689e65055 authored by Victor Lu on 04 October 2023, 19:52:57 UTC
drm/amdgpu: Skip PCTL0_MMHUB_DEEPSLEEP_IB write in jpegv4.0.3 under SRIOV
Tip revision: a78b481
ioam6-sysctl.rst
.. SPDX-License-Identifier: GPL-2.0

=====================
IOAM6 Sysfs variables
=====================


/proc/sys/net/conf/<iface>/ioam6_* variables:
=============================================

ioam6_enabled - BOOL
        Accept (= enabled) or ignore (= disabled) IPv6 IOAM options on ingress
        for this interface.

        * 0 - disabled (default)
        * 1 - enabled

ioam6_id - SHORT INTEGER
        Define the IOAM id of this interface.

        Default is ~0.

ioam6_id_wide - INTEGER
        Define the wide IOAM id of this interface.

        Default is ~0.
back to top