git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b89f023
)
config/cn10k: disable octeontx2 drivers
author
Tomasz Duszynski
<tduszynski@marvell.com>
Fri, 1 Oct 2021 20:38:33 +0000
(22:38 +0200)
committer
Jerin Jacob
<jerinj@marvell.com>
Fri, 8 Oct 2021 09:07:47 +0000
(11:07 +0200)
Common octeontx2 code shares some of the PCI identifiers
with cn10k platform and if built wrong drivers may be probed.
octeontx2 configuration disables common cn10k code so disable
common octeontx2 on cn10k.
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
config/arm/arm64_cn10k_linux_gcc
patch
|
blob
|
history
diff --git
a/config/arm/arm64_cn10k_linux_gcc
b/config/arm/arm64_cn10k_linux_gcc
index
a3578c0
..
88e5f10
100644
(file)
--- a/
config/arm/arm64_cn10k_linux_gcc
+++ b/
config/arm/arm64_cn10k_linux_gcc
@@
-14,3
+14,4
@@
endian = 'little'
[properties]
platform = 'cn10k'
+disable_drivers = 'common/octeontx2'