summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTimothy McDaniel <timothy.mcdaniel@intel.com>2020-11-01 17:29:53 -0600
committerJerin Jacob <jerinj@marvell.com>2020-11-02 14:46:01 +0100
commit218be0345961b79f42af2be76e72e2429f62001f (patch)
treef6d61baeda505bf4cf50ebf84a036caaa99066ce /config
parentc105e9b3acaa28153a9eaa125b14451cada37457 (diff)
event/dlb: add documentation and build infrastructure
Note that config/rte_config.h contains several configuration switches, providing for fine control of the PMD's runtime behaviour. The meson infrastructure is expanded as additional files are added to this patchset. Adds announcement of availability of the new driver for Intel Dynamic Load Balancer 1.0 hardware. Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com> Reviewed-by: Gage Eads <gage.eads@intel.com>
Diffstat (limited to 'config')
-rw-r--r--config/rte_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/rte_config.h b/config/rte_config.h
index 64aa333a09..25219f04af 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -135,6 +135,12 @@
/* 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