net/mlx5: update translate function for mirroring
[dpdk.git] / drivers / raw / octeontx2_ep / otx2_ep_enqdeq.h
index b9b7c0b..172fdc5 100644 (file)
@@ -11,6 +11,8 @@
 #define SDP_IQ_SEND_FAILED      (-1)
 #define SDP_IQ_SEND_SUCCESS     (0)
 
+#define SDP_OQ_RECV_FAILED      (-1)
+#define SDP_OQ_RECV_SUCCESS     (0)
 
 static inline uint64_t
 sdp_endian_swap_8B(uint64_t _d)