DPDK patches and discussions
 help / color / mirror / Atom feed
From: Timothy McDaniel <timothy.mcdaniel@intel.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org, erik.g.carrillo@intel.com,
	harry.van.haaren@intel.com, jerinj@marvell.com,
	thomas@monjalon.net
Subject: [dpdk-dev] [PATCH 1/4] event/dlb: remove DLB V1 from build
Date: Mon,  1 Mar 2021 11:00:56 -0600	[thread overview]
Message-ID: <1614618060-12773-2-git-send-email-timothy.mcdaniel@intel.com> (raw)
In-Reply-To: <1614618060-12773-1-git-send-email-timothy.mcdaniel@intel.com>

Support for DLB v1 is being removed from dpdk in 21.05.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
---
 config/rte_config.h       | 6 ------
 drivers/event/meson.build | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/config/rte_config.h b/config/rte_config.h
index 55a2fc50e..aedb68c42 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -138,12 +138,6 @@
 /* QEDE PMD defines */
 #define RTE_LIBRTE_QEDE_FW ""
 
-/* DLB PMD defines */
-#define RTE_LIBRTE_PMD_DLB_POLL_INTERVAL 1000
-#define RTE_LIBRTE_PMD_DLB_UMWAIT_CTL_STATE  0
-#undef RTE_LIBRTE_PMD_DLB_QUELL_STATS
-#define RTE_LIBRTE_PMD_DLB_SW_CREDIT_QUANTA 32
-
 /* DLB2 defines */
 #define RTE_LIBRTE_PMD_DLB2_POLL_INTERVAL 1000
 #define RTE_LIBRTE_PMD_DLB2_UMWAIT_CTL_STATE  0
diff --git a/drivers/event/meson.build b/drivers/event/meson.build
index a49288a5d..b7f9bf7c6 100644
--- a/drivers/event/meson.build
+++ b/drivers/event/meson.build
@@ -5,7 +5,7 @@ if is_windows
 	subdir_done()
 endif
 
-drivers = ['dlb', 'dlb2', 'dpaa', 'dpaa2', 'octeontx2', 'opdl', 'skeleton', 'sw',
+drivers = ['dlb2', 'dpaa', 'dpaa2', 'octeontx2', 'opdl', 'skeleton', 'sw',
 	   'dsw']
 if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
 	dpdk_conf.has('RTE_ARCH_ARM64'))
-- 
2.23.0


  reply	other threads:[~2021-03-01 17:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01 17:00 [dpdk-dev] [PATCH 0/4] Remove Support For DLB V1 Timothy McDaniel
2021-03-01 17:00 ` Timothy McDaniel [this message]
2021-03-01 17:00 ` [dpdk-dev] [PATCH 2/4] event/dlb: remove DLB V1 documentation Timothy McDaniel
2021-03-01 17:00 ` [dpdk-dev] [PATCH 3/4] event/dlb: remove DLB V1 source code Timothy McDaniel
2021-03-01 17:00 ` [dpdk-dev] [PATCH 4/4] doc: update 21.05 release notes to announce removal of DLB V1 Timothy McDaniel
2021-03-07 15:34 ` [dpdk-dev] [PATCH 0/4] Remove Support For " Jerin Jacob

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=1614618060-12773-2-git-send-email-timothy.mcdaniel@intel.com \
    --to=timothy.mcdaniel@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=erik.g.carrillo@intel.com \
    --cc=harry.van.haaren@intel.com \
    --cc=jerinj@marvell.com \
    --cc=thomas@monjalon.net \
    /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).