Skip to content

Commit 80fc6b0

Browse files
committed
redhat/configs: enable Octeon TX2 network drivers for RHEL
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2040643 Upstream Status: RHEL only ARK MR: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2291 Enable the Admin/Physical/Virtual Function Octeon TX2 drivers for RHEL. The driver exists only on ARM64. Put the config enabling snippets in 'common', like in the ARK tree. CONFIG_NDC_DIS_DYNAMIC_CACHING affects the behavior of the AF driver. We keep the default: disabled. Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
1 parent 86ae848 commit 80fc6b0

File tree

9 files changed

+4
-5
lines changed

9 files changed

+4
-5
lines changed

redhat/configs/ark/generic/CONFIG_OCTEONTX2_AF

Lines changed: 0 additions & 1 deletion
This file was deleted.

redhat/configs/ark/generic/CONFIG_OCTEONTX2_PF

Lines changed: 0 additions & 1 deletion
This file was deleted.

redhat/configs/ark/generic/arm/aarch64/CONFIG_OCTEONTX2_AF

Lines changed: 0 additions & 1 deletion
This file was deleted.

redhat/configs/ark/generic/arm/aarch64/CONFIG_OCTEONTX2_PF

Lines changed: 0 additions & 1 deletion
This file was deleted.

redhat/configs/ark/generic/arm/aarch64/CONFIG_OCTEONTX2_VF

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CONFIG_NDC_DIS_DYNAMIC_CACHING is not set
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_OCTEONTX2_AF=m
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_OCTEONTX2_PF=m
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_OCTEONTX2_VF=m

0 commit comments

Comments
 (0)