event/cnxk: add timer arm routine
[dpdk.git] / drivers / event / dlb2 / pf / dlb2_pf.c
index 1e815f2..e9da89d 100644 (file)
 #include <rte_memory.h>
 #include <rte_string_fns.h>
 
-#define DLB2_USE_NEW_HEADERS /* TEMPORARY FOR MERGE */
-
 #include "../dlb2_priv.h"
 #include "../dlb2_iface.h"
 #include "../dlb2_inline_fns.h"
 #include "dlb2_main.h"
-#include "base/dlb2_hw_types_new.h"
+#include "base/dlb2_hw_types.h"
 #include "base/dlb2_osdep.h"
-#include "base/dlb2_resource_new.h"
+#include "base/dlb2_resource.h"
 
 static const char *event_dlb2_pf_name = RTE_STR(EVDEV_DLB2_NAME_PMD);
 
@@ -617,7 +615,10 @@ dlb2_eventdev_pci_init(struct rte_eventdev *eventdev)
                .max_num_events = DLB2_MAX_NUM_LDB_CREDITS,
                .num_dir_credits_override = -1,
                .qid_depth_thresholds = { {0} },
-               .cos_id = DLB2_COS_DEFAULT
+               .cos_id = DLB2_COS_DEFAULT,
+               .poll_interval = DLB2_POLL_INTERVAL_DEFAULT,
+               .sw_credit_quanta = DLB2_SW_CREDIT_QUANTA_DEFAULT,
+               .default_depth_thresh = DLB2_DEPTH_THRESH_DEFAULT
        };
        struct dlb2_eventdev *dlb2;