net/txgbe: add multi-speed link setup
[dpdk.git] / drivers / common / cpt / cpt_common.h
index dff45f0..1ce28e9 100644 (file)
 #define ROUNDUP16(val) (((val) + 15) & 0xfffffff0)
 #endif
 
-#ifndef __hot
-#define __hot __attribute__((hot))
-#endif
-
 #define MOD_INC(i, l)   ((i) == (l - 1) ? (i) = 0 : (i)++)
 
 struct cpt_qp_meta_info {
@@ -76,10 +72,11 @@ struct cpt_request_info {
                uint64_t ei3;
        } ist;
        uint8_t *rptr;
+       const struct otx2_cpt_qp *qp;
 
        /** Control path fields */
        uint64_t time_out;
        uint8_t extra_time;
-} __rte_cache_aligned;
+} __rte_aligned(8);
 
 #endif /* _CPT_COMMON_H_ */