DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 1/1] compress/octeontx: mark ZIP VF driver to support disabling IOVA as PA
@ 2022-12-15 18:50 Mahipal Challa
  0 siblings, 0 replies; only message in thread
From: Mahipal Challa @ 2022-12-15 18:50 UTC (permalink / raw)
  To: dev; +Cc: jerinj, pathreya, ashishg, mchalla

Enabled the flag "pmd_supports_disable_iova_as_pa" for octeontx2
compress VF driver files.

Signed-off-by: Mahipal Challa <mchalla@marvell.com>
---
 drivers/common/octeontx/meson.build   | 1 +
 drivers/compress/octeontx/meson.build | 1 +
 drivers/mempool/octeontx/meson.build  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/drivers/common/octeontx/meson.build b/drivers/common/octeontx/meson.build
index dc060dfea1..599b276197 100644
--- a/drivers/common/octeontx/meson.build
+++ b/drivers/common/octeontx/meson.build
@@ -9,3 +9,4 @@ if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
 endif
 
 sources = files('octeontx_mbox.c')
+pmd_supports_disable_iova_as_pa = true
diff --git a/drivers/compress/octeontx/meson.build b/drivers/compress/octeontx/meson.build
index 3a29c3e609..1be89a9e94 100644
--- a/drivers/compress/octeontx/meson.build
+++ b/drivers/compress/octeontx/meson.build
@@ -11,3 +11,4 @@ sources = files('otx_zip.c', 'otx_zip_pmd.c')
 includes += include_directories('include')
 deps += ['mempool_octeontx', 'bus_pci']
 ext_deps += dep
+pmd_supports_disable_iova_as_pa = true
diff --git a/drivers/mempool/octeontx/meson.build b/drivers/mempool/octeontx/meson.build
index fb05928129..17318d6360 100644
--- a/drivers/mempool/octeontx/meson.build
+++ b/drivers/mempool/octeontx/meson.build
@@ -13,3 +13,4 @@ sources = files(
 )
 
 deps += ['mbuf', 'bus_pci', 'common_octeontx']
+pmd_supports_disable_iova_as_pa = true
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-15 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 18:50 [dpdk-dev] [PATCH v1 1/1] compress/octeontx: mark ZIP VF driver to support disabling IOVA as PA Mahipal Challa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).