DPDK patches and discussions
 help / color / mirror / Atom feed
From: Mahipal Challa <mchalla@marvell.com>
To: <dev@dpdk.org>
Cc: <jerinj@marvell.com>, <pathreya@marvell.com>,
	<ashishg@marvell.com>, <mchalla@marvell.com>
Subject: [dpdk-dev] [PATCH v1 1/1] compress/octeontx: mark ZIP VF driver to support disabling IOVA as PA
Date: Fri, 16 Dec 2022 00:20:59 +0530	[thread overview]
Message-ID: <20221215185059.2301362-1-mchalla@marvell.com> (raw)

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


                 reply	other threads:[~2022-12-15 18:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221215185059.2301362-1-mchalla@marvell.com \
    --to=mchalla@marvell.com \
    --cc=ashishg@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=pathreya@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).