All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] config/arm: disable building octeontx2 on cn10k
@ 2021-10-01 20:38 Tomasz Duszynski
  2021-10-08  9:10 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Duszynski @ 2021-10-01 20:38 UTC (permalink / raw)
  To: dev
  Cc: jerinj, Tomasz Duszynski, Jan Viktorin, Ruifeng Wang, Bruce Richardson

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 Kollanukkaran <jerinj@marvell.com>
---
 config/arm/arm64_cn10k_linux_gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/arm/arm64_cn10k_linux_gcc b/config/arm/arm64_cn10k_linux_gcc
index a3578c03a1..88e5f10945 100644
--- 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'
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] config/arm: disable building octeontx2 on cn10k
  2021-10-01 20:38 [dpdk-dev] [PATCH] config/arm: disable building octeontx2 on cn10k Tomasz Duszynski
@ 2021-10-08  9:10 ` Jerin Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2021-10-08  9:10 UTC (permalink / raw)
  To: Tomasz Duszynski, Ferruh Yigit
  Cc: dpdk-dev, Jerin Jacob, Jan Viktorin, Ruifeng Wang, Bruce Richardson

On Sat, Oct 2, 2021 at 2:09 AM Tomasz Duszynski <tduszynski@marvell.com> wrote:
>
> 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 Kollanukkaran <jerinj@marvell.com>


Changed subject to config/cn10k: disable octeontx2 drivers

Applied to dpdk-next-net-mrvl/for-next-net. Thanks.

> ---
>  config/arm/arm64_cn10k_linux_gcc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/config/arm/arm64_cn10k_linux_gcc b/config/arm/arm64_cn10k_linux_gcc
> index a3578c03a1..88e5f10945 100644
> --- 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'
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 20:38 [dpdk-dev] [PATCH] config/arm: disable building octeontx2 on cn10k Tomasz Duszynski
2021-10-08  9:10 ` Jerin Jacob

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.