net/sfc: support EF100 Tx override prefix
[dpdk.git] / drivers / event / octeontx2 / otx2_worker_dual.h
index 6e60618..36ae4dd 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <otx2_common.h>
 #include "otx2_evdev.h"
-#include "otx2_evdev_crypto_adptr_dp.h"
+#include "otx2_evdev_crypto_adptr_rx.h"
 
 /* SSO Operations */
 static __rte_always_inline uint16_t
@@ -61,8 +61,6 @@ otx2_ssogws_dual_get_work(struct otx2_ssogws_state *ws,
        event.get_work0 = (event.get_work0 & (0x3ull << 32)) << 6 |
                (event.get_work0 & (0x3FFull << 36)) << 4 |
                (event.get_work0 & 0xffffffff);
-       ws->cur_tt = event.sched_type;
-       ws->cur_grp = event.queue_id;
 
        if (event.sched_type != SSO_TT_EMPTY) {
                if ((flags & NIX_RX_OFFLOAD_SECURITY_F) &&